Metadata-Version: 2.1
Name: cppcpyutils
Version: 0.3
Summary: utilities for common tasks in plantcv pipelines
Home-page: https://CougPhenomics.github.io/cppcpyutils
License: UNKNOWN
Keywords: plant phenotyping bioinformatics
Author: Dominik Schneider
Author-email: dominik.schneider@wsu.edu
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: plantcv ~=3.6
Requires-Dist: psycopg2
Requires-Dist: paramiko
Requires-Dist: tqdm
Requires-Dist: flit ; extra == "dev"
Requires-Dist: pdoc3 ; extra == "doc"
Requires-Dist: pytest >=2.7.3 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

# cppcpyutils

Utilities for image processing pipelines at the Compact Plants Phenomics Center at Washingtion State University - Pullman. Pipelines are designed around [PlantCV](https://github.com/danforthcenter/plantcv)

## Installation

Install latest release

`pip install cppcpyutils`

Install dev version

`pip install git+https://github.com/CougPhenomics/cppcpyutils.git`

## Use

Please see the [documentation](https://CougPhenomics.github.io/cppcpyutils/)

