Metadata-Version: |
2.1 |
Name: |
ndsampler |
Version: |
0.8.0 |
Summary: |
Fast sampling from large images |
Author: |
Jon Crall |
Author-Email: |
jon.crall[at]kitware.com |
Home-Page: |
https://gitlab.kitware.com/computer-vision/ndsampler |
License: |
Apache 2 |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Utilities |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Software Development |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Requires-Python: |
>=3.8 |
Requires-Dist: |
ubelt (>=1.3.6) |
Requires-Dist: |
parse (>=1.14.0) |
Requires-Dist: |
xarray (>=0.16.0) |
Requires-Dist: |
sortedcontainers (>=2.3.0) |
Requires-Dist: |
fasteners (>=0.14.1) |
Requires-Dist: |
atomicwrites (>=1.3.0) |
Requires-Dist: |
pyqtree (>=1.0.0) |
Requires-Dist: |
kwimage (>=0.10.0) |
Requires-Dist: |
kwarray (>=0.6.19) |
Requires-Dist: |
kwcoco (>=0.8.1) |
Requires-Dist: |
delayed-image (>=0.3.1) |
Requires-Dist: |
Pillow (>=8.0.0); python_version < "3.10" and python_version >= "3.6" |
Requires-Dist: |
numpy (>=1.19.3); python_version < "3.10" and python_version >= "3.9" |
Requires-Dist: |
scipy (>=1.8.0); python_version < "3.10" and python_version >= "3.9" |
Requires-Dist: |
scikit-learn (>=1.0.2); python_version < "3.10" and python_version >= "3.9" |
Requires-Dist: |
numpy (>=1.21.6); python_version < "3.11" and python_version >= "3.10" |
Requires-Dist: |
scipy (>=1.8.0); python_version < "3.11" and python_version >= "3.10" |
Requires-Dist: |
scikit-learn (>=1.1.0); python_version < "3.11" and python_version >= "3.10" |
Requires-Dist: |
Pillow (>=9.1.0); python_version < "3.11" and python_version >= "3.10" |
Requires-Dist: |
networkx (>=2.7); python_version < "3.11" and python_version >= "3.8" |
Requires-Dist: |
numpy (>=1.23.2); python_version < "3.12" and python_version >= "3.11" |
Requires-Dist: |
scipy (>=1.9.2); python_version < "3.12" and python_version >= "3.11" |
Requires-Dist: |
scikit-learn (>=1.1.3); python_version < "3.12" and python_version >= "3.11" |
Requires-Dist: |
Pillow (>=9.2.0); python_version < "3.12" and python_version >= "3.11" |
Requires-Dist: |
numpy (<2.0,>=1.19.2); python_version < "3.7" and python_version >= "3.6" |
Requires-Dist: |
scipy (>=1.5.4); python_version < "3.7" and python_version >= "3.6" |
Requires-Dist: |
scikit-learn (>=0.24.1); python_version < "3.7" and python_version >= "3.6" |
Requires-Dist: |
networkx (<=2.5.1,>=2.2.0); python_version < "3.7.0" and python_version >= "3.6.0" |
Requires-Dist: |
networkx (>=2.6.2); python_version < "3.8" and python_version >= "3.7" |
Requires-Dist: |
numpy (<2.0,>=1.19.2); python_version < "3.8" and python_version >= "3.7" |
Requires-Dist: |
scipy (>=1.6.0); python_version < "3.8" and python_version >= "3.7" |
Requires-Dist: |
scikit-learn (>=0.24.1); python_version < "3.8" and python_version >= "3.7" |
Requires-Dist: |
numpy (>=1.19.3); python_version < "3.9" and python_version >= "3.8" |
Requires-Dist: |
scipy (>=1.8.0); python_version < "3.9" and python_version >= "3.8" |
Requires-Dist: |
scikit-learn (>=1.0.2); python_version < "3.9" and python_version >= "3.8" |
Requires-Dist: |
networkx (>=2.8); python_version < "4.0" and python_version >= "3.11" |
Requires-Dist: |
numpy (>=1.26.0); python_version < "4.0" and python_version >= "3.12" |
Requires-Dist: |
scipy (>=1.11.2); python_version < "4.0" and python_version >= "3.12" |
Requires-Dist: |
scikit-learn (>=1.3.1); python_version < "4.0" and python_version >= "3.12" |
Requires-Dist: |
Pillow (>=10.0.0); python_version < "4.0" and python_version >= "3.12" |
Requires-Dist: |
ubelt (>=1.3.6); extra == "all" |
Requires-Dist: |
parse (>=1.14.0); extra == "all" |
Requires-Dist: |
xarray (>=0.16.0); extra == "all" |
Requires-Dist: |
sortedcontainers (>=2.3.0); extra == "all" |
Requires-Dist: |
fasteners (>=0.14.1); extra == "all" |
Requires-Dist: |
atomicwrites (>=1.3.0); extra == "all" |
Requires-Dist: |
pyqtree (>=1.0.0); extra == "all" |
Requires-Dist: |
kwimage (>=0.10.0); extra == "all" |
Requires-Dist: |
kwarray (>=0.6.19); extra == "all" |
Requires-Dist: |
kwcoco (>=0.8.1); extra == "all" |
Requires-Dist: |
delayed-image (>=0.3.1); extra == "all" |
Requires-Dist: |
pytest (>=6.2.4); extra == "all" |
Requires-Dist: |
coverage (>=5.2.1); extra == "all" |
Requires-Dist: |
xdoctest (>=1.1.5); extra == "all" |
Requires-Dist: |
kwplot (>=0.4.10); extra == "all" |
Requires-Dist: |
lru-dict (>=1.1.7); extra == "all" |
Requires-Dist: |
ubelt (==1.3.6); extra == "all-strict" |
Requires-Dist: |
parse (==1.14.0); extra == "all-strict" |
Requires-Dist: |
xarray (==0.16.0); extra == "all-strict" |
Requires-Dist: |
sortedcontainers (==2.3.0); extra == "all-strict" |
Requires-Dist: |
fasteners (==0.14.1); extra == "all-strict" |
Requires-Dist: |
atomicwrites (==1.3.0); extra == "all-strict" |
Requires-Dist: |
pyqtree (==1.0.0); extra == "all-strict" |
Requires-Dist: |
kwimage (==0.10.0); extra == "all-strict" |
Requires-Dist: |
kwarray (==0.6.19); extra == "all-strict" |
Requires-Dist: |
kwcoco (==0.8.1); extra == "all-strict" |
Requires-Dist: |
delayed-image (==0.3.1); extra == "all-strict" |
Requires-Dist: |
pytest (==6.2.4); extra == "all-strict" |
Requires-Dist: |
coverage (==5.2.1); extra == "all-strict" |
Requires-Dist: |
xdoctest (==1.1.5); extra == "all-strict" |
Requires-Dist: |
kwplot (==0.4.10); extra == "all-strict" |
Requires-Dist: |
lru-dict (==1.1.7); extra == "all-strict" |
Requires-Dist: |
Pillow (==8.0.0); (python_version < "3.10" and python_version >= "3.6") and extra == "all-strict" |
Requires-Dist: |
numpy (==1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict" |
Requires-Dist: |
scipy (==1.8.0); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict" |
Requires-Dist: |
scikit-learn (==1.0.2); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict" |
Requires-Dist: |
numpy (==1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict" |
Requires-Dist: |
scipy (==1.8.0); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict" |
Requires-Dist: |
scikit-learn (==1.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict" |
Requires-Dist: |
Pillow (==9.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict" |
Requires-Dist: |
networkx (==2.7); (python_version < "3.11" and python_version >= "3.8") and extra == "all-strict" |
Requires-Dist: |
numpy (==1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict" |
Requires-Dist: |
scipy (==1.9.2); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict" |
Requires-Dist: |
scikit-learn (==1.1.3); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict" |
Requires-Dist: |
Pillow (==9.2.0); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict" |
Requires-Dist: |
pytest-cov (<2.6.0,==2.0.0); python_version < "3.6.0" and extra == "all-strict" |
Requires-Dist: |
numpy (<2.0,==1.19.2); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict" |
Requires-Dist: |
scipy (==1.5.4); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict" |
Requires-Dist: |
scikit-learn (==0.24.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict" |
Requires-Dist: |
networkx (<=2.5.1,==2.2.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "all-strict" |
Requires-Dist: |
networkx (==2.6.2); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict" |
Requires-Dist: |
numpy (<2.0,==1.19.2); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict" |
Requires-Dist: |
scipy (==1.6.0); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict" |
Requires-Dist: |
scikit-learn (==0.24.1); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict" |
Requires-Dist: |
numpy (==1.19.3); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict" |
Requires-Dist: |
scipy (==1.8.0); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict" |
Requires-Dist: |
scikit-learn (==1.0.2); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict" |
Requires-Dist: |
networkx (==2.8); (python_version < "4.0" and python_version >= "3.11") and extra == "all-strict" |
Requires-Dist: |
numpy (==1.26.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict" |
Requires-Dist: |
scipy (==1.11.2); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict" |
Requires-Dist: |
scikit-learn (==1.3.1); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict" |
Requires-Dist: |
Pillow (==10.0.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict" |
Requires-Dist: |
pytest-cov (==2.12.1); python_version >= "3.6.0" and extra == "all-strict" |
Requires-Dist: |
Pillow (>=8.0.0); (python_version < "3.10" and python_version >= "3.6") and extra == "all" |
Requires-Dist: |
numpy (>=1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "all" |
Requires-Dist: |
scipy (>=1.8.0); (python_version < "3.10" and python_version >= "3.9") and extra == "all" |
Requires-Dist: |
scikit-learn (>=1.0.2); (python_version < "3.10" and python_version >= "3.9") and extra == "all" |
Requires-Dist: |
numpy (>=1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "all" |
Requires-Dist: |
scipy (>=1.8.0); (python_version < "3.11" and python_version >= "3.10") and extra == "all" |
Requires-Dist: |
scikit-learn (>=1.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "all" |
Requires-Dist: |
Pillow (>=9.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "all" |
Requires-Dist: |
networkx (>=2.7); (python_version < "3.11" and python_version >= "3.8") and extra == "all" |
Requires-Dist: |
numpy (>=1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "all" |
Requires-Dist: |
scipy (>=1.9.2); (python_version < "3.12" and python_version >= "3.11") and extra == "all" |
Requires-Dist: |
scikit-learn (>=1.1.3); (python_version < "3.12" and python_version >= "3.11") and extra == "all" |
Requires-Dist: |
Pillow (>=9.2.0); (python_version < "3.12" and python_version >= "3.11") and extra == "all" |
Requires-Dist: |
pytest-cov (<2.6.0,>=2.0.0); python_version < "3.6.0" and extra == "all" |
Requires-Dist: |
numpy (<2.0,>=1.19.2); (python_version < "3.7" and python_version >= "3.6") and extra == "all" |
Requires-Dist: |
scipy (>=1.5.4); (python_version < "3.7" and python_version >= "3.6") and extra == "all" |
Requires-Dist: |
scikit-learn (>=0.24.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all" |
Requires-Dist: |
networkx (<=2.5.1,>=2.2.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "all" |
Requires-Dist: |
networkx (>=2.6.2); (python_version < "3.8" and python_version >= "3.7") and extra == "all" |
Requires-Dist: |
numpy (<2.0,>=1.19.2); (python_version < "3.8" and python_version >= "3.7") and extra == "all" |
Requires-Dist: |
scipy (>=1.6.0); (python_version < "3.8" and python_version >= "3.7") and extra == "all" |
Requires-Dist: |
scikit-learn (>=0.24.1); (python_version < "3.8" and python_version >= "3.7") and extra == "all" |
Requires-Dist: |
numpy (>=1.19.3); (python_version < "3.9" and python_version >= "3.8") and extra == "all" |
Requires-Dist: |
scipy (>=1.8.0); (python_version < "3.9" and python_version >= "3.8") and extra == "all" |
Requires-Dist: |
scikit-learn (>=1.0.2); (python_version < "3.9" and python_version >= "3.8") and extra == "all" |
Requires-Dist: |
networkx (>=2.8); (python_version < "4.0" and python_version >= "3.11") and extra == "all" |
Requires-Dist: |
numpy (>=1.26.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all" |
Requires-Dist: |
scipy (>=1.11.2); (python_version < "4.0" and python_version >= "3.12") and extra == "all" |
Requires-Dist: |
scikit-learn (>=1.3.1); (python_version < "4.0" and python_version >= "3.12") and extra == "all" |
Requires-Dist: |
Pillow (>=10.0.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all" |
Requires-Dist: |
pytest-cov (>=2.12.1); python_version >= "3.6.0" and extra == "all" |
Requires-Dist: |
sphinx (>=5.0.1); extra == "docs" |
Requires-Dist: |
sphinx-autobuild (>=2021.3.14); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (>=1.0.0); extra == "docs" |
Requires-Dist: |
sphinxcontrib-napoleon (>=0.7); extra == "docs" |
Requires-Dist: |
sphinx-autoapi (>=1.8.4); extra == "docs" |
Requires-Dist: |
Pygments (>=2.9.0); extra == "docs" |
Requires-Dist: |
myst-parser (>=0.18.0); extra == "docs" |
Requires-Dist: |
sphinx-reredirects (>=0.0.1); extra == "docs" |
Requires-Dist: |
xdoctest (>=1.1.2); extra == "docs" |
Requires-Dist: |
kwplot (>=0.4.15); extra == "docs" |
Requires-Dist: |
sphinx (==5.0.1); extra == "docs-strict" |
Requires-Dist: |
sphinx-autobuild (==2021.3.14); extra == "docs-strict" |
Requires-Dist: |
sphinx-rtd-theme (==1.0.0); extra == "docs-strict" |
Requires-Dist: |
sphinxcontrib-napoleon (==0.7); extra == "docs-strict" |
Requires-Dist: |
sphinx-autoapi (==1.8.4); extra == "docs-strict" |
Requires-Dist: |
Pygments (==2.9.0); extra == "docs-strict" |
Requires-Dist: |
myst-parser (==0.18.0); extra == "docs-strict" |
Requires-Dist: |
sphinx-reredirects (==0.0.1); extra == "docs-strict" |
Requires-Dist: |
xdoctest (==1.1.2); extra == "docs-strict" |
Requires-Dist: |
kwplot (==0.4.15); extra == "docs-strict" |
Requires-Dist: |
GDAL (==3.4.1); (python_version < "3.11" and python_version >= "3.10") and extra == "gdal-strict" |
Requires-Dist: |
GDAL (==3.5.2); (python_version < "3.12" and python_version >= "3.11") and extra == "gdal-strict" |
Requires-Dist: |
GDAL (==3.7.2); (python_version < "4.0" and python_version >= "3.12") and extra == "gdal-strict" |
Requires-Dist: |
GDAL (==3.4.1); python_version <= "3.9" and extra == "gdal-strict" |
Requires-Dist: |
GDAL (>=3.4.1); (python_version < "3.11" and python_version >= "3.10") and extra == "gdal" |
Requires-Dist: |
GDAL (>=3.5.2); (python_version < "3.12" and python_version >= "3.11") and extra == "gdal" |
Requires-Dist: |
GDAL (>=3.7.2); (python_version < "4.0" and python_version >= "3.12") and extra == "gdal" |
Requires-Dist: |
GDAL (>=3.4.1); python_version <= "3.9" and extra == "gdal" |
Requires-Dist: |
opencv-python (==3.4.15.55); (python_version < "3.10" and python_version >= "3.9") and extra == "graphics-strict" |
Requires-Dist: |
opencv-python (==4.5.4.58); (python_version < "3.11" and python_version >= "3.10") and extra == "graphics-strict" |
Requires-Dist: |
opencv-python (==3.1.0.0); (python_version < "3.4" and python_version >= "2.7") and extra == "graphics-strict" |
Requires-Dist: |
opencv-python (==3.1.0.5); (python_version < "3.5" and python_version >= "3.4") and extra == "graphics-strict" |
Requires-Dist: |
opencv-python (==3.1.0.2); (python_version < "3.6" and python_version >= "3.5") and extra == "graphics-strict" |
Requires-Dist: |
opencv-python (==3.4.13.47); (python_version < "3.7" and python_version >= "3.6") and extra == "graphics-strict" |
Requires-Dist: |
opencv-python (==3.4.15.55); (python_version < "3.8" and python_version >= "3.7") and extra == "graphics-strict" |
Requires-Dist: |
opencv-python (==3.4.15.55); (python_version < "3.9" and python_version >= "3.8") and extra == "graphics-strict" |
Requires-Dist: |
opencv-python (==4.5.5.64); (python_version < "4.0" and python_version >= "3.11") and extra == "graphics-strict" |
Requires-Dist: |
opencv-python (>=3.4.15.55); (python_version < "3.10" and python_version >= "3.9") and extra == "graphics" |
Requires-Dist: |
opencv-python (>=4.5.4.58); (python_version < "3.11" and python_version >= "3.10") and extra == "graphics" |
Requires-Dist: |
opencv-python (>=3.1.0.0); (python_version < "3.4" and python_version >= "2.7") and extra == "graphics" |
Requires-Dist: |
opencv-python (>=3.1.0.5); (python_version < "3.5" and python_version >= "3.4") and extra == "graphics" |
Requires-Dist: |
opencv-python (>=3.1.0.2); (python_version < "3.6" and python_version >= "3.5") and extra == "graphics" |
Requires-Dist: |
opencv-python (>=3.4.13.47); (python_version < "3.7" and python_version >= "3.6") and extra == "graphics" |
Requires-Dist: |
opencv-python (>=3.4.15.55); (python_version < "3.8" and python_version >= "3.7") and extra == "graphics" |
Requires-Dist: |
opencv-python (>=3.4.15.55); (python_version < "3.9" and python_version >= "3.8") and extra == "graphics" |
Requires-Dist: |
opencv-python (>=4.5.5.64); (python_version < "4.0" and python_version >= "3.11") and extra == "graphics" |
Requires-Dist: |
opencv-python-headless (==3.4.15.55); (python_version < "3.10" and python_version >= "3.9") and extra == "headless-strict" |
Requires-Dist: |
opencv-python-headless (==4.5.4.58); (python_version < "3.11" and python_version >= "3.10") and extra == "headless-strict" |
Requires-Dist: |
opencv-python-headless (==3.4.2.16); (python_version < "3.4" and python_version >= "2.7") and extra == "headless-strict" |
Requires-Dist: |
opencv-python-headless (==3.4.2.16); (python_version < "3.5" and python_version >= "3.4") and extra == "headless-strict" |
Requires-Dist: |
opencv-python-headless (==3.4.2.16); (python_version < "3.6" and python_version >= "3.5") and extra == "headless-strict" |
Requires-Dist: |
opencv-python-headless (==3.4.13.47); (python_version < "3.7" and python_version >= "3.6") and extra == "headless-strict" |
Requires-Dist: |
opencv-python-headless (==3.4.15.55); (python_version < "3.8" and python_version >= "3.7") and extra == "headless-strict" |
Requires-Dist: |
opencv-python-headless (==3.4.15.55); (python_version < "3.9" and python_version >= "3.8") and extra == "headless-strict" |
Requires-Dist: |
opencv-python-headless (==4.5.5.64); (python_version < "4.0" and python_version >= "3.11") and extra == "headless-strict" |
Requires-Dist: |
opencv-python-headless (>=3.4.15.55); (python_version < "3.10" and python_version >= "3.9") and extra == "headless" |
Requires-Dist: |
opencv-python-headless (>=4.5.4.58); (python_version < "3.11" and python_version >= "3.10") and extra == "headless" |
Requires-Dist: |
opencv-python-headless (>=3.4.2.16); (python_version < "3.4" and python_version >= "2.7") and extra == "headless" |
Requires-Dist: |
opencv-python-headless (>=3.4.2.16); (python_version < "3.5" and python_version >= "3.4") and extra == "headless" |
Requires-Dist: |
opencv-python-headless (>=3.4.2.16); (python_version < "3.6" and python_version >= "3.5") and extra == "headless" |
Requires-Dist: |
opencv-python-headless (>=3.4.13.47); (python_version < "3.7" and python_version >= "3.6") and extra == "headless" |
Requires-Dist: |
opencv-python-headless (>=3.4.15.55); (python_version < "3.8" and python_version >= "3.7") and extra == "headless" |
Requires-Dist: |
opencv-python-headless (>=3.4.15.55); (python_version < "3.9" and python_version >= "3.8") and extra == "headless" |
Requires-Dist: |
opencv-python-headless (>=4.5.5.64); (python_version < "4.0" and python_version >= "3.11") and extra == "headless" |
Requires-Dist: |
flake8 (>=5.0.0); extra == "linting" |
Requires-Dist: |
flake8 (==5.0.0); extra == "linting-strict" |
Requires-Dist: |
kwplot (>=0.4.10); extra == "optional" |
Requires-Dist: |
lru-dict (>=1.1.7); extra == "optional" |
Requires-Dist: |
kwplot (==0.4.10); extra == "optional-strict" |
Requires-Dist: |
lru-dict (==1.1.7); extra == "optional-strict" |
Requires-Dist: |
GDAL (>=3.3.1); extra == "problematic" |
Requires-Dist: |
GDAL (==3.3.1); extra == "problematic-strict" |
Requires-Dist: |
ubelt (>=1.3.6); extra == "runtime" |
Requires-Dist: |
parse (>=1.14.0); extra == "runtime" |
Requires-Dist: |
xarray (>=0.16.0); extra == "runtime" |
Requires-Dist: |
sortedcontainers (>=2.3.0); extra == "runtime" |
Requires-Dist: |
fasteners (>=0.14.1); extra == "runtime" |
Requires-Dist: |
atomicwrites (>=1.3.0); extra == "runtime" |
Requires-Dist: |
pyqtree (>=1.0.0); extra == "runtime" |
Requires-Dist: |
kwimage (>=0.10.0); extra == "runtime" |
Requires-Dist: |
kwarray (>=0.6.19); extra == "runtime" |
Requires-Dist: |
kwcoco (>=0.8.1); extra == "runtime" |
Requires-Dist: |
delayed-image (>=0.3.1); extra == "runtime" |
Requires-Dist: |
ubelt (==1.3.6); extra == "runtime-strict" |
Requires-Dist: |
parse (==1.14.0); extra == "runtime-strict" |
Requires-Dist: |
xarray (==0.16.0); extra == "runtime-strict" |
Requires-Dist: |
sortedcontainers (==2.3.0); extra == "runtime-strict" |
Requires-Dist: |
fasteners (==0.14.1); extra == "runtime-strict" |
Requires-Dist: |
atomicwrites (==1.3.0); extra == "runtime-strict" |
Requires-Dist: |
pyqtree (==1.0.0); extra == "runtime-strict" |
Requires-Dist: |
kwimage (==0.10.0); extra == "runtime-strict" |
Requires-Dist: |
kwarray (==0.6.19); extra == "runtime-strict" |
Requires-Dist: |
kwcoco (==0.8.1); extra == "runtime-strict" |
Requires-Dist: |
delayed-image (==0.3.1); extra == "runtime-strict" |
Requires-Dist: |
Pillow (==8.0.0); (python_version < "3.10" and python_version >= "3.6") and extra == "runtime-strict" |
Requires-Dist: |
numpy (==1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime-strict" |
Requires-Dist: |
scipy (==1.8.0); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime-strict" |
Requires-Dist: |
scikit-learn (==1.0.2); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime-strict" |
Requires-Dist: |
numpy (==1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime-strict" |
Requires-Dist: |
scipy (==1.8.0); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime-strict" |
Requires-Dist: |
scikit-learn (==1.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime-strict" |
Requires-Dist: |
Pillow (==9.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime-strict" |
Requires-Dist: |
networkx (==2.7); (python_version < "3.11" and python_version >= "3.8") and extra == "runtime-strict" |
Requires-Dist: |
numpy (==1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime-strict" |
Requires-Dist: |
scipy (==1.9.2); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime-strict" |
Requires-Dist: |
scikit-learn (==1.1.3); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime-strict" |
Requires-Dist: |
Pillow (==9.2.0); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime-strict" |
Requires-Dist: |
numpy (<2.0,==1.19.2); (python_version < "3.7" and python_version >= "3.6") and extra == "runtime-strict" |
Requires-Dist: |
scipy (==1.5.4); (python_version < "3.7" and python_version >= "3.6") and extra == "runtime-strict" |
Requires-Dist: |
scikit-learn (==0.24.1); (python_version < "3.7" and python_version >= "3.6") and extra == "runtime-strict" |
Requires-Dist: |
networkx (<=2.5.1,==2.2.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "runtime-strict" |
Requires-Dist: |
networkx (==2.6.2); (python_version < "3.8" and python_version >= "3.7") and extra == "runtime-strict" |
Requires-Dist: |
numpy (<2.0,==1.19.2); (python_version < "3.8" and python_version >= "3.7") and extra == "runtime-strict" |
Requires-Dist: |
scipy (==1.6.0); (python_version < "3.8" and python_version >= "3.7") and extra == "runtime-strict" |
Requires-Dist: |
scikit-learn (==0.24.1); (python_version < "3.8" and python_version >= "3.7") and extra == "runtime-strict" |
Requires-Dist: |
numpy (==1.19.3); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime-strict" |
Requires-Dist: |
scipy (==1.8.0); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime-strict" |
Requires-Dist: |
scikit-learn (==1.0.2); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime-strict" |
Requires-Dist: |
networkx (==2.8); (python_version < "4.0" and python_version >= "3.11") and extra == "runtime-strict" |
Requires-Dist: |
numpy (==1.26.0); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime-strict" |
Requires-Dist: |
scipy (==1.11.2); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime-strict" |
Requires-Dist: |
scikit-learn (==1.3.1); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime-strict" |
Requires-Dist: |
Pillow (==10.0.0); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime-strict" |
Requires-Dist: |
Pillow (>=8.0.0); (python_version < "3.10" and python_version >= "3.6") and extra == "runtime" |
Requires-Dist: |
numpy (>=1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime" |
Requires-Dist: |
scipy (>=1.8.0); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime" |
Requires-Dist: |
scikit-learn (>=1.0.2); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime" |
Requires-Dist: |
numpy (>=1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime" |
Requires-Dist: |
scipy (>=1.8.0); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime" |
Requires-Dist: |
scikit-learn (>=1.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime" |
Requires-Dist: |
Pillow (>=9.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime" |
Requires-Dist: |
networkx (>=2.7); (python_version < "3.11" and python_version >= "3.8") and extra == "runtime" |
Requires-Dist: |
numpy (>=1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime" |
Requires-Dist: |
scipy (>=1.9.2); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime" |
Requires-Dist: |
scikit-learn (>=1.1.3); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime" |
Requires-Dist: |
Pillow (>=9.2.0); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime" |
Requires-Dist: |
numpy (<2.0,>=1.19.2); (python_version < "3.7" and python_version >= "3.6") and extra == "runtime" |
Requires-Dist: |
scipy (>=1.5.4); (python_version < "3.7" and python_version >= "3.6") and extra == "runtime" |
Requires-Dist: |
scikit-learn (>=0.24.1); (python_version < "3.7" and python_version >= "3.6") and extra == "runtime" |
Requires-Dist: |
networkx (<=2.5.1,>=2.2.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "runtime" |
Requires-Dist: |
networkx (>=2.6.2); (python_version < "3.8" and python_version >= "3.7") and extra == "runtime" |
Requires-Dist: |
numpy (<2.0,>=1.19.2); (python_version < "3.8" and python_version >= "3.7") and extra == "runtime" |
Requires-Dist: |
scipy (>=1.6.0); (python_version < "3.8" and python_version >= "3.7") and extra == "runtime" |
Requires-Dist: |
scikit-learn (>=0.24.1); (python_version < "3.8" and python_version >= "3.7") and extra == "runtime" |
Requires-Dist: |
numpy (>=1.19.3); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime" |
Requires-Dist: |
scipy (>=1.8.0); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime" |
Requires-Dist: |
scikit-learn (>=1.0.2); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime" |
Requires-Dist: |
networkx (>=2.8); (python_version < "4.0" and python_version >= "3.11") and extra == "runtime" |
Requires-Dist: |
numpy (>=1.26.0); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime" |
Requires-Dist: |
scipy (>=1.11.2); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime" |
Requires-Dist: |
scikit-learn (>=1.3.1); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime" |
Requires-Dist: |
Pillow (>=10.0.0); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime" |
Requires-Dist: |
pytest (>=6.2.4); extra == "tests" |
Requires-Dist: |
coverage (>=5.2.1); extra == "tests" |
Requires-Dist: |
xdoctest (>=1.1.5); extra == "tests" |
Requires-Dist: |
pytest (==6.2.4); extra == "tests-strict" |
Requires-Dist: |
coverage (==5.2.1); extra == "tests-strict" |
Requires-Dist: |
xdoctest (==1.1.5); extra == "tests-strict" |
Requires-Dist: |
pytest-cov (<2.6.0,==2.0.0); python_version < "3.6.0" and extra == "tests-strict" |
Requires-Dist: |
pytest-cov (==2.12.1); python_version >= "3.6.0" and extra == "tests-strict" |
Requires-Dist: |
pytest-cov (<2.6.0,>=2.0.0); python_version < "3.6.0" and extra == "tests" |
Requires-Dist: |
pytest-cov (>=2.12.1); python_version >= "3.6.0" and extra == "tests" |
Provides-Extra: |
all |
Provides-Extra: |
all-strict |
Provides-Extra: |
build |
Provides-Extra: |
build-strict |
Provides-Extra: |
docs |
Provides-Extra: |
docs-strict |
Provides-Extra: |
gdal |
Provides-Extra: |
gdal-strict |
Provides-Extra: |
gdal-strict-strict |
Provides-Extra: |
graphics |
Provides-Extra: |
graphics-strict |
Provides-Extra: |
headless |
Provides-Extra: |
headless-strict |
Provides-Extra: |
linting |
Provides-Extra: |
linting-strict |
Provides-Extra: |
optional |
Provides-Extra: |
optional-strict |
Provides-Extra: |
problematic |
Provides-Extra: |
problematic-strict |
Provides-Extra: |
runtime |
Provides-Extra: |
runtime-strict |
Provides-Extra: |
tests |
Provides-Extra: |
tests-strict |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |