Skip to content
/ poly-py Public

Python bindings for Poly, a package for engineering DNA

License

Notifications You must be signed in to change notification settings

bebop/poly-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poly-py

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

  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 so we can use, pip install poly

About

Python bindings for Poly, a package for engineering DNA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published