Metadata-Version: 2.1
Name: scilib
Version: 0.0.9
Summary: scilib
Home-page: https://github.com/phyng/scilib
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


# scilib

[![Github](https://github.com/phyng/scilib/workflows/test/badge.svg)](https://github.com/phyng/scilib/actions) [![Pypi](https://img.shields.io/pypi/v/scilib.svg?style=flat&label=PyPI)](https://pypi.org/project/scilib/)

## documentation

https://phyng.com/scilib/

## install

```bash
# use pip
pip install scilib

# or use poetry
poetry add scilib
```

## test

```bash
npm test
npm test_coverage
```


