pySBOL 2.1.0
pySBOL-2.1.0 provides Python interface for Synthetic Biology Open Language (SBOL) Version 2.1.0. This is a Python binding for C/C++ based libSBOL. Currently, pySBOL supports Python version 2.7 and 3.5 only.
This release includes Python bindings installers for Windows. Both 32 bit and 64 bit version of libSBOL 2.1.0 supported. We provide installers to support both Python 2.7 and 3.5. Installer will automatically check for possible python library paths unless the distribution is not registered.
To test your installation start your favourite Python IDE (or just start Python (command line)). At the Python prompt, type:
import sbol
If that works, type
sbol.runTest()
If SBOL was installed correctly, the test will report success.