Metadata-Version: 2.1 Name: SlideRunner-dataAccess Version: 1.0.8 Summary: SlideRunner - data access package (slide access, database access) Home-page: http://github.com/DeepPathology/SlideRunner_dataAccess Author: Marc Aubreville Author-email: marc.aubreville@thi.de License: GPL Platform: UNKNOWN Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) Classifier: Operating System :: OS Independent Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: openslide-python (>=1.1.1) Requires-Dist: nibabel (>=3.1.1) Requires-Dist: matplotlib (>=2.0.0) Requires-Dist: numpy (>=1.13) Requires-Dist: pydicom (>=2.1.2) Requires-Dist: pillow (>=8.0.1) ## SlideRunner dataAccess ## This is the dataaccess auxilliary package for SlideRunner, an open source microscopy (and, actually, many other image formats) annotation tool. Since the SlideRunner database format and the slide wrapper are used in other packages as well, we split it up. Requirements: - openslide-python>=1.1.1 - opencv-python>=3.1.0 - nibabel>=3.1.1 - matplotlib>=2.0.0 - numpy>=1.13 - pydicom>=2.1.2