Metadata-Version: 2.1
Name: basicsynbio
Version: 0.1.0
Summary: An open-source Python package to facilitate BASIC DNA Assembly workflows
Home-page: https://github.com/LondonBiofoundry/basicsynbio
Author: LondonBiofoundry
Author-email: hainesm6@gmail.com
License: BSD-3-Clause License
Project-URL: Documentation, https://londonbiofoundry.github.io/basicsynbio/index.html
Project-URL: Source, https://github.com/LondonBiofoundry/basicsynbio
Description: # basicsynbio
        
        An open-source Python package to facilitate [BASIC DNA Assembly](https://www.basic-assembly.org/about) workflows
        
        [![Build Status][travis_badge]][travis_url]
        [![Coverage Status][coverage_badge]][coverage_url]
        [![pypi badge][pypi_badge]][pypi_url]
        
        ## Installation
        
        Using a python environment running python version >= 3.7:
        
        ```shell
        $ pip install basicsynbio
        ```
        
        ## Usage
        
        Refer to the [section of the documentation of usage](https://londonbiofoundry.github.io/basicsynbio/usage.html).
        
        ## Contributing
        
        Refer to the [section of the documentation on contributing](https://londonbiofoundry.github.io/basicsynbio/contributing.html).
        
        ## Meta
        
        This project is licensed under the BSD 3-Clause License - see the ``LICENSE`` file for details
        
        [pypi_badge]: https://img.shields.io/pypi/v/basicsynbio.svg
        [pypi_url]: https://pypi.python.org/pypi/basicsynbio
        [travis_badge]: https://travis-ci.org/LondonBiofoundry/basicsynbio.svg?branch=master
        [travis_url]: https://travis-ci.org/LondonBiofoundry/basicsynbio
        [coverage_badge]: https://coveralls.io/repos/github/LondonBiofoundry/basicsynbio/badge.svg?branch=master
        [coverage_url]: https://coveralls.io/github/LondonBiofoundry/basicsynbio?branch=master
        [development_url]: https://packaging.python.org/guides/distributing-packages-using-setuptools/#working-in-development-mode
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
