Metadata-Version: 2.1
Name: prot-view
Version: 0.0.1
Summary: Visualization tool to compare distributions of biochemical features for protein datasets.
Home-page: https://github.com/michelle-an/ProtView
Author: Michelle An
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Provides-Extra: dev
License-File: LICENSE.txt

# Prot-View

Prot-View is a tool to easily visualize and compare distributions of biochemical features for protein datasets (https://github.com/michelle-an/ProtView). 


## Installation

Run the following to install:
pip install prot-view

## Usage

# Developing prot-view
To install prot-view, along with the tools you need to develop and run tests, run the following in your virtualenv:
'''bash
$ pip install -e .[dev]


