https://github.com/phyng/scilib
https://github.com/phyng/scilib
pypi python science wos-parser
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phyng/scilib
- Owner: phyng
- License: mit
- Created: 2020-04-05T03:35:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T14:49:46.000Z (over 1 year ago)
- Last Synced: 2025-04-09T16:08:10.001Z (about 1 year ago)
- Topics: pypi, python, science, wos-parser
- Language: Python
- Homepage: https://pypi.org/project/scilib/
- Size: 8.76 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scilib
[](https://github.com/phyng/scilib/actions) [](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
```