Metadata-Version: 2.1
Name: rcn-py
Version: 0.0.1
Project-URL: Documentation, https://github.com/NLeSC/rcn_py#readme
Project-URL: Issues, https://github.com/NLeSC/rcn_py/issues
Project-URL: Source, https://github.com/NLeSC/rcn_py
Author-email: ZNBai <bzn991206@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: crossrefapi
Requires-Dist: d3graph
Requires-Dist: flask
Requires-Dist: gensim
Requires-Dist: neo4j
Requires-Dist: networkx
Requires-Dist: nltk
Requires-Dist: numpy>=1.20.3
Requires-Dist: pandas
Requires-Dist: pybliometrics
Requires-Dist: pyvis
Requires-Dist: requests
Requires-Dist: scholarly
Requires-Dist: scikit-learn
Description-Content-Type: text/markdown

# rcn_py

[![PyPI - Version](https://img.shields.io/pypi/v/rcn-py.svg)](https://pypi.org/project/rcn-py)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rcn-py.svg)](https://pypi.org/project/rcn-py)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install rcn-py
```

## License

`rcn-py` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
