Metadata-Version: 2.1
Name: vintools
Version: 0.0.55
Summary: vintools - Michael Vinyard's utilities.
Home-page: https://github.com/mvinyard/vintools
Author: Michael E. Vinyard - Harvard University - Massachussetts General Hospital - Broad Institute of MIT and Harvard
Author-email: mvinyard@broadinstitute.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE

[<img src="https://i.imgur.com/le4ym8u.png" align="right" hspace="0"/>](https://github.com/mvinyard/vintools/)

<p>&nbsp;</p>

&emsp; &emsp;&emsp;&emsp; [<img src="https://i.imgur.com/KmAFUuy.png" width="175" hspace="25"/>](https://github.com/mvinyard/vintools/wiki) [<img src="https://i.imgur.com/zMPwyI1.png" width="175" hspace="25"/>](https://github.com/mvinyard/vintools/tree/main/vintools/_data) [<img src="https://i.imgur.com/l9rBZ8v.png" width="175" hspace="25"/>](https://github.com/mvinyard/vintools/tree/main/vintools)

### Install vintools
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/vintools.svg)](https://pypi.python.org/pypi/vintools/)
[![PyPI version](https://badge.fury.io/py/vintools.svg)](https://badge.fury.io/py/vintools)
[![Documentation Status](https://readthedocs.org/projects/vintools/badge/?version=latest)](https://vintools.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

To download this package from pypi:
```BASH
pip install vintools
```

### Install the development package
To download and install the development package:
```BASH
# (1) clone this repository
git clone https://github.com/mvinyard/vintools.git

# (2) install the local project in editable mode
cd ./vintools; pip install -e .
```

### Helpful tutorials
Find helpful tutorials for getting started in the [Wiki](https://github.com/mvinyard/vintools/wiki)


