Metadata-Version: 2.4
Name: qpdsa-py
Version: 0.1.9
Summary: Utility package for QPDSA, a web-app for whole slide image analysis
License-Expression: MIT
Project-URL: Homepage, https://github.com/kaylaneal/qpdsa-py
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: geojson
Requires-Dist: girder-client
Requires-Dist: numpy
Dynamic: license-file

# QPDSA-PY

qpdsa-py is a utility package for [QPDSA](https://github.com/kaylaneal/QPDSA). 
QPDSA is a web-app that allows for whole slide image (WSI) analysis with QuPath via the Digital Slide Archive (DSA). 

## Usage
Import package with `import qpdsa_py`

## Installation

**From Source**
```
git clone https://github.com/kaylaneal/qpdsa-py
cd qpdsa-py
python -m pip install .
```
**From PyPI**
```
python -m pip install qpdsa-py
```
