Metadata-Version: 2.1
Name: python_extras
Version: 0.1.1
Summary: The package containing useful extras for Python - things that shold be in the standard library
Home-page: https://github.com/blnkoff/python-extras
License: MIT
Author: Alexey
Author-email: abelenkov2006@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Repository, https://github.com/blnkoff/python-extras
Description-Content-Type: text/markdown

# python-extras

[![Croco Logo](https://i.ibb.co/G5Pjt6M/logo.png)](https://t.me/crocofactory)

The package containing useful extras for Python - things that shold be in the standard library

- **[Telegram channel](https://t.me/crocofactory)**
- **[Bug reports](https://github.com/blnkoff/python-extras/issues)**

Package's source code is made available under the [MIT License](LICENSE)

# Installing python-extras
To install python-extras from PyPi, you can use that:

```shell
pip install python-extras
```

To install python-extras from GitHub, use that:

```shell
pip install git+https://github.com/blnkoff/python-extras.git
```

