Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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