Metadata-Version: 2.1
Name: smiles2mol
Version: 1.0.0
Summary: Chemical structure generator from SMILES strings.
Home-page: https://github.com/s-inoue0108/smiles2mol
Author: Shota Inoue
License: MIT
Requires-Python: >= 3.10, < 3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<=1.26.4,>=1.25.2
Requires-Dist: rdkit>=2023.9.6
Requires-Dist: openbabel-wheel==3.1.1.22
Requires-Dist: networkx<=3.3,>=3.0
Requires-Dist: matplotlib>=3.10.0

# smiles2mol

## Installation

```bash
pip install smiles2mol
```

## Usage
