python bindings for Poly, a Go package for engineering DNA.
These bindings are experimental and generated directly from poly's Go implementation. They are here entirely for audit purposes. Any feature related issues or development should be made in the issues section of poly's main repo.
pip install clonai
poetry add clonai
from poly import checks
isDNA? = checks.IsDNA("ACTC")
print(isDNA?)
If there's enough interest I'll
- Refactor poly to make all or most features fully exportable to python
- Solidify build pipeline so that other folk can easily write a deploy go packages to extend python
- Release statically generated doc site for python bindings via readthedocs
- Beg the current holder of the
poly
namespace on pypi to let this project use it so we can use,pip install poly