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
License-File: LICENSE.txt
Requires-Dist: biopython (==1.79)
Requires-Dist: joblib (==1.1.0)
Requires-Dist: numpy (==1.21.4)
Requires-Dist: pandas (==1.3.4)
Requires-Dist: patsy (==0.5.1)
Requires-Dist: plotly (==5.4.0)
Requires-Dist: progressbar (==2.5)
Requires-Dist: PySimpleGUI (==4.47.0)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2021.1)
Requires-Dist: scikit-learn (==1.0.1)
Requires-Dist: scipy (==1.7.3)
Requires-Dist: six (==1.16.0)
Requires-Dist: sklearn (==0.0)
Requires-Dist: statsmodels (==0.10.2)
Requires-Dist: tenacity (==8.0.1)
Requires-Dist: threadpoolctl (==3.0.0)
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'

# 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]


