Jedutils


NameJedutils JSON
Version 0.2.6 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_time2024-12-14 21:16:27
maintainerNone
docs_urlNone
authorAYMEN Mohammed
requires_pythonNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "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/d9/ee/c18198dd08f949578ca4ca3497919566afc0fec641433c2af1e2e79a91d3/Jedutils-0.2.6.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.6",
    "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": "d9eec18198dd08f949578ca4ca3497919566afc0fec641433c2af1e2e79a91d3",
                "md5": "ba2f60d548b634650d731720548ee288",
                "sha256": "f0395d26e6831403e6a8ac298ff810149768d87cc204d6c81a380655a44546cc"
            },
            "downloads": -1,
            "filename": "Jedutils-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "ba2f60d548b634650d731720548ee288",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11531,
            "upload_time": "2024-12-14T21:16:27",
            "upload_time_iso_8601": "2024-12-14T21:16:27.206303Z",
            "url": "https://files.pythonhosted.org/packages/d9/ee/c18198dd08f949578ca4ca3497919566afc0fec641433c2af1e2e79a91d3/Jedutils-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-14 21:16:27",
    "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: 1.21086s