Metadata-Version: 2.1
Name: scilib
Version: 0.0.13
Summary: scilib
Home-page: https://github.com/phyng/scilib
License: MIT
Author: phyng
Author-email: phyngk@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: agefromname (>=0.0.8,<0.0.9)
Requires-Dist: gender-guesser (==0.4.0)
Requires-Dist: genderizer (>=0.1.2,<0.2.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: matplotlib (>=3.2.1,<4.0.0)
Requires-Dist: naiveBayesClassifier (>=0.1.3,<0.2.0)
Requires-Dist: nltk (>=3.5,<4.0)
Requires-Dist: numpy (>=1.18.2,<2.0.0)
Requires-Dist: openpyxl (>=3.0.3,<4.0.0)
Requires-Dist: orjson (>=3.2.1,<4.0.0)
Requires-Dist: pandas (>=1.0.3,<2.0.0)
Requires-Dist: pypinyin (>=0.38.1,<0.39.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: scipy (>=1.4.1,<2.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Requires-Dist: xlrd (>=1.2.0,<2.0.0)
Project-URL: Repository, https://github.com/phyng/scilib
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
```

## usage

### import wos data to ElasticSearch

```bash
env ES_API=http://localhost:9205 scilib-wos-import --from /path/to/wos_data/ --to es --index wos
```

## test

```bash
npm test
npm test_coverage
```

