Metadata-Version: 2.4
Name: polygen-engine
Version: 0.1.0
Summary: PolyGEN engine for designing polycistronic tRNA-based constructs (packaged from a single engine.py).
Author: Uriel Urquiza-García
License: MIT
Project-URL: Repository, https://github.com/jurquiza/polyGEN_public
Keywords: synthetic-biology,golden-gate,crispr,gRNA,tRNA
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.22
Requires-Dist: pandas>=1.5
Requires-Dist: biopython>=1.81

# polygen-engine

This is a PyPI-ready packaging of the PolyGEN engine extracted from a single `engine.py`.

## Install

```bash
pip install polygen-engine
```

## Usage (Python)

```python
from polygen_engine import PTGbldr, polyToJson
```

## CLI

```bash
polygen-engine --version
```
