Metadata-Version: 2.1
Name: clonai
Version: 0.0.1
Summary: Python bindings for the DNA engineering library poly
License: MIT
Author: Timothy Stiles
Author-email: tim@stiles.io
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# poly_py

python bindings for Poly

These bindings are experimental and generated directly from poly's Go implementation

`pip install clonai`
`poetry add clonai`

```python

from poly import checks

isDNA? = checks.IsDNA("ACTC")

print(isDNA?)
```

If there's enough interest I'll

1. Refactor poly to make all or most features fully exportable to python
2. Solidify build pipeline so that other folk can easily write a deploy go packages to extend python
3. Release statically generated doc site for python bindings via readthedocs
4. Beg the current holder of the `poly` namespace on pypi to let this project use it.
