https://github.com/phyng/libs
Python Standard Library extend
https://github.com/phyng/libs
library pypi python
Last synced: 3 months ago
JSON representation
Python Standard Library extend
- Host: GitHub
- URL: https://github.com/phyng/libs
- Owner: phyng
- License: mit
- Created: 2019-12-01T06:25:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T19:38:53.000Z (8 months ago)
- Last Synced: 2025-04-09T16:08:00.808Z (3 months ago)
- Topics: library, pypi, python
- Language: Python
- Homepage: https://phyng.com/libs/
- Size: 5.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libs
Some library to extend Python Standard Library
[](https://github.com/phyng/libs/actions) [](https://pypi.org/project/libs/)
## documentation
https://phyng.com/libs/
## install
```bash
# use pip
pip install libs# or use poetry
poetry add libs
```## test
```bash
npm test
npm test_coverage
```