Metadata-Version: 2.1
Name: rxntools
Version: 0.0.1
Summary: Chemical reaction cheminformatics tools
Home-page: https://github.com/xiangyan93/rxntools
Author: Yan Xiang
Author-email: 1993.xiangyan@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: numpy (>=1.17)
Requires-Dist: treelib (>=1.6.1)

# rxntools
Python package for handling chemical reactions based on RDKit.

## Requirements

* RDKit (version >= 2020.03.3.0)
* Python (version >= 3.6)

## Installation
```
pip install rxntools
```

## Usage
See [notebook](https://github.com/Xiangyan93/rxntools/tree/main/notebook)

