Metadata-Version: 2.1
Name: basepair
Version: 1.7.5
Summary: Python client for Basepair's API
Home-page: https://bitbucket.org/basepair/basepair
Author: Basepair
Author-email: info@basepairtech.com
License: UNKNOWN
Download-URL: https://bitbucket.org/basepair/basepair/get/1.7.5.tar.gz
Description: Python client for Basepair
        ======================
        
        Python bindings for Basepair's API and command line interface (CLI).
        
        ## How to build and push to pypi:
        
        ```BASH
        python setup.py sdist bdist_wheel # This will create two files in a newly created dist directory, a source archive and a wheel:
        twine upload dist/* # To upload it to Pypi
        ```
        
Keywords: bioinformatics,ngs analysis,dna-seq,rna-seq,chip-seq,atac-seq
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: Free for non-commercial use
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
