Metadata-Version: 2.4
Name: dsa_helpers
Version: 1.1.11.dev1
Summary: Utility functions for working with the DSA girder client.
Author-email: "Juan C. Vizcarra" <jvizcar@emory.edu>
Maintainer-email: "Juan C. Vizcarra" <jvizcar@emory.edu>
Project-URL: Repository, https://github.com/Gutman-Lab/dsa-python-utils
Keywords: dsa,girder,girder_client
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: girder-client
Requires-Dist: numpy
Requires-Dist: setuptools
Requires-Dist: opencv-python
Requires-Dist: pandas
Requires-Dist: pymongo
Requires-Dist: pillow
Requires-Dist: dash
Requires-Dist: dash-bootstrap-components
Requires-Dist: shapely
Requires-Dist: geopandas
Requires-Dist: transformers[torch]
Requires-Dist: datasets
Requires-Dist: torchvision
Requires-Dist: large-image
Requires-Dist: rasterio
Requires-Dist: colorama
Requires-Dist: albumentations
Dynamic: license-file

# Digital Slide Archive (DSA) Helpers
Digital Slide Archive Python utility library.

This library is available for installation through [Python Package Index (PyPI)](https://pypi.org/).

This library was tested using Python version 3.11.8 and uses the dependencies described in requirements.txt.

This Python PyPI package is found [here](https://pypi.org/project/dsa-helpers/).

## Extra dependencies
If you are getting a large image error, then install large image using the instructions provided in their [GitHub page](https://github.com/girder/large_image#:~:text=pip%20install%20large%2Dimage%5Ball%5D%20%2D%2Dfind%2Dlinks%20https%3A//girder.github.io/large_image_wheels).

A readthedocs for this library can be found [here](https://david-andrew-gutman-dsa-helpers.readthedocs-hosted.com/en/latest/index.html).
