Metadata-Version: 2.1
Name: Jedutils
Version: 0.2.3
Summary: Jedutils is a Python utilities package that provides a collection of useful helper functions.
Home-page: https://github.com/AYMENJD/jedutils
Author: AYMEN Mohammed
Author-email: let.me.code.safe@gmail.com
License: MIT
Project-URL: Source, https://github.com/AYMENJD/jedutils
Project-URL: Tracker, https://github.com/AYMENJD/jedutils/issues
Keywords: utilities,tools,library,helper,functions,development
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: all
License-File: LICENSE

# 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.


