PySBOLGraph is a simple native Python library to read and write SBOL2 files, compatible with both Python 2.7 and Python 3.
Install using pip install pysbolgraph
, or clone this repository and run python setup.py install
The file crispr.py
reproduces the CRISPR example that is also used in the tutorials for libSBOL, libSBOLj, sboljs and pysbol.
For a more powerful library with features such as automated sequence assembly, check out pysbol.
For a JavaScript/TypeScript version of this library, check out the original sbolgraph.