Metadata-Version: 2.1
Name: basepair
Version: 2.0.2
Summary: Python client for Basepair's API
Home-page: https://bitbucket.org/basepair/basepair
Download-URL: https://bitbucket.org/basepair/basepair/get/2.0.2.tar.gz
Author: Basepair
Author-email: info@basepairtech.com
License: UNKNOWN
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
License-File: LICENSE
License-File: LICENSE.txt

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
```


