Metadata-Version: 2.1
Name: libs
Version: 0.0.10
Summary: Packages of tools
Home-page: https://github.com/phyng/libs
Author: phyng
Author-email: phyngk@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown


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


