Jedutils


NameJedutils JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/AYMENJD/jedutils
SummaryJedutils is a Python utilities package that provides a collection of useful helper functions.
upload_time2023-09-03 01:09:26
maintainer
docs_urlNone
authorAYMEN Mohammed
requires_python
licenseMIT
keywords utilities tools library helper functions development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Jedutils [![Version](https://img.shields.io/pypi/v/jedutils?style=flat&logo=pypi)](https://pypi.org/project/jedutils) [![Downloads](https://static.pepy.tech/personalized-badge/jedutils?period=month&units=none&left_color=grey&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/jedutils)

Jedutils is a Python utilities package that provides a collection of useful helper functions.

## Installation

You can install Jedutils using `pip`:

```bash
pip install jedutils
```

To install all the dependencies for all utilities, use the following command:
```bash
pip install jedutils[all]
```

## Contributing

Contributions to Jedutils are welcome! If you have an idea for a new utility or an improvement to an existing one, please open an issue or submit a pull request on GitHub.

## License

Jedutils is licensed under the MIT License. See the `LICENSE` file for details.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AYMENJD/jedutils",
    "name": "Jedutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "utilities,tools,library,helper,functions,development",
    "author": "AYMEN Mohammed",
    "author_email": "let.me.code.safe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d2/b7/852db1e408c9d369ba29693766fcec669c44ca0b62a65c3716361fdf8f43/Jedutils-0.2.0.tar.gz",
    "platform": null,
    "description": "# Jedutils [![Version](https://img.shields.io/pypi/v/jedutils?style=flat&logo=pypi)](https://pypi.org/project/jedutils) [![Downloads](https://static.pepy.tech/personalized-badge/jedutils?period=month&units=none&left_color=grey&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/jedutils)\n\nJedutils is a Python utilities package that provides a collection of useful helper functions.\n\n## Installation\n\nYou can install Jedutils using `pip`:\n\n```bash\npip install jedutils\n```\n\nTo install all the dependencies for all utilities, use the following command:\n```bash\npip install jedutils[all]\n```\n\n## Contributing\n\nContributions to Jedutils are welcome! If you have an idea for a new utility or an improvement to an existing one, please open an issue or submit a pull request on GitHub.\n\n## License\n\nJedutils is licensed under the MIT License. See the `LICENSE` file for details.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Jedutils is a Python utilities package that provides a collection of useful helper functions.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/AYMENJD/jedutils",
        "Source": "https://github.com/AYMENJD/jedutils",
        "Tracker": "https://github.com/AYMENJD/jedutils/issues"
    },
    "split_keywords": [
        "utilities",
        "tools",
        "library",
        "helper",
        "functions",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2b7852db1e408c9d369ba29693766fcec669c44ca0b62a65c3716361fdf8f43",
                "md5": "2c58ed6a4b32cc48f249ecb3a514aae2",
                "sha256": "21bd9c0fe5c24e1122ea9d6e6fc236d2be8d0a0567890b690cd751ee25dff09c"
            },
            "downloads": -1,
            "filename": "Jedutils-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2c58ed6a4b32cc48f249ecb3a514aae2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9419,
            "upload_time": "2023-09-03T01:09:26",
            "upload_time_iso_8601": "2023-09-03T01:09:26.255439Z",
            "url": "https://files.pythonhosted.org/packages/d2/b7/852db1e408c9d369ba29693766fcec669c44ca0b62a65c3716361fdf8f43/Jedutils-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-03 01:09:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AYMENJD",
    "github_project": "jedutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jedutils"
}
        
Elapsed time: 0.14071s