Metadata-Version: 1.2
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
Description: # 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)
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
