Metadata-Version: 2.4
Name: graph-id-db
Version: 1.0.1
Summary: A database project for graph identification and processing
Author: Koki Muraoka
Author-email: muraok_k@chemsys.t.u-tokyo.ac.jp
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: orjson (>=3.10,<4.0)
Description-Content-Type: text/markdown

# GraphID DB

## Installation

### From pypi
```
pip install graph-id-db
```

### From github
```
git clone git@github.com:kmu/graphid-db.git
conda create -n graph-id-db python=3.11
conda activate graph-id-db
python -m build
pip install dist/*.whl
```


