Metadata-Version: 2.1
Name: synbiopython
Version: 0.0.1
Summary: Python tools for Synthetic Biology.
Home-page: https://github.com/Global-Biofoundries-Alliance/SynBioPython
Author: Global Biofundries Alliance
Author-email: author@example.com
License: UNKNOWN
Description: # SynBioPython
        
        Synbiopython will provide generic tools for Synthetic Biology.
        
        Installation
        ------------
        
        To install the latest version from Github
        
        ```
        pip install --user git+https://github.com/Global-Biofoundries-Alliance/SynBioPython
        ```
        
        To install for development, clone the repository into the folder of your choice and install with:
        
        ```
        pip install --user . && pip install --user -e .
        ```
        
        You should now be able to run this in Python:
        
        ```python
        import synbioptyhon
        print(synbiopython.__version__)
        
        ```
        
        Contribute!
        -----------
        
        SynBioPython is developed collectively by members of the Global Biofoundries
        Alliance and released on Github under the MIT license. Constributions are welcome!
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
