An open API service indexing awesome lists of open source software.

https://github.com/blnkoff/python-extras

The package containing useful extras for Python - things that shold be in the standard library
https://github.com/blnkoff/python-extras

extras package python python3

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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