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
- Host: GitHub
- URL: https://github.com/blnkoff/python-extras
- Owner: blnkoff
- License: mit
- Created: 2023-12-26T21:21:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T14:27:43.000Z (over 2 years ago)
- Last Synced: 2025-02-23T19:21:55.714Z (over 1 year ago)
- Topics: extras, package, python, python3
- Language: Python
- Homepage: https://pypi.org/project/python-extras
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-extras
[](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
```