kwcoco

View on PyPIReverse Dependencies (8)

0.8.7 kwcoco-0.8.7-py3-none-any.whl

Wheel Details

Project: kwcoco
Version: 0.8.7
Filename: kwcoco-0.8.7-py3-none-any.whl
Download: [link]
Size: 477809
MD5: da48bcb93b02129a846e20f2cea035d4
SHA256: 0b933d00bacccc02348de794c26f18316362583155ce8fc96b7a2788824406d8
Uploaded: 2024-12-18 18:49:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: kwcoco
Version: 0.8.7
Summary: The kwcoco module and cli for image datasets
Author: Jon Crall
Author-Email: jon.crall[at]kitware.com
Home-Page: https://gitlab.kitware.com/computer-vision/kwcoco
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: 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: delayed_image (>=0.4.2)
Requires-Dist: jsonschema (>=3.2.0)
Requires-Dist: kwarray (>=0.6.19)
Requires-Dist: kwimage (>=0.11.1)
Requires-Dist: packaging (>=21.3)
Requires-Dist: parse (>=1.19.0)
Requires-Dist: safer (>=4.4.1)
Requires-Dist: scriptconfig (>=0.7.10)
Requires-Dist: sortedcontainers (>=2.3.0)
Requires-Dist: ubelt (>=1.3.6)
Requires-Dist: uritools (>=3.0.0)
Requires-Dist: xarray (>=2023.10.0); python_version < "4.0" and python_version >= "3.12"
Requires-Dist: xarray (>=0.17.0); python_version < "3.12" and python_version >= "3.8"
Requires-Dist: networkx (>=2.8); python_version < "4.0" and python_version >= "3.11"
Requires-Dist: networkx (>=2.8); python_version < "3.11" and python_version >= "3.8"
Requires-Dist: scipy (>=1.11.2); python_version < "4.0" and python_version >= "3.12"
Requires-Dist: scipy (>=1.9.2); python_version < "3.12" and python_version >= "3.11"
Requires-Dist: scipy (>=1.8.0); python_version < "3.11" and python_version >= "3.10"
Requires-Dist: scipy (>=1.8.0); python_version < "3.10" and python_version >= "3.9"
Requires-Dist: scipy (>=1.8.0); python_version < "3.9" and python_version >= "3.8"
Requires-Dist: numpy (>=1.26.0); python_version < "4.0" and python_version >= "3.12"
Requires-Dist: numpy (>=1.23.2); python_version < "3.12" and python_version >= "3.11"
Requires-Dist: numpy (>=1.21.6); python_version < "3.11" and python_version >= "3.10"
Requires-Dist: numpy (>=1.19.3); python_version < "3.10" and python_version >= "3.9"
Requires-Dist: numpy (>=1.19.3); python_version < "3.9" and python_version >= "3.8"
Requires-Dist: pandas (>=2.1.1); python_version < "4.0" and python_version >= "3.12"
Requires-Dist: pandas (>=1.5.0); python_version < "3.12" and python_version >= "3.11"
Requires-Dist: pandas (>=1.4.2); python_version < "3.11" and python_version >= "3.10"
Requires-Dist: pandas (>=1.4.2); python_version < "3.10" and python_version >= "3.9"
Requires-Dist: pandas (>=1.4.2); python_version < "3.9" and python_version >= "3.8"
Requires-Dist: scikit-learn (>=1.3.1); python_version < "4.0" and python_version >= "3.12"
Requires-Dist: scikit-learn (>=1.1.3); python_version < "3.12" and python_version >= "3.11"
Requires-Dist: scikit-learn (>=1.1.0); python_version < "3.11" and python_version >= "3.10"
Requires-Dist: scikit-learn (>=1.0.2); python_version < "3.10" and python_version >= "3.9"
Requires-Dist: scikit-learn (>=1.0.2); python_version < "3.9" and python_version >= "3.8"
Requires-Dist: psutil (>=5.9.6); python_version < "4.0" and python_version >= "3.11"
Requires-Dist: psutil (>=5.9.1); python_version < "3.11" and python_version >= "3.10"
Requires-Dist: psutil (>=5.7.3); python_version < "3.10" and python_version >= "3.9"
Requires-Dist: psutil (>=5.6.3); python_version < "3.9" and python_version >= "3.8"
Requires-Dist: rich (>=12.3.0)
Requires-Dist: delayed_image (>=0.4.2); extra == "all"
Requires-Dist: jsonschema (>=3.2.0); extra == "all"
Requires-Dist: kwarray (>=0.6.19); extra == "all"
Requires-Dist: kwimage (>=0.11.1); extra == "all"
Requires-Dist: packaging (>=21.3); extra == "all"
Requires-Dist: parse (>=1.19.0); extra == "all"
Requires-Dist: safer (>=4.4.1); extra == "all"
Requires-Dist: scriptconfig (>=0.7.10); extra == "all"
Requires-Dist: sortedcontainers (>=2.3.0); extra == "all"
Requires-Dist: ubelt (>=1.3.6); extra == "all"
Requires-Dist: uritools (>=3.0.0); extra == "all"
Requires-Dist: xarray (>=2023.10.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: xarray (>=0.17.0); (python_version < "3.12" 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: networkx (>=2.8); (python_version < "3.11" and python_version >= "3.8") and extra == "all"
Requires-Dist: scipy (>=1.11.2); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: scipy (>=1.9.2); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: scipy (>=1.8.0); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: scipy (>=1.8.0); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: scipy (>=1.8.0); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: numpy (>=1.26.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: numpy (>=1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: numpy (>=1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: numpy (>=1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: numpy (>=1.19.3); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: pandas (>=2.1.1); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: pandas (>=1.5.0); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: pandas (>=1.4.2); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: pandas (>=1.4.2); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: pandas (>=1.4.2); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: scikit-learn (>=1.3.1); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: scikit-learn (>=1.1.3); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: scikit-learn (>=1.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: scikit-learn (>=1.0.2); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: scikit-learn (>=1.0.2); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: psutil (>=5.9.6); (python_version < "4.0" and python_version >= "3.11") and extra == "all"
Requires-Dist: psutil (>=5.9.1); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: psutil (>=5.7.3); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: psutil (>=5.6.3); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: rich (>=12.3.0); extra == "all"
Requires-Dist: coverage (>=5.2.1); extra == "all"
Requires-Dist: xdoctest (>=1.1.5); extra == "all"
Requires-Dist: timerit (>=0.3.0); extra == "all"
Requires-Dist: pytest (>=6.2.4); extra == "all"
Requires-Dist: pytest-cov (>=2.12.1); extra == "all"
Requires-Dist: affine (>=2.3.0); extra == "all"
Requires-Dist: colormath (>=3.0.0); extra == "all"
Requires-Dist: kwimage_ext (>=0.2.1); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: kwimage_ext (>=0.2.0); (python_version < "3.11" and python_version >= "3.6") and extra == "all"
Requires-Dist: kwplot (>=0.5.2); extra == "all"
Requires-Dist: lark (>=1.1.2); extra == "all"
Requires-Dist: lark_cython (>=0.0.12); extra == "all"
Requires-Dist: seaborn (>=0.13.2); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: seaborn (>=0.11.2); python_version < "3.12" and extra == "all"
Requires-Dist: matplotlib (>=3.8.2); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: matplotlib (>=3.8.2); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: matplotlib (>=3.8.2); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: matplotlib (>=3.6.2); python_version < "3.10" and extra == "all"
Requires-Dist: ujson (>=5.2.0); python_version >= "3.7" and extra == "all"
Requires-Dist: sqlalchemy (>=2.0.21); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: sqlalchemy (>=1.4.41); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: sqlalchemy (>=1.4.26); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: sqlalchemy (>=1.4.0); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: sqlalchemy (>=1.4.0); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: jq (>=1.7.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: jq (>=1.7.0); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: jq (>=1.2.2); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: jq (>=1.2.2); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: jq (>=1.2.2); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: rich_argparse (>=1.1.0); python_version >= "3.7" and extra == "all"
Requires-Dist: ijson (>=3.1.4); extra == "all"
Requires-Dist: kwutil (>=0.3.3); extra == "all"
Requires-Dist: kwgis (>=0.1.0); extra == "all"
Requires-Dist: psycopg2-binary (>=2.9.9); (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: psycopg2-binary (>=2.9.5); (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: psycopg2-binary (>=2.9.1); (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: psycopg2-binary (>=2.8.6); (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: psycopg2-binary (>=2.8.4); (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: sqlalchemy_utils (>=0.40.0); extra == "all"
Requires-Dist: opencv-python-headless (>=4.5.5.64); (python_version < "4.0" and python_version >= "3.11") 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.15.55); (python_version < "3.10" and python_version >= "3.8") and extra == "headless"
Requires-Dist: opencv-python (>=4.5.5.64); (python_version < "4.0" and python_version >= "3.11") 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.4.15.55); (python_version < "3.10" and python_version >= "3.8") and extra == "graphics"
Requires-Dist: psycopg2-binary (>=2.9.9); (python_version < "4.0" and python_version >= "3.12") and extra == "postgresql"
Requires-Dist: psycopg2-binary (>=2.9.5); (python_version < "3.12" and python_version >= "3.11") and extra == "postgresql"
Requires-Dist: psycopg2-binary (>=2.9.1); (python_version < "3.11" and python_version >= "3.10") and extra == "postgresql"
Requires-Dist: psycopg2-binary (>=2.8.6); (python_version < "3.10" and python_version >= "3.9") and extra == "postgresql"
Requires-Dist: psycopg2-binary (>=2.8.4); (python_version < "3.9" and python_version >= "3.8") and extra == "postgresql"
Requires-Dist: sqlalchemy_utils (>=0.40.0); extra == "postgresql"
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: kwplot; extra == "docs"
Requires-Dist: six; extra == "docs"
Requires-Dist: sphinx-jsonschema (>=1.19.1); extra == "docs"
Requires-Dist: docutils (>=0.20.1); extra == "docs"
Requires-Dist: coverage (>=5.2.1); extra == "docs"
Requires-Dist: xdoctest (>=1.1.5); extra == "docs"
Requires-Dist: timerit (>=0.3.0); extra == "docs"
Requires-Dist: pytest (>=6.2.4); extra == "docs"
Requires-Dist: pytest-cov (>=2.12.1); extra == "docs"
Requires-Dist: opencv-python-headless (>=4.5.5.64); (python_version < "4.0" and python_version >= "3.11") and extra == "docs"
Requires-Dist: opencv-python-headless (>=4.5.4.58); (python_version < "3.11" and python_version >= "3.10") and extra == "docs"
Requires-Dist: opencv-python-headless (>=3.4.15.55); (python_version < "3.10" and python_version >= "3.8") and extra == "docs"
Requires-Dist: affine (>=2.3.0); extra == "docs"
Requires-Dist: colormath (>=3.0.0); extra == "docs"
Requires-Dist: kwimage_ext (>=0.2.1); (python_version < "3.12" and python_version >= "3.11") and extra == "docs"
Requires-Dist: kwimage_ext (>=0.2.0); (python_version < "3.11" and python_version >= "3.6") and extra == "docs"
Requires-Dist: kwplot (>=0.5.2); extra == "docs"
Requires-Dist: lark (>=1.1.2); extra == "docs"
Requires-Dist: lark_cython (>=0.0.12); extra == "docs"
Requires-Dist: seaborn (>=0.13.2); (python_version < "4.0" and python_version >= "3.12") and extra == "docs"
Requires-Dist: seaborn (>=0.11.2); python_version < "3.12" and extra == "docs"
Requires-Dist: matplotlib (>=3.8.2); (python_version < "4.0" and python_version >= "3.12") and extra == "docs"
Requires-Dist: matplotlib (>=3.8.2); (python_version < "3.12" and python_version >= "3.11") and extra == "docs"
Requires-Dist: matplotlib (>=3.8.2); (python_version < "3.11" and python_version >= "3.10") and extra == "docs"
Requires-Dist: matplotlib (>=3.6.2); python_version < "3.10" and extra == "docs"
Requires-Dist: ujson (>=5.2.0); python_version >= "3.7" and extra == "docs"
Requires-Dist: sqlalchemy (>=2.0.21); (python_version < "4.0" and python_version >= "3.12") and extra == "docs"
Requires-Dist: sqlalchemy (>=1.4.41); (python_version < "3.12" and python_version >= "3.11") and extra == "docs"
Requires-Dist: sqlalchemy (>=1.4.26); (python_version < "3.11" and python_version >= "3.10") and extra == "docs"
Requires-Dist: sqlalchemy (>=1.4.0); (python_version < "3.10" and python_version >= "3.9") and extra == "docs"
Requires-Dist: sqlalchemy (>=1.4.0); (python_version < "3.9" and python_version >= "3.8") and extra == "docs"
Requires-Dist: jq (>=1.7.0); (python_version < "4.0" and python_version >= "3.12") and extra == "docs"
Requires-Dist: jq (>=1.7.0); (python_version < "3.12" and python_version >= "3.11") and extra == "docs"
Requires-Dist: jq (>=1.2.2); (python_version < "3.11" and python_version >= "3.10") and extra == "docs"
Requires-Dist: jq (>=1.2.2); (python_version < "3.10" and python_version >= "3.9") and extra == "docs"
Requires-Dist: jq (>=1.2.2); (python_version < "3.9" and python_version >= "3.8") and extra == "docs"
Requires-Dist: rich_argparse (>=1.1.0); python_version >= "3.7" and extra == "docs"
Requires-Dist: ijson (>=3.1.4); extra == "docs"
Requires-Dist: kwutil (>=0.3.3); extra == "docs"
Requires-Dist: kwgis (>=0.1.0); extra == "docs"
Requires-Dist: delayed_image (>=0.4.2); extra == "docs"
Requires-Dist: jsonschema (>=3.2.0); extra == "docs"
Requires-Dist: kwarray (>=0.6.19); extra == "docs"
Requires-Dist: kwimage (>=0.11.1); extra == "docs"
Requires-Dist: packaging (>=21.3); extra == "docs"
Requires-Dist: parse (>=1.19.0); extra == "docs"
Requires-Dist: safer (>=4.4.1); extra == "docs"
Requires-Dist: scriptconfig (>=0.7.10); extra == "docs"
Requires-Dist: sortedcontainers (>=2.3.0); extra == "docs"
Requires-Dist: ubelt (>=1.3.6); extra == "docs"
Requires-Dist: uritools (>=3.0.0); extra == "docs"
Requires-Dist: xarray (>=2023.10.0); (python_version < "4.0" and python_version >= "3.12") and extra == "docs"
Requires-Dist: xarray (>=0.17.0); (python_version < "3.12" and python_version >= "3.8") and extra == "docs"
Requires-Dist: networkx (>=2.8); (python_version < "4.0" and python_version >= "3.11") and extra == "docs"
Requires-Dist: networkx (>=2.8); (python_version < "3.11" and python_version >= "3.8") and extra == "docs"
Requires-Dist: scipy (>=1.11.2); (python_version < "4.0" and python_version >= "3.12") and extra == "docs"
Requires-Dist: scipy (>=1.9.2); (python_version < "3.12" and python_version >= "3.11") and extra == "docs"
Requires-Dist: scipy (>=1.8.0); (python_version < "3.11" and python_version >= "3.10") and extra == "docs"
Requires-Dist: scipy (>=1.8.0); (python_version < "3.10" and python_version >= "3.9") and extra == "docs"
Requires-Dist: scipy (>=1.8.0); (python_version < "3.9" and python_version >= "3.8") and extra == "docs"
Requires-Dist: numpy (>=1.26.0); (python_version < "4.0" and python_version >= "3.12") and extra == "docs"
Requires-Dist: numpy (>=1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "docs"
Requires-Dist: numpy (>=1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "docs"
Requires-Dist: numpy (>=1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "docs"
Requires-Dist: numpy (>=1.19.3); (python_version < "3.9" and python_version >= "3.8") and extra == "docs"
Requires-Dist: pandas (>=2.1.1); (python_version < "4.0" and python_version >= "3.12") and extra == "docs"
Requires-Dist: pandas (>=1.5.0); (python_version < "3.12" and python_version >= "3.11") and extra == "docs"
Requires-Dist: pandas (>=1.4.2); (python_version < "3.11" and python_version >= "3.10") and extra == "docs"
Requires-Dist: pandas (>=1.4.2); (python_version < "3.10" and python_version >= "3.9") and extra == "docs"
Requires-Dist: pandas (>=1.4.2); (python_version < "3.9" and python_version >= "3.8") and extra == "docs"
Requires-Dist: scikit-learn (>=1.3.1); (python_version < "4.0" and python_version >= "3.12") and extra == "docs"
Requires-Dist: scikit-learn (>=1.1.3); (python_version < "3.12" and python_version >= "3.11") and extra == "docs"
Requires-Dist: scikit-learn (>=1.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "docs"
Requires-Dist: scikit-learn (>=1.0.2); (python_version < "3.10" and python_version >= "3.9") and extra == "docs"
Requires-Dist: scikit-learn (>=1.0.2); (python_version < "3.9" and python_version >= "3.8") and extra == "docs"
Requires-Dist: psutil (>=5.9.6); (python_version < "4.0" and python_version >= "3.11") and extra == "docs"
Requires-Dist: psutil (>=5.9.1); (python_version < "3.11" and python_version >= "3.10") and extra == "docs"
Requires-Dist: psutil (>=5.7.3); (python_version < "3.10" and python_version >= "3.9") and extra == "docs"
Requires-Dist: psutil (>=5.6.3); (python_version < "3.9" and python_version >= "3.8") and extra == "docs"
Requires-Dist: rich (>=12.3.0); extra == "docs"
Requires-Dist: GDAL (>=3.7.2); (python_version < "4.0" and python_version >= "3.12") 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.4.1); (python_version < "3.11" and python_version >= "3.8") and extra == "gdal"
Requires-Dist: flake8 (>=5.0.0); extra == "linting"
Requires-Dist: affine (>=2.3.0); extra == "optional"
Requires-Dist: colormath (>=3.0.0); extra == "optional"
Requires-Dist: kwimage_ext (>=0.2.1); (python_version < "3.12" and python_version >= "3.11") and extra == "optional"
Requires-Dist: kwimage_ext (>=0.2.0); (python_version < "3.11" and python_version >= "3.6") and extra == "optional"
Requires-Dist: kwplot (>=0.5.2); extra == "optional"
Requires-Dist: lark (>=1.1.2); extra == "optional"
Requires-Dist: lark_cython (>=0.0.12); extra == "optional"
Requires-Dist: seaborn (>=0.13.2); (python_version < "4.0" and python_version >= "3.12") and extra == "optional"
Requires-Dist: seaborn (>=0.11.2); python_version < "3.12" and extra == "optional"
Requires-Dist: matplotlib (>=3.8.2); (python_version < "4.0" and python_version >= "3.12") and extra == "optional"
Requires-Dist: matplotlib (>=3.8.2); (python_version < "3.12" and python_version >= "3.11") and extra == "optional"
Requires-Dist: matplotlib (>=3.8.2); (python_version < "3.11" and python_version >= "3.10") and extra == "optional"
Requires-Dist: matplotlib (>=3.6.2); python_version < "3.10" and extra == "optional"
Requires-Dist: ujson (>=5.2.0); python_version >= "3.7" and extra == "optional"
Requires-Dist: sqlalchemy (>=2.0.21); (python_version < "4.0" and python_version >= "3.12") and extra == "optional"
Requires-Dist: sqlalchemy (>=1.4.41); (python_version < "3.12" and python_version >= "3.11") and extra == "optional"
Requires-Dist: sqlalchemy (>=1.4.26); (python_version < "3.11" and python_version >= "3.10") and extra == "optional"
Requires-Dist: sqlalchemy (>=1.4.0); (python_version < "3.10" and python_version >= "3.9") and extra == "optional"
Requires-Dist: sqlalchemy (>=1.4.0); (python_version < "3.9" and python_version >= "3.8") and extra == "optional"
Requires-Dist: jq (>=1.7.0); (python_version < "4.0" and python_version >= "3.12") and extra == "optional"
Requires-Dist: jq (>=1.7.0); (python_version < "3.12" and python_version >= "3.11") and extra == "optional"
Requires-Dist: jq (>=1.2.2); (python_version < "3.11" and python_version >= "3.10") and extra == "optional"
Requires-Dist: jq (>=1.2.2); (python_version < "3.10" and python_version >= "3.9") and extra == "optional"
Requires-Dist: jq (>=1.2.2); (python_version < "3.9" and python_version >= "3.8") and extra == "optional"
Requires-Dist: rich_argparse (>=1.1.0); python_version >= "3.7" and extra == "optional"
Requires-Dist: ijson (>=3.1.4); extra == "optional"
Requires-Dist: kwutil (>=0.3.3); extra == "optional"
Requires-Dist: kwgis (>=0.1.0); extra == "optional"
Requires-Dist: delayed_image (>=0.4.2); extra == "runtime"
Requires-Dist: jsonschema (>=3.2.0); extra == "runtime"
Requires-Dist: kwarray (>=0.6.19); extra == "runtime"
Requires-Dist: kwimage (>=0.11.1); extra == "runtime"
Requires-Dist: packaging (>=21.3); extra == "runtime"
Requires-Dist: parse (>=1.19.0); extra == "runtime"
Requires-Dist: safer (>=4.4.1); extra == "runtime"
Requires-Dist: scriptconfig (>=0.7.10); extra == "runtime"
Requires-Dist: sortedcontainers (>=2.3.0); extra == "runtime"
Requires-Dist: ubelt (>=1.3.6); extra == "runtime"
Requires-Dist: uritools (>=3.0.0); extra == "runtime"
Requires-Dist: xarray (>=2023.10.0); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime"
Requires-Dist: xarray (>=0.17.0); (python_version < "3.12" 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: networkx (>=2.8); (python_version < "3.11" and python_version >= "3.8") and extra == "runtime"
Requires-Dist: scipy (>=1.11.2); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime"
Requires-Dist: scipy (>=1.9.2); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime"
Requires-Dist: scipy (>=1.8.0); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime"
Requires-Dist: scipy (>=1.8.0); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime"
Requires-Dist: scipy (>=1.8.0); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime"
Requires-Dist: numpy (>=1.26.0); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime"
Requires-Dist: numpy (>=1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime"
Requires-Dist: numpy (>=1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime"
Requires-Dist: numpy (>=1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime"
Requires-Dist: numpy (>=1.19.3); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime"
Requires-Dist: pandas (>=2.1.1); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime"
Requires-Dist: pandas (>=1.5.0); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime"
Requires-Dist: pandas (>=1.4.2); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime"
Requires-Dist: pandas (>=1.4.2); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime"
Requires-Dist: pandas (>=1.4.2); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime"
Requires-Dist: scikit-learn (>=1.3.1); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime"
Requires-Dist: scikit-learn (>=1.1.3); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime"
Requires-Dist: scikit-learn (>=1.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime"
Requires-Dist: scikit-learn (>=1.0.2); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime"
Requires-Dist: scikit-learn (>=1.0.2); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime"
Requires-Dist: psutil (>=5.9.6); (python_version < "4.0" and python_version >= "3.11") and extra == "runtime"
Requires-Dist: psutil (>=5.9.1); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime"
Requires-Dist: psutil (>=5.7.3); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime"
Requires-Dist: psutil (>=5.6.3); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime"
Requires-Dist: rich (>=12.3.0); extra == "runtime"
Requires-Dist: coverage (>=5.2.1); extra == "tests"
Requires-Dist: xdoctest (>=1.1.5); extra == "tests"
Requires-Dist: timerit (>=0.3.0); extra == "tests"
Requires-Dist: pytest (>=6.2.4); extra == "tests"
Requires-Dist: pytest-cov (>=2.12.1); extra == "tests"
Requires-Dist: delayed_image (==0.4.2); extra == "all-strict"
Requires-Dist: jsonschema (==3.2.0); extra == "all-strict"
Requires-Dist: kwarray (==0.6.19); extra == "all-strict"
Requires-Dist: kwimage (==0.11.1); extra == "all-strict"
Requires-Dist: packaging (==21.3); extra == "all-strict"
Requires-Dist: parse (==1.19.0); extra == "all-strict"
Requires-Dist: safer (==4.4.1); extra == "all-strict"
Requires-Dist: scriptconfig (==0.7.10); extra == "all-strict"
Requires-Dist: sortedcontainers (==2.3.0); extra == "all-strict"
Requires-Dist: ubelt (==1.3.6); extra == "all-strict"
Requires-Dist: uritools (==3.0.0); extra == "all-strict"
Requires-Dist: xarray (==2023.10.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: xarray (==0.17.0); (python_version < "3.12" 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: networkx (==2.8); (python_version < "3.11" and python_version >= "3.8") 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: scipy (==1.9.2); (python_version < "3.12" and python_version >= "3.11") 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: scipy (==1.8.0); (python_version < "3.10" and python_version >= "3.9") 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: numpy (==1.26.0); (python_version < "4.0" and python_version >= "3.12") 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: numpy (==1.21.6); (python_version < "3.11" and python_version >= "3.10") 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: numpy (==1.19.3); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: pandas (==2.1.1); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: pandas (==1.5.0); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: pandas (==1.4.2); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: pandas (==1.4.2); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict"
Requires-Dist: pandas (==1.4.2); (python_version < "3.9" and python_version >= "3.8") 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: scikit-learn (==1.1.3); (python_version < "3.12" and python_version >= "3.11") 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: scikit-learn (==1.0.2); (python_version < "3.10" and python_version >= "3.9") 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: psutil (==5.9.6); (python_version < "4.0" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: psutil (==5.9.1); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: psutil (==5.7.3); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict"
Requires-Dist: psutil (==5.6.3); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: rich (==12.3.0); extra == "all-strict"
Requires-Dist: coverage (==5.2.1); extra == "all-strict"
Requires-Dist: xdoctest (==1.1.5); extra == "all-strict"
Requires-Dist: timerit (==0.3.0); extra == "all-strict"
Requires-Dist: pytest (==6.2.4); extra == "all-strict"
Requires-Dist: pytest-cov (==2.12.1); extra == "all-strict"
Requires-Dist: affine (==2.3.0); extra == "all-strict"
Requires-Dist: colormath (==3.0.0); extra == "all-strict"
Requires-Dist: kwimage_ext (==0.2.1); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: kwimage_ext (==0.2.0); (python_version < "3.11" and python_version >= "3.6") and extra == "all-strict"
Requires-Dist: kwplot (==0.5.2); extra == "all-strict"
Requires-Dist: lark (==1.1.2); extra == "all-strict"
Requires-Dist: lark_cython (==0.0.12); extra == "all-strict"
Requires-Dist: seaborn (==0.13.2); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: seaborn (==0.11.2); python_version < "3.12" and extra == "all-strict"
Requires-Dist: matplotlib (==3.8.2); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: matplotlib (==3.8.2); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: matplotlib (==3.8.2); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: matplotlib (==3.6.2); python_version < "3.10" and extra == "all-strict"
Requires-Dist: ujson (==5.2.0); python_version >= "3.7" and extra == "all-strict"
Requires-Dist: sqlalchemy (==2.0.21); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: sqlalchemy (==1.4.41); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: sqlalchemy (==1.4.26); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: sqlalchemy (==1.4.0); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict"
Requires-Dist: sqlalchemy (==1.4.0); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: jq (==1.7.0); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: jq (==1.7.0); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: jq (==1.2.2); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: jq (==1.2.2); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict"
Requires-Dist: jq (==1.2.2); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: rich_argparse (==1.1.0); python_version >= "3.7" and extra == "all-strict"
Requires-Dist: ijson (==3.1.4); extra == "all-strict"
Requires-Dist: kwutil (==0.3.3); extra == "all-strict"
Requires-Dist: kwgis (==0.1.0); extra == "all-strict"
Requires-Dist: psycopg2-binary (==2.9.9); (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: psycopg2-binary (==2.9.5); (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: psycopg2-binary (==2.9.1); (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: psycopg2-binary (==2.8.6); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict"
Requires-Dist: psycopg2-binary (==2.8.4); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: sqlalchemy_utils (==0.40.0); extra == "all-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 (==4.5.4.58); (python_version < "3.11" and python_version >= "3.10") and extra == "headless-strict"
Requires-Dist: opencv-python-headless (==3.4.15.55); (python_version < "3.10" and python_version >= "3.8") and extra == "headless-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 (==4.5.4.58); (python_version < "3.11" and python_version >= "3.10") and extra == "graphics-strict"
Requires-Dist: opencv-python (==3.4.15.55); (python_version < "3.10" and python_version >= "3.8") and extra == "graphics-strict"
Requires-Dist: psycopg2-binary (==2.9.9); (python_version < "4.0" and python_version >= "3.12") and extra == "postgresql-strict"
Requires-Dist: psycopg2-binary (==2.9.5); (python_version < "3.12" and python_version >= "3.11") and extra == "postgresql-strict"
Requires-Dist: psycopg2-binary (==2.9.1); (python_version < "3.11" and python_version >= "3.10") and extra == "postgresql-strict"
Requires-Dist: psycopg2-binary (==2.8.6); (python_version < "3.10" and python_version >= "3.9") and extra == "postgresql-strict"
Requires-Dist: psycopg2-binary (==2.8.4); (python_version < "3.9" and python_version >= "3.8") and extra == "postgresql-strict"
Requires-Dist: sqlalchemy_utils (==0.40.0); extra == "postgresql-strict"
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: kwplot; extra == "docs-strict"
Requires-Dist: six; extra == "docs-strict"
Requires-Dist: sphinx-jsonschema (==1.19.1); extra == "docs-strict"
Requires-Dist: docutils (==0.20.1); extra == "docs-strict"
Requires-Dist: coverage (==5.2.1); extra == "docs-strict"
Requires-Dist: xdoctest (==1.1.5); extra == "docs-strict"
Requires-Dist: timerit (==0.3.0); extra == "docs-strict"
Requires-Dist: pytest (==6.2.4); extra == "docs-strict"
Requires-Dist: pytest-cov (==2.12.1); extra == "docs-strict"
Requires-Dist: opencv-python-headless (==4.5.5.64); (python_version < "4.0" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: opencv-python-headless (==4.5.4.58); (python_version < "3.11" and python_version >= "3.10") and extra == "docs-strict"
Requires-Dist: opencv-python-headless (==3.4.15.55); (python_version < "3.10" and python_version >= "3.8") and extra == "docs-strict"
Requires-Dist: affine (==2.3.0); extra == "docs-strict"
Requires-Dist: colormath (==3.0.0); extra == "docs-strict"
Requires-Dist: kwimage_ext (==0.2.1); (python_version < "3.12" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: kwimage_ext (==0.2.0); (python_version < "3.11" and python_version >= "3.6") and extra == "docs-strict"
Requires-Dist: kwplot (==0.5.2); extra == "docs-strict"
Requires-Dist: lark (==1.1.2); extra == "docs-strict"
Requires-Dist: lark_cython (==0.0.12); extra == "docs-strict"
Requires-Dist: seaborn (==0.13.2); (python_version < "4.0" and python_version >= "3.12") and extra == "docs-strict"
Requires-Dist: seaborn (==0.11.2); python_version < "3.12" and extra == "docs-strict"
Requires-Dist: matplotlib (==3.8.2); (python_version < "4.0" and python_version >= "3.12") and extra == "docs-strict"
Requires-Dist: matplotlib (==3.8.2); (python_version < "3.12" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: matplotlib (==3.8.2); (python_version < "3.11" and python_version >= "3.10") and extra == "docs-strict"
Requires-Dist: matplotlib (==3.6.2); python_version < "3.10" and extra == "docs-strict"
Requires-Dist: ujson (==5.2.0); python_version >= "3.7" and extra == "docs-strict"
Requires-Dist: sqlalchemy (==2.0.21); (python_version < "4.0" and python_version >= "3.12") and extra == "docs-strict"
Requires-Dist: sqlalchemy (==1.4.41); (python_version < "3.12" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: sqlalchemy (==1.4.26); (python_version < "3.11" and python_version >= "3.10") and extra == "docs-strict"
Requires-Dist: sqlalchemy (==1.4.0); (python_version < "3.10" and python_version >= "3.9") and extra == "docs-strict"
Requires-Dist: sqlalchemy (==1.4.0); (python_version < "3.9" and python_version >= "3.8") and extra == "docs-strict"
Requires-Dist: jq (==1.7.0); (python_version < "4.0" and python_version >= "3.12") and extra == "docs-strict"
Requires-Dist: jq (==1.7.0); (python_version < "3.12" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: jq (==1.2.2); (python_version < "3.11" and python_version >= "3.10") and extra == "docs-strict"
Requires-Dist: jq (==1.2.2); (python_version < "3.10" and python_version >= "3.9") and extra == "docs-strict"
Requires-Dist: jq (==1.2.2); (python_version < "3.9" and python_version >= "3.8") and extra == "docs-strict"
Requires-Dist: rich_argparse (==1.1.0); python_version >= "3.7" and extra == "docs-strict"
Requires-Dist: ijson (==3.1.4); extra == "docs-strict"
Requires-Dist: kwutil (==0.3.3); extra == "docs-strict"
Requires-Dist: kwgis (==0.1.0); extra == "docs-strict"
Requires-Dist: delayed_image (==0.4.2); extra == "docs-strict"
Requires-Dist: jsonschema (==3.2.0); extra == "docs-strict"
Requires-Dist: kwarray (==0.6.19); extra == "docs-strict"
Requires-Dist: kwimage (==0.11.1); extra == "docs-strict"
Requires-Dist: packaging (==21.3); extra == "docs-strict"
Requires-Dist: parse (==1.19.0); extra == "docs-strict"
Requires-Dist: safer (==4.4.1); extra == "docs-strict"
Requires-Dist: scriptconfig (==0.7.10); extra == "docs-strict"
Requires-Dist: sortedcontainers (==2.3.0); extra == "docs-strict"
Requires-Dist: ubelt (==1.3.6); extra == "docs-strict"
Requires-Dist: uritools (==3.0.0); extra == "docs-strict"
Requires-Dist: xarray (==2023.10.0); (python_version < "4.0" and python_version >= "3.12") and extra == "docs-strict"
Requires-Dist: xarray (==0.17.0); (python_version < "3.12" and python_version >= "3.8") and extra == "docs-strict"
Requires-Dist: networkx (==2.8); (python_version < "4.0" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: networkx (==2.8); (python_version < "3.11" and python_version >= "3.8") and extra == "docs-strict"
Requires-Dist: scipy (==1.11.2); (python_version < "4.0" and python_version >= "3.12") and extra == "docs-strict"
Requires-Dist: scipy (==1.9.2); (python_version < "3.12" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: scipy (==1.8.0); (python_version < "3.11" and python_version >= "3.10") and extra == "docs-strict"
Requires-Dist: scipy (==1.8.0); (python_version < "3.10" and python_version >= "3.9") and extra == "docs-strict"
Requires-Dist: scipy (==1.8.0); (python_version < "3.9" and python_version >= "3.8") and extra == "docs-strict"
Requires-Dist: numpy (==1.26.0); (python_version < "4.0" and python_version >= "3.12") and extra == "docs-strict"
Requires-Dist: numpy (==1.23.2); (python_version < "3.12" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: numpy (==1.21.6); (python_version < "3.11" and python_version >= "3.10") and extra == "docs-strict"
Requires-Dist: numpy (==1.19.3); (python_version < "3.10" and python_version >= "3.9") and extra == "docs-strict"
Requires-Dist: numpy (==1.19.3); (python_version < "3.9" and python_version >= "3.8") and extra == "docs-strict"
Requires-Dist: pandas (==2.1.1); (python_version < "4.0" and python_version >= "3.12") and extra == "docs-strict"
Requires-Dist: pandas (==1.5.0); (python_version < "3.12" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: pandas (==1.4.2); (python_version < "3.11" and python_version >= "3.10") and extra == "docs-strict"
Requires-Dist: pandas (==1.4.2); (python_version < "3.10" and python_version >= "3.9") and extra == "docs-strict"
Requires-Dist: pandas (==1.4.2); (python_version < "3.9" and python_version >= "3.8") and extra == "docs-strict"
Requires-Dist: scikit-learn (==1.3.1); (python_version < "4.0" and python_version >= "3.12") and extra == "docs-strict"
Requires-Dist: scikit-learn (==1.1.3); (python_version < "3.12" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: scikit-learn (==1.1.0); (python_version < "3.11" and python_version >= "3.10") and extra == "docs-strict"
Requires-Dist: scikit-learn (==1.0.2); (python_version < "3.10" and python_version >= "3.9") and extra == "docs-strict"
Requires-Dist: scikit-learn (==1.0.2); (python_version < "3.9" and python_version >= "3.8") and extra == "docs-strict"
Requires-Dist: psutil (==5.9.6); (python_version < "4.0" and python_version >= "3.11") and extra == "docs-strict"
Requires-Dist: psutil (==5.9.1); (python_version < "3.11" and python_version >= "3.10") and extra == "docs-strict"
Requires-Dist: psutil (==5.7.3); (python_version < "3.10" and python_version >= "3.9") and extra == "docs-strict"
Requires-Dist: psutil (==5.6.3); (python_version < "3.9" and python_version >= "3.8") and extra == "docs-strict"
Requires-Dist: rich (==12.3.0); extra == "docs-strict"
Requires-Dist: GDAL (==3.7.2); (python_version < "4.0" and python_version >= "3.12") 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.4.1); (python_version < "3.11" and python_version >= "3.8") and extra == "gdal-strict"
Requires-Dist: flake8 (==5.0.0); extra == "linting-strict"
Requires-Dist: affine (==2.3.0); extra == "optional-strict"
Requires-Dist: colormath (==3.0.0); extra == "optional-strict"
Requires-Dist: kwimage_ext (==0.2.1); (python_version < "3.12" and python_version >= "3.11") and extra == "optional-strict"
Requires-Dist: kwimage_ext (==0.2.0); (python_version < "3.11" and python_version >= "3.6") and extra == "optional-strict"
Requires-Dist: kwplot (==0.5.2); extra == "optional-strict"
Requires-Dist: lark (==1.1.2); extra == "optional-strict"
Requires-Dist: lark_cython (==0.0.12); extra == "optional-strict"
Requires-Dist: seaborn (==0.13.2); (python_version < "4.0" and python_version >= "3.12") and extra == "optional-strict"
Requires-Dist: seaborn (==0.11.2); python_version < "3.12" and extra == "optional-strict"
Requires-Dist: matplotlib (==3.8.2); (python_version < "4.0" and python_version >= "3.12") and extra == "optional-strict"
Requires-Dist: matplotlib (==3.8.2); (python_version < "3.12" and python_version >= "3.11") and extra == "optional-strict"
Requires-Dist: matplotlib (==3.8.2); (python_version < "3.11" and python_version >= "3.10") and extra == "optional-strict"
Requires-Dist: matplotlib (==3.6.2); python_version < "3.10" and extra == "optional-strict"
Requires-Dist: ujson (==5.2.0); python_version >= "3.7" and extra == "optional-strict"
Requires-Dist: sqlalchemy (==2.0.21); (python_version < "4.0" and python_version >= "3.12") and extra == "optional-strict"
Requires-Dist: sqlalchemy (==1.4.41); (python_version < "3.12" and python_version >= "3.11") and extra == "optional-strict"
Requires-Dist: sqlalchemy (==1.4.26); (python_version < "3.11" and python_version >= "3.10") and extra == "optional-strict"
Requires-Dist: sqlalchemy (==1.4.0); (python_version < "3.10" and python_version >= "3.9") and extra == "optional-strict"
Requires-Dist: sqlalchemy (==1.4.0); (python_version < "3.9" and python_version >= "3.8") and extra == "optional-strict"
Requires-Dist: jq (==1.7.0); (python_version < "4.0" and python_version >= "3.12") and extra == "optional-strict"
Requires-Dist: jq (==1.7.0); (python_version < "3.12" and python_version >= "3.11") and extra == "optional-strict"
Requires-Dist: jq (==1.2.2); (python_version < "3.11" and python_version >= "3.10") and extra == "optional-strict"
Requires-Dist: jq (==1.2.2); (python_version < "3.10" and python_version >= "3.9") and extra == "optional-strict"
Requires-Dist: jq (==1.2.2); (python_version < "3.9" and python_version >= "3.8") and extra == "optional-strict"
Requires-Dist: rich_argparse (==1.1.0); python_version >= "3.7" and extra == "optional-strict"
Requires-Dist: ijson (==3.1.4); extra == "optional-strict"
Requires-Dist: kwutil (==0.3.3); extra == "optional-strict"
Requires-Dist: kwgis (==0.1.0); extra == "optional-strict"
Requires-Dist: delayed_image (==0.4.2); extra == "runtime-strict"
Requires-Dist: jsonschema (==3.2.0); extra == "runtime-strict"
Requires-Dist: kwarray (==0.6.19); extra == "runtime-strict"
Requires-Dist: kwimage (==0.11.1); extra == "runtime-strict"
Requires-Dist: packaging (==21.3); extra == "runtime-strict"
Requires-Dist: parse (==1.19.0); extra == "runtime-strict"
Requires-Dist: safer (==4.4.1); extra == "runtime-strict"
Requires-Dist: scriptconfig (==0.7.10); extra == "runtime-strict"
Requires-Dist: sortedcontainers (==2.3.0); extra == "runtime-strict"
Requires-Dist: ubelt (==1.3.6); extra == "runtime-strict"
Requires-Dist: uritools (==3.0.0); extra == "runtime-strict"
Requires-Dist: xarray (==2023.10.0); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime-strict"
Requires-Dist: xarray (==0.17.0); (python_version < "3.12" 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: networkx (==2.8); (python_version < "3.11" and python_version >= "3.8") 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: scipy (==1.9.2); (python_version < "3.12" and python_version >= "3.11") 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: scipy (==1.8.0); (python_version < "3.10" and python_version >= "3.9") 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: numpy (==1.26.0); (python_version < "4.0" and python_version >= "3.12") 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: numpy (==1.21.6); (python_version < "3.11" and python_version >= "3.10") 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: numpy (==1.19.3); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime-strict"
Requires-Dist: pandas (==2.1.1); (python_version < "4.0" and python_version >= "3.12") and extra == "runtime-strict"
Requires-Dist: pandas (==1.5.0); (python_version < "3.12" and python_version >= "3.11") and extra == "runtime-strict"
Requires-Dist: pandas (==1.4.2); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime-strict"
Requires-Dist: pandas (==1.4.2); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime-strict"
Requires-Dist: pandas (==1.4.2); (python_version < "3.9" and python_version >= "3.8") 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: scikit-learn (==1.1.3); (python_version < "3.12" and python_version >= "3.11") 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: scikit-learn (==1.0.2); (python_version < "3.10" and python_version >= "3.9") 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: psutil (==5.9.6); (python_version < "4.0" and python_version >= "3.11") and extra == "runtime-strict"
Requires-Dist: psutil (==5.9.1); (python_version < "3.11" and python_version >= "3.10") and extra == "runtime-strict"
Requires-Dist: psutil (==5.7.3); (python_version < "3.10" and python_version >= "3.9") and extra == "runtime-strict"
Requires-Dist: psutil (==5.6.3); (python_version < "3.9" and python_version >= "3.8") and extra == "runtime-strict"
Requires-Dist: rich (==12.3.0); extra == "runtime-strict"
Requires-Dist: coverage (==5.2.1); extra == "tests-strict"
Requires-Dist: xdoctest (==1.1.5); extra == "tests-strict"
Requires-Dist: timerit (==0.3.0); extra == "tests-strict"
Requires-Dist: pytest (==6.2.4); extra == "tests-strict"
Requires-Dist: pytest-cov (==2.12.1); extra == "tests-strict"
Provides-Extra: all
Provides-Extra: headless
Provides-Extra: graphics
Provides-Extra: postgresql
Provides-Extra: docs
Provides-Extra: gdal
Provides-Extra: linting
Provides-Extra: optional
Provides-Extra: runtime
Provides-Extra: tests
Provides-Extra: all-strict
Provides-Extra: headless-strict
Provides-Extra: graphics-strict
Provides-Extra: postgresql-strict
Provides-Extra: docs-strict
Provides-Extra: gdal-strict
Provides-Extra: linting-strict
Provides-Extra: optional-strict
Provides-Extra: runtime-strict
Provides-Extra: tests-strict
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 32763 characters]

WHEEL

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

RECORD

Path Digest Size
examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
examples/bench_large_hyperspectral.py sha256=hUWOAvOd-pAHdcfOJpToY_9WFrk7E5iIR_OAipFLDTQ 5751
examples/bench_large_hyperspectral.pyi sha256=vzwLa4ec3zsHvJLMRA0LvFG5l9aCwZNzTQ9MnOcReTU 53
examples/demo_kwcoco_spaces.py sha256=BlOMhSHayXBFIXUwkAXSJKOd9YvkGYpATww_45Kim5Q 6241
examples/demo_sql_and_zip_files.py sha256=N1E1jrHljLU4RAMJ4tka_eOArhEChsgIctQ8Pzr-M1E 1971
examples/draw_gt_and_predicted_boxes.py sha256=YqJONvd1fKBI0y3WMyzxYAvKKiJn9FnkMEi2jAqnY0o 2882
examples/draw_gt_and_predicted_boxes.pyi sha256=EXPulHUNA1QQLCHjN_8gFsnrcBFJzgjcdXbe3NYrBqI 86
examples/example_sar_and_msi.py sha256=kqvaTrgljznscbjT1UpulP9KVxJeOxlmGnxANRTgGn4 5167
examples/faq.py sha256=uo4ORBJ7Yl6qsnre9CkpF5DP5nzl-dZWGZTyeZe_qU0 9124
examples/faq.pyi sha256=FIAURwMqlYyW0oimlA4o1nmG9dzWYwZiwVHCJc9utk0 226
examples/getting_started_existing_dataset.py sha256=tQj6xOo6b_ZNFp4Z5hv-528bQlY9H7dgalCVLNkuL8o 2075
examples/getting_started_existing_dataset.pyi sha256=N7INWlSU0b9UFMm_7uc_FqSn9vw0niPaLlQ_1CrVM3w 156
examples/image_access.py sha256=Q-tx_pkE5SQ7SGkd7F_99OnQd8ZmU4BS0pzWsgYTVBs 1676
examples/loading_multispectral_data.py sha256=4fwLcOUdk_0g1ZnqzA1EgNl98NT3DO56PYsmbff9ruQ 2068
examples/loading_multispectral_data.pyi sha256=OlFrirjK6au-qaYif8jpbcHe5l546968uHNwAnJljHA 42
examples/loop_over_frame_annotations.py sha256=fEnO1i0eFZ6pXI50-WsW3TGLNgy_K0OBkM0ejECc4Ow 1091
examples/modification_example.py sha256=_yFRtnF_jIzXC2XT_5b6viatZ03cxumo5wy77fbbwsg 1683
examples/modification_example.pyi sha256=vVUJtmXRug1tkx6rjeOVZ3EfYiUC_jG8kjmshpmaDZ8 132
examples/shifting_annots.py sha256=SKew0Hb6NYI-HR9KKDQHO3VuI_dkCG0_RA_NLmQ39Us 2088
examples/shifting_annots.pyi sha256=4TSoytfF9nJaJbT66reqAA62U9Om5LmKPnukjD88dOg 28
examples/simple_kwcoco_torch_dataset.py sha256=5FyrWZhNzyDNeHOLXvftrLnTcPvGTb_JUmfL46dZ83w 8883
examples/simple_kwcoco_torch_dataset.pyi sha256=P_XXm1nuoKyEJggV97CJZeu7VdgQoig2mHKsp9LBBxs 585
examples/vectorized_interface.py sha256=lwlORAWZokXFye1Fg1-9xoF5EAZG7MyZGSktSv3fr-4 7896
examples/vectorized_interface.pyi sha256=vguKfx6nci75l1CV6qRq8WWx5MLXYMhJ_ZPDrlDluyQ 49
kwcoco/__init__.py sha256=hfTxVveJv4TVgEQ-2ug5Fhx4QifK5WoT12iB6WridxM 20842
kwcoco/__main__.py sha256=VP_IimX_6QlcDY0Y8iPG0Od3RVGeEN7k96vuo6KcWK0 276
kwcoco/__main__.pyi sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
kwcoco/_helpers.py sha256=uw-ms-0Un0OKnVnw_WtvJNgzbRE4HlkXQP9WHxuIMX4 14462
kwcoco/_helpers.pyi sha256=2WSCjz_Q9shjKZ86cx5_hguuJS_YJRGRDOM2sCBjptw 717
kwcoco/abstract_coco_dataset.py sha256=um-DQBEOq9v0vUFH8fM5o_OYoe1GI2BfAwzKxDjBijU 309
kwcoco/abstract_coco_dataset.pyi sha256=yw-OIinDDAHh_CXYFsbTShHxnth-jVrsDyMigkmNS8s 62
kwcoco/category_tree.py sha256=b0U7h6JGTrpbdzPl2UEGXzNHEaVCPx6sxHkTTi-0uPA 32773
kwcoco/category_tree.pyi sha256=asJlJ-TqpvSic9MZS4_MVs0MWUJNwS64K7T0Git4RqQ 2483
kwcoco/channel_spec.py sha256=qW_dbvxKI0jFH466UF2-6UK0_x2egffVKTtPY0FzFdw 568
kwcoco/channel_spec.pyi sha256=-kBG0y-qCPkMPSUxBaKJOdSND-dME4owPDFSaHO40iY 104
kwcoco/coco_dataset.py sha256=uyY1gE0AjY7JXrS4IW-MGt8DjVs1IC9eAsBoz8VH3wM 292887
kwcoco/coco_dataset.pyi sha256=jAYRsNro8WSO5MxlX6cP4GvTK6EyCxzp8oA6TAQwJRc 14308
kwcoco/coco_evaluator.py sha256=uhTUgrvmkNtBVYTIsYPa_S5DwXMVy0NaUDD6QYZqSqk 50487
kwcoco/coco_evaluator.pyi sha256=sVMbc3MYVKlhxTWDpVFLuyP8OfW7YyJHGicvUjaH49g 1964
kwcoco/coco_image.py sha256=IN6jpxcqA1yMFJK-4NZ4WyIlyb8Z_7VTBHIS3eRskuY 64455
kwcoco/coco_image.pyi sha256=nH7_fwKyRViTPtY4Hd2S1Yv4tYI_NN9KwVSB2TXKJXE 4983
kwcoco/coco_objects1d.py sha256=UotPO5O-H56rOw_pIn24KkZoWGPpJe24HfUAsZp8Z8Q 34431
kwcoco/coco_objects1d.pyi sha256=XRqGQKnatLbgKUGIPa3zgIULI8z3NjoZw1eOXvrH2Ek 4404
kwcoco/coco_schema.py sha256=zU0nGvE0bt87AWA0ifCpl1096TwUtioXkacjX-JSiYQ 11970
kwcoco/coco_schema.pyi sha256=_XuAfIHajhsv4B-EY18hdFKmRxwoLy_MJAtUWrG620s 864
kwcoco/coco_sql_dataset.py sha256=96FNqFRJJPJYDTioflXr0wtvFSsAfjD1EU753g5IZ6Q 105990
kwcoco/coco_sql_dataset.pyi sha256=CQuwzbTA-ZZVu0lJAfVt8IpwVAGsFzpR-UUDbGXl7mI 6559
kwcoco/compat_dataset.py sha256=Wd63ot492kHsKBIN4YIAXlHgYH37jScZco2EHVcE3HI 17940
kwcoco/compat_dataset.pyi sha256=MFprn7PIri-zeLv-MtM77q1WAXFVCfeFJIdNt6O5_7E 1757
kwcoco/exceptions.py sha256=AI-jpFWMOmYWZgo9t9DEmRbk-Eu-syYllhQ6APR7FvE 328
kwcoco/exceptions.pyi sha256=2U3AbUWXT2ItJA_owHXFEQMQe8R0TV2cQV9LZnK4ZhY 128
kwcoco/kpf.py sha256=4TH_9-4uySJXOUfAijSSoVHuLrxllx8xuVIsDcwl_vg 171
kwcoco/kw18.py sha256=jgAApZBL_ID7fGkM6IiwrhxKD6Witl16G59eMl-usxQ 173
kwcoco/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kwcoco/sensorchan_spec.py sha256=dNBhVNt92OdFk68vv3uGLRDINQFc491R7XBW7hlms-w 596
kwcoco/sensorchan_spec.pyi sha256=WW3lxJX-M6IONo1fm3uSsscd1Iv52d6TjIGiSoTi5WU 325
kwcoco/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kwcoco/cli/__main__.py sha256=fM6-2TMWpLkN_ISNDoRBQxrt7WdOR0LLqwfjsoHiGa4 2987
kwcoco/cli/coco_conform.py sha256=a3fZQyWsPp8yQ_Eom9BG0uLBQTK3A5Rc0oap77bdwxw 3416
kwcoco/cli/coco_eval.py sha256=T4ejVe1WFlvMt1ysABKiJyk1WJ1xV3tLgKzkJacKEPw 6408
kwcoco/cli/coco_fixup.py sha256=U08dfaQDuS5jC4N-FgaD45MaKZVJxX_9viS6F1W-kwU 10058
kwcoco/cli/coco_grab.py sha256=y6PNMMy5f608A4MoZbHdi8L9fhRC4vK3V_jOvshIzqM 3154
kwcoco/cli/coco_info.py sha256=Ty9Wwl8QJUrHoXNEqSsdMZ3OvgaDB8yW7GX7HMXaxEo 17666
kwcoco/cli/coco_modify_categories.py sha256=IxF8g35xZDuHzpNCruM1s6k-h_D_0yGLZmDlSGs00dU 5721
kwcoco/cli/coco_move.py sha256=A8Y8RNjiEWTJZCVHrUiXErzgAX9fDUMPokzx2Z-7ue8 2946
kwcoco/cli/coco_move_assets.py sha256=XRzT5JAeuELMSRk5bm1qYDg804jM8YcOJtPFgQrGROY 5960
kwcoco/cli/coco_plot_stats.py sha256=FpWWf5WKqWmaI5K3mvtwYO31wH6Zy5YfmOCmXLJvqyI 53461
kwcoco/cli/coco_reroot.py sha256=IbVzVn194Xtnb27hWW5-E7mSvKZysAakRMGdfQkgKIo 8755
kwcoco/cli/coco_show.py sha256=IRJG3qEnNNX_90OhEuaDG0817kzC-FN5mzSlEfXBKRs 5600
kwcoco/cli/coco_split.py sha256=mPFQDnW5TeOGaWUG28NVMHBaKRyeSS01UbBGLsdlJnk 7671
kwcoco/cli/coco_stats.py sha256=OFHLTr_63b6uIvgTBE9xqTX6P0-BOCTDlJ2w-llk1_g 8799
kwcoco/cli/coco_subset.py sha256=9GBnjNvaEaAAPeUp_ksfaeq6fCBGQiN3yFVFxNLu1Vw 12983
kwcoco/cli/coco_toydata.py sha256=vvegvf-Vyflk7IGQlmZI3i8Dlp6oIknPlPaFfja_n9o 4938
kwcoco/cli/coco_union.py sha256=6C1YY1ryQfLZw6Q9m1eZbn2BccWiJyMUaD-4zApipbg 3781
kwcoco/cli/coco_validate.py sha256=70_0hCJu3NiTAU42hl_74l_y_W6KRxwxSI5wTX0mKS0 6824
kwcoco/cli/find_unregistered_images.py sha256=GzZgeCKrWFVMMd6inq96WPrW73O9GHlSLnhiqsUVMQM 8903
kwcoco/cli/finish_install.py sha256=edPit2kSAaO1Cu00g5VzkcGhsG19bAlTkXCOfs2Hom0 7033
kwcoco/data/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kwcoco/data/grab_camvid.py sha256=8XaYMvEBld9IYfDt013Y78jpOAULZ3F6tMfnBmpSsHo 21358
kwcoco/data/grab_camvid.pyi sha256=mRWEcxvfnp0csC5EeEMspG2R3puYtoR8F9-hqjGrwkQ 372
kwcoco/data/grab_cifar.py sha256=gL8o-vyRg-NHTR55c4gut0c3mh54TSdKdZ46IfeJRnM 7119
kwcoco/data/grab_cifar.pyi sha256=IxDF5lCo0Ql6wf9lUBYIhH2RR1M_mymT5IxkaV4_yY8 182
kwcoco/data/grab_datasets.py sha256=cUiIBJQAFFHuABd6-BBIerUJCZQNSpWxnUoNXsLwths 720
kwcoco/data/grab_datasets.pyi sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
kwcoco/data/grab_domainnet.py sha256=kuMhZFFmNa8eNQNYFTyMWaDtqblECO5mL9jQ_tdaYVk 6858
kwcoco/data/grab_domainnet.pyi sha256=L_trdqHQUafw56fi9Ok1ZT37JZ-kgp_XI7hZ1FLnOzQ 31
kwcoco/data/grab_spacenet.py sha256=YTuFs8pSPai2juxLmw7EgpTPe0LW1SXt7xeSsI9GSNQ 9189
kwcoco/data/grab_spacenet.pyi sha256=HKYa-SrBuPpmKVQWYHCPp5Osn_i4sEMFWX5lvshiKXo 139
kwcoco/data/grab_voc.py sha256=mgpNoX9VVWd3noDsqKc5n9Ooq9uuxe2gJivacrYkmiM 9866
kwcoco/data/grab_voc.pyi sha256=2-0F5zjJfCYACuURBF3YoJEbFnYZ2DjDkX40bz7hTpI 362
kwcoco/demo/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kwcoco/demo/boids.py sha256=sPYGgTt4Zuy0qLl9MQZVFtKB0MeXUj9OsV6zMcoC-j8 23465
kwcoco/demo/boids.pyi sha256=TNaxip8BlqP46Bu1kgGssBQIfHo-pkC54dIXyhy0oD0 1239
kwcoco/demo/perterb.py sha256=8L0AyUVC-thqEz0TQW_mam7704_-4saH_yjrzud43Qw 14401
kwcoco/demo/perterb.pyi sha256=wbzLw-XkOyHxF87GNgyHEaKp5m7edXbkOEzfolTAnso 47
kwcoco/demo/toydata.py sha256=9PHq9-8FqCAEpxfN6w9vO9vsMmVcWMhZNoO8TY3is9Y 500
kwcoco/demo/toydata.pyi sha256=mwAr49WRPn3f3VtRfoxJmQ9q7EaN_MDuzmf37W577Rs 224
kwcoco/demo/toydata_image.py sha256=Aq3445f_PYeCL-EScgftnDFtah0ogozZJ_IJk-eYNqE 20256
kwcoco/demo/toydata_image.pyi sha256=zWbm1o4AeMoJ9uD4AiU1vFmnWpFnppLJq5tGID1wPTM 1464
kwcoco/demo/toydata_video.py sha256=j5Cq9kSkzQTIiQTFUfE65Fwjyldg9yWwTX4zBwzJbZg 59597
kwcoco/demo/toydata_video.pyi sha256=brTdLcsR1MbYD9z0CuH9wrwcnp9d-_bio1iX_c6kbO4 3334
kwcoco/demo/toypatterns.py sha256=ePL2ZfuN3kyhmMKkuFwvPWzVU9lxzgArTplgIbwPsb4 20205
kwcoco/demo/toypatterns.pyi sha256=Ne61c1Q-qMnIFvWiv7PV8a_q3Iax792RypX7KNpvWEc 1694
kwcoco/formats/__init__.py sha256=uv-esQvmlGcAXRQ5zvbaPbjv0OMwsFCApAJj_2F3WqE 111
kwcoco/formats/kpf.py sha256=S9HwNp2yifOj0Sz9sY6wd4_VmxnaU72rbcHYiiGuA8A 5791
kwcoco/formats/kpf.pyi sha256=4Hf7mAmqCIWnKIld7Ng6BAwuC3OHCisBRUjgAsdMY1U 74
kwcoco/formats/kw18.py sha256=GUkAGlPxuXnReiN1y8SykGv2PTwI51Sn6-82J-R1l2U 13366
kwcoco/formats/kw18.pyi sha256=XHGx7RzZGNEhMly3R5c-fbDGBjLFx6VWftwCO-CcsLY 645
kwcoco/formats/labelme.py sha256=e_ief2gReoCNSTnUvjMJIwngpMzJRUY2JTTod7SNXAQ 3777
kwcoco/formats/voc.py sha256=zh_SJHFaoNcwUcnDOdKcklO9Zh2Aa5EqgJeTmPRC-b0 4000
kwcoco/metrics/__init__.py sha256=ePLCT1SFSyrqCXGiIcYnuB7cITfBCn0eK3sPUgUsy-8 699
kwcoco/metrics/assignment.py sha256=tddK7ukoZAgcctF0O7RZsEFHKep1uw1wOHOQOMnOkMs 30987
kwcoco/metrics/assignment.pyi sha256=g670yiA_0zG_UJmMKRup4hLTnYNMa4FpJVnSxS_UJRY 18
kwcoco/metrics/clf_report.py sha256=WL_hkD-Y6sHcZsvgpQZptlhbmG0gdzl1iTpikXMA6Iw 22236
kwcoco/metrics/clf_report.pyi sha256=2pZNG0abq7erko_UF7JbICcySAneWPlTvOH9z9XMVS4 1083
kwcoco/metrics/confusion_measures.py sha256=89IEvnKJNbJNi2bDqhAEdVVRgiTyIDv1Xpq6wnQFi_A 52741
kwcoco/metrics/confusion_measures.pyi sha256=Ke7YMHYr6QyFRqesQNIC81K77GwsuT5VY4BDo_iIXGk 3043
kwcoco/metrics/confusion_vectors.py sha256=6cMxbcW4FYpDvAcimdb9krgHAem7GTbjZf1cnxV4r_E 43425
kwcoco/metrics/confusion_vectors.pyi sha256=LkzQcfZEFtNTiig22SZj0Wrd1STMyr94lLFo7iJWZ4M 3305
kwcoco/metrics/detect_metrics.py sha256=T0-JczmqVVbXti-qQHTNmymjLvwWozqDiZDvXyUdRPA 62580
kwcoco/metrics/detect_metrics.pyi sha256=U__7ugSaBM-WOpwkaE8TaULCR9Mm5n-O72dqWucUwAY 3524
kwcoco/metrics/drawing.py sha256=-ngEzsD_-mnQMxnURCp1a6j5kZc94VAM7JvVD9rx14Q 23497
kwcoco/metrics/drawing.pyi sha256=R2nwJkvJ5ColbTb1cvM5-2n1NQFoODl1orchZ_RDRww 1507
kwcoco/metrics/functional.py sha256=T5llTDfWQ8tUcnaYX2IVbQDZvnxfepQ-itd4DaNn_pw 6984
kwcoco/metrics/functional.pyi sha256=pL9CZQZiUYJTrAnMlz2qPKJsIC9UDbnodxxUZxclzgs 239
kwcoco/metrics/segmentation_metrics.py sha256=IAhpqobTSyNocSsr-dG4oqPmQkIEF6-wIbxOMietjhk 86675
kwcoco/metrics/sklearn_alts.py sha256=662AA_EimRUw-6dxpdkGsOaWcdhaqwooa2X9xsII6hE 7345
kwcoco/metrics/sklearn_alts.pyi sha256=OtFPpiEooUVld3wljZh7sDdy4n3Anp6WjGwdJ2WnNsM 413
kwcoco/metrics/voc_metrics.py sha256=5onslXrMXDWSvHRn1HBKT7AmeXs_lU_R7M5T-duoBWk 15348
kwcoco/metrics/voc_metrics.pyi sha256=nYfJ1AUDH2kqkDElWs-vtWopDAAYyiCQA18cMZgDbzk 648
kwcoco/rc/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kwcoco/rc/registry.py sha256=_QhxGMLsyQIbZ5_Om6kuL8q-8GFpuJpXGiI1q7NZPl4 540
kwcoco/rc/requirements/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
kwcoco/rc/requirements/docs.txt sha256=W5Q-jHIsTXnum0HFiP6IBLumswE4E6p49D-u6aOlmxE 313
kwcoco/rc/requirements/gdal.txt sha256=Ry-Jmpw91PozjM205D4aCfilKkdYeRRjeYs6fmUPzwE 360
kwcoco/rc/requirements/graphics.txt sha256=8Mt4YIVyH_ZXE6Yvo0FuKwLDB_GbxCr-3D4Jpn47nFo 388
kwcoco/rc/requirements/headless.txt sha256=ZZwJGZmeEXFEJDAtQx2tb6Wf8XEUtcSN0EyEcd4B1Ps 424
kwcoco/rc/requirements/linting.txt sha256=TUYZgBDw3WBRBXWLv_I87r9BKzORX29x6YMROnaTHDo 14
kwcoco/rc/requirements/optional.txt sha256=XXCN8tYGrkuyXw2ohbCoFl7gyXAoHBER-xgtBa1sv44 1890
kwcoco/rc/requirements/postgresql.txt sha256=Dp0efaGlAaLQ1bZBhVLYfAWcHcgz48mRq7nRCnv_V0k 522
kwcoco/rc/requirements/runtime.txt sha256=1PN1rMBreJeNi-_PZ4-Q4FUp5kyBEAxtCvnH5W0LNuw 2913
kwcoco/rc/requirements/tests.txt sha256=-GhiMTP2XV9hLDS845dljV2W2K-vxi15QaPzVoSjt4I 84
kwcoco/util/__init__.py sha256=ckjdFBLwaEv976ou5_1235pGInUyvBKvwpdXE6biX-w 5567
kwcoco/util/dict_like.py sha256=izT5L6dhpdLRZ1H7ef_d96ELPgiTGoYqsgMDiFIFm3w 3765
kwcoco/util/dict_like.pyi sha256=COZiGZePlodsaJ29tB5GjdJFAQjf-2fkkHHeWaU2m7Y 1341
kwcoco/util/dict_proxy2.py sha256=gZ3FQ4L9iAKWw7PplhNWyhJOakDWC-95F62yvr8BmxU 11905
kwcoco/util/dict_proxy2.pyi sha256=QO1bFYeMyFOPCQeu_PVDoCgIIjY5ceIEkwHLB9Cn01g 1454
kwcoco/util/ijson_ext.py sha256=27-pKq5Tv128FV8ccoBZZ9GNwR0FFJl2VzRNLODR9YY 11692
kwcoco/util/ijson_ext.pyi sha256=53Z-Kv0OMyNjWs3CnAo2Nh_vggPsc1cm2i55_OOtpZQ 752
kwcoco/util/jsonschema_elements.py sha256=VHyPgfdbIpOQfwrxhvcaF7-E6NNuLj1vvFohLy-WD5I 13191
kwcoco/util/jsonschema_elements.pyi sha256=dmN1n2n1Diq4WSbiO01TWmkj4O1Hqe4UUfNYaSRsFvc 1390
kwcoco/util/lazy_frame_backends.py sha256=VQx6rGmyIVsQm-EIJjQ1lHZ_qWFeZ61qMU54s8_za2s 211
kwcoco/util/lazy_frame_backends.pyi sha256=Lni-sDmnceJHoMf3ReZHHde80j-ziX6aJcXIioZ8Dsg 174
kwcoco/util/util_archive.py sha256=2AJiiYibnfIUM3WVA3UpKNLKY-U4t_Y4XH-VH8Bt0f0 10304
kwcoco/util/util_archive.pyi sha256=JoUUnPOR0QfdWAoyEjA2Qmg3zyNEbMNnakvz5uBKKRg 1207
kwcoco/util/util_deprecate.py sha256=zSOPrVBfsI78OfqzfY0JE10KBP9KMGN_lKQCKkdIVhI 645
kwcoco/util/util_deprecate.pyi sha256=KIAd6FPeLI77b2AM78EImlQWLHko5ca5OBSDJfRBAXI 354
kwcoco/util/util_eval.py sha256=hxt7m6VrojLcTHnJtFY1DWLfpl15X3fQQSv0IFpStY8 2733
kwcoco/util/util_eval.pyi sha256=VWXKxe802Mzd3YNXf9WsJCvkgmkMUlD9NO66lJPPD8g 331
kwcoco/util/util_futures.py sha256=T6s8zykO4Ve1_8XSlXsDfS6ehq-ZYuY3zVPl2RL2XAc 185
kwcoco/util/util_futures.pyi sha256=jRlbW3YYOSW1UHMTMTjjHhCNL4Dv0KcoKhDSy4TkeF0 59
kwcoco/util/util_json.py sha256=VtVII3HDGU1U49oCIO4Z83WvMku0qENsDj2iDR8rz9A 15200
kwcoco/util/util_json.pyi sha256=uCzMVlsoiSqc-1S7XYpqM74qH5uZpCz_3C9NTyZFX7c 551
kwcoco/util/util_kwutil.py sha256=aL3V1cpcpNRLvYXsn-j6p7beTla4NAT8QacZizadAiQ 5781
kwcoco/util/util_monkey.py sha256=UAULFYtjkHAK5Itb4m90nGPs6EeHUCnuJkmokPiPOtk 3679
kwcoco/util/util_monkey.pyi sha256=yqNJMqrEvIcilooBMcJ-pUHL3xab27o67uAu3qanZUc 546
kwcoco/util/util_networkx.py sha256=sKHswl5BGChZlIvWu7C--1tMfqsNef79ac-VHAkcNls 17605
kwcoco/util/util_parallel.py sha256=5bESOtQNVwnALP1SKwGqUKC54opLaSIQC2AhaAkrFo4 2989
kwcoco/util/util_parallel.pyi sha256=xPf52bjzdFbENZLYYAkQto1JIRgDvyKEOpYhir8equM 113
kwcoco/util/util_reroot.py sha256=5fup37Z0MFG-A5g5ePezLg6JYQOHZLRESd_qiyepEhg 3711
kwcoco/util/util_reroot.pyi sha256=FYqRwOquvVyXP3Bk1bVKeBiabGKe1uHFl-ZnBrGwYaA 177
kwcoco/util/util_rich.py sha256=GPvS7bG4pKsBMLXQG1_pMqYhdKeUlDsInx3-UgPPzIM 478
kwcoco/util/util_sklearn.py sha256=cgMGG7w6N8TW-LR9JmAUxVaig1z-nu4MvIWzqxRV_hU 6153
kwcoco/util/util_sklearn.pyi sha256=vHsniaumMkqSnf-NixsFA_x9bNwrCY3KMN9Uo7NPXvY 416
kwcoco/util/util_special_json.py sha256=5S4XeQyA1Og6CS6C5099NFV0lsbHuxLvnGXqRWlJDhw 4810
kwcoco/util/util_special_json.pyi sha256=tU46mXuKeYpR0BHOlOqX0maq20c14GdFTT887eaLXiA 130
kwcoco/util/util_truncate.py sha256=9rmAKKEhN7ZTj7RdkYrOzqiza6nBkUK1AeQEuNj9XAk 2720
kwcoco/util/util_truncate.pyi sha256=rke9m8Rucl4VBjPkilGs7Ik-zdoEAIIXrkcFoi5OxSQ 204
kwcoco/util/util_windows.py sha256=bNnrleJrbOoYLCIXfXZoN28hOGOJJZ8iojvr9OxWrd8 2015
kwcoco/util/util_windows.pyi sha256=vb55JTkehb6F2R9mPnWtw8JUAC1AV_b2fF4t9LtQB_0 70
kwcoco/util/delayed_ops/__init__.py sha256=qa5XUk87V7_v90-TcLhDCBL4mJOQQaPtPP6-awoBfPk 1607
requirements/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
requirements/docs.txt sha256=W5Q-jHIsTXnum0HFiP6IBLumswE4E6p49D-u6aOlmxE 313
requirements/gdal.txt sha256=Ry-Jmpw91PozjM205D4aCfilKkdYeRRjeYs6fmUPzwE 360
requirements/graphics.txt sha256=8Mt4YIVyH_ZXE6Yvo0FuKwLDB_GbxCr-3D4Jpn47nFo 388
requirements/headless.txt sha256=ZZwJGZmeEXFEJDAtQx2tb6Wf8XEUtcSN0EyEcd4B1Ps 424
requirements/linting.txt sha256=TUYZgBDw3WBRBXWLv_I87r9BKzORX29x6YMROnaTHDo 14
requirements/optional.txt sha256=XXCN8tYGrkuyXw2ohbCoFl7gyXAoHBER-xgtBa1sv44 1890
requirements/postgresql.txt sha256=Dp0efaGlAaLQ1bZBhVLYfAWcHcgz48mRq7nRCnv_V0k 522
requirements/runtime.txt sha256=1PN1rMBreJeNi-_PZ4-Q4FUp5kyBEAxtCvnH5W0LNuw 2913
requirements/tests.txt sha256=-GhiMTP2XV9hLDS845dljV2W2K-vxi15QaPzVoSjt4I 84
kwcoco-0.8.7.dist-info/LICENSE sha256=o6jcFk_bwjiPUz6vHK0Ju7RwbFp9eXMwAS2BDnwER-4 11343
kwcoco-0.8.7.dist-info/METADATA sha256=lC0SkaqAuuG3YhFBS92mtFX6jv5CrXxlxBremBL8MYs 82570
kwcoco-0.8.7.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
kwcoco-0.8.7.dist-info/entry_points.txt sha256=jB-l1KixdMXKAU4nAKhNHuptveF45EacEn1DfAPMtVY 52
kwcoco-0.8.7.dist-info/top_level.txt sha256=2gsNxdfD8kEdXxzjrUV6EQ26qFbUo2au-wU-KJvXxH8 29
kwcoco-0.8.7.dist-info/RECORD

top_level.txt

examples
kwcoco
requirements

entry_points.txt

kwcoco = kwcoco.cli.__main__:main