https://github.com/aymenjd/jedutils
Python utilities package that provides a collection of useful helper functions.
https://github.com/aymenjd/jedutils
utilities-python utils
Last synced: 3 months ago
JSON representation
Python utilities package that provides a collection of useful helper functions.
- Host: GitHub
- URL: https://github.com/aymenjd/jedutils
- Owner: AYMENJD
- License: mit
- Created: 2023-06-25T04:16:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T03:41:29.000Z (4 months ago)
- Last Synced: 2025-01-10T04:28:18.829Z (4 months ago)
- Topics: utilities-python, utils
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jedutils [](https://pypi.org/project/jedutils) [](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.