Metadata-Version: 2.4
Name: hermessmiles
Version: 0.1.0
Summary: SMILES comparison tool with overlap visualization
Home-page: https://github.com/srijitseal/hermessmiles
Author: Srijit Seal
Author-email: srijit@understanding.bio
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: rdkit
Requires-Dist: Pillow
Requires-Dist: molvs
Requires-Dist: dimorphite-dl
Requires-Dist: loguru
Requires-Dist: pandarallel
Requires-Dist: datetime
Requires-Dist: pytest
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

```markdown
# Hermessmiles

A tool to compare two CSV files of SMILES strings, find overlapping compounds by InChIKey prefix, and generate an HTML visualization of matching structures.

## Installation
```bash
pip install .
```

## Usage
```bash
hermessmiles --file1 path/to/df1.csv --file2 path/to/df2.csv [--smiles-col SMILES]
```

By default, the output HTML is saved as `overlap_structures_<timestamp>.html` in your working directory.
```
