Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phyng/scilib


https://github.com/phyng/scilib

pypi python science wos-parser

Last synced: 14 days ago
JSON representation

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