Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phyng/libs
Python Standard Library extend
https://github.com/phyng/libs
library pypi python
Last synced: 2 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T19:38:53.000Z (2 months ago)
- Last Synced: 2025-01-09T05:38:22.859Z (12 days ago)
- Topics: library, pypi, python
- Language: Python
- Homepage: https://phyng.com/libs/
- Size: 5.8 MB
- Stars: 1
- Watchers: 3
- 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
[![Github](https://github.com/phyng/libs/workflows/test/badge.svg)](https://github.com/phyng/libs/actions) [![Pypi](https://img.shields.io/pypi/v/libs.svg?style=flat&label=PyPI)](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
```