Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phyng/scilib
https://github.com/phyng/scilib
pypi python science wos-parser
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phyng/scilib
- Owner: phyng
- License: mit
- Created: 2020-04-05T03:35:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T14:49:46.000Z (17 days ago)
- Last Synced: 2025-01-15T17:09:26.884Z (17 days ago)
- Topics: pypi, python, science, wos-parser
- Language: Python
- Homepage: https://pypi.org/project/scilib/
- Size: 8.76 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```