Metadata-Version: 2.1
Name: qcb-plotting-tools
Version: 0.0.1
Summary: Plotting and Analysis tools for QCB
Home-page: UNKNOWN
Author: AICS
Author-email: your_aics_email@alleninstitute.org
License: Allen Institute Software License
Platform: UNKNOWN
Requires-Dist: seaborn
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: numpy
Provides-Extra: all
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: flake8 ; extra == 'all'
Provides-Extra: interactive_dev_group
Provides-Extra: lint_group
Requires-Dist: flake8 ; extra == 'lint_group'
Provides-Extra: test_group
Requires-Dist: pytest ; extra == 'test_group'
Requires-Dist: pytest-cov ; extra == 'test_group'

# QCB Plotting Tools

Description of the project and the module qcb_plotting_tools. 
Note that this will be used as a project description for your code/application/library. Replace this with
the corresponding documentation.

## How to Build

The default project layout and build steps are discussed in [BUILD.md](BUILD.md). Some of the information
is related to the AICS build process.

**NOTE**: You will also need to install DatasetDatabase in order
to pull data from our data repository! See this for further details:
https://github.com/AllenCellModeling/datasetdatabase

## Legal documents

- [License](LICENSE.txt) _(Before you release the project publicly please check with your manager to ensure the license is appropriate and has been run through legal review as necessary.)_
- [Contribution Agreement](CONTRIBUTING.md) _(Additionally update the contribution agreement to reflect
the level of contribution you are expecting, and the level of support you intend to provide.)_


