Metadata-Version: 2.4
Name: javakh-interface
Version: 0.0.3
Summary: use python to solve khovanov homology with javakh (jre needed).
License: MIT
License-File: LICENSE
Author: GGN_2015
Author-email: neko@jlulug.org
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: java_simple_interface
Requires-Dist: pd_code_de_r1
Requires-Dist: pd_code_delete_nugatory
Requires-Dist: pd_code_sanity
Requires-Dist: simple_rands
Description-Content-Type: text/markdown

# javakh_interface
use python to solve khovanov homology with javakh (jre needed).

## Install

```bash
pip install javakh-interface
```

## Usage

```python
import javakh_interface

pd_code = [[1, 5, 2, 4], [3, 1, 4, 6], [5, 3, 6, 2]]
print(javakh_interface.solve_khovanov(pd_code))
```

