ndsampler

View on PyPIReverse Dependencies (2)

0.8.0 ndsampler-0.8.0-py3-none-any.whl

Wheel Details

Project: ndsampler
Version: 0.8.0
Filename: ndsampler-0.8.0-py3-none-any.whl
Download: [link]
Size: 96479
MD5: f4fcc09c9c9edd838284ce200a37a807
SHA256: 5586ad92cdd2d8e1e4fdbcbe2ddc78b8adf1d1ed4ff11b1d8126d3a2a63f3e83
Uploaded: 2024-06-24 21:53:01 +0000

dist-info

METADATA

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
[Description omitted; length: 9947 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (70.1.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ndsampler/__init__.py sha256=tVIGf8xexyEIplvkLgil2Ru6G3HQp6VuNHZ57pWB-Vg 2701
ndsampler/_internal.py sha256=AxG1C_R58VuR0JtzDpkYM_1jBYhoaM8YVkYlLehkETw 370
ndsampler/abstract_frames.py sha256=1nhl0lfoEA_VryLeIoUphTXUzpbDmwxO4eQDzm9-rrQ 29930
ndsampler/abstract_sampler.py sha256=N8BNgOZKdWGvELu6dNTwhq4yL4vsUOR8DBFGSZES_08 1417
ndsampler/category_tree.py sha256=haGutyhuc5vKYQOabh2FsEupv52hYXyR7h2GZI7KXDA 41133
ndsampler/coco_dataset.py sha256=U26JA4JnL40lUtqF-ElCTrnjxF6iMh_EZn9Us2Tabus 136
ndsampler/coco_frames.py sha256=6koqsxKcLcVGYK8IEuOSm3bd4MtP2Cb4nsnTKKcW-os 5797
ndsampler/coco_regions.py sha256=YeTjsXXZVyePhs9LkY9_SzxhAq8zyBHD8q6JnRdA2ak 44984
ndsampler/coco_sampler.py sha256=CRh_QIOiKJSNOitBMHVqSWbsthMUIlUBvIyWK_U7ewI 86537
ndsampler/coerce_data.py sha256=eHNX6XuS59qNalgVbayzhXNeK5APlh6OhhzZcXKCNOc 7953
ndsampler/frame_cache.py sha256=ku0jPrPaG4XoPyuDylbZUOR8kFInsv_OzJMXyTxCeg0 16060
ndsampler/isect_indexer.py sha256=QkS7ffIFg2Kzd8CbIpagdfqqJs3Tf12cn6htvLqntSQ 18611
ndsampler/toydata.py sha256=KW67BOywBGQmb1pAtdqIc1htFkHzTK5ohTGTTsPtVNY 10760
ndsampler/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
ndsampler/utils/util_futures.py sha256=ftPLMIa0s8MttElGUt2TVgILsSWJubIVp2USZWIpy_k 4876
ndsampler/utils/util_gdal.py sha256=yfWyT43aZJEUvDrT_o6GKjjnHKRAfBx9d7VdOSz_yXg 31227
ndsampler/utils/util_lru.py sha256=VSo4Xb4OUR-lt8HURPZ6ZE5TQQlvShm15TI-NpxJPlQ 7302
ndsampler/utils/util_misc.py sha256=RGcaUK4_UA9h5gZKFzWSQ-lJ4PxngClqFlhvnVvts5c 1248
ndsampler/utils/util_shape.py sha256=vpl8pfmXFjUi6w8ULdUtBfMebql4lz3dac5zVtOSte8 1987
ndsampler/utils/util_sklearn.py sha256=cgMGG7w6N8TW-LR9JmAUxVaig1z-nu4MvIWzqxRV_hU 6153
ndsampler/utils/validate_cog.py sha256=H_Dx84hyl8eJbOLlWpI0duLqcmBmZJzOxizHaGC4G3k 10183
ndsampler-0.8.0.dist-info/LICENSE sha256=o6jcFk_bwjiPUz6vHK0Ju7RwbFp9eXMwAS2BDnwER-4 11343
ndsampler-0.8.0.dist-info/METADATA sha256=noIFxaCJEn6GZ3bGHQflRzREaaE9quJKBs9LqCI1Reg 38487
ndsampler-0.8.0.dist-info/WHEEL sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A 91
ndsampler-0.8.0.dist-info/top_level.txt sha256=U3vTpbphC8KrDVN6Z16IH7QjCF8niFYZvc6JY-v7QSo 10
ndsampler-0.8.0.dist-info/RECORD

top_level.txt

ndsampler