Metadata-Version: 2.4
Name: kwdagger
Version: 0.2.0
Summary: The kwdagger module
Home-page: https://gitlab.kitware.com/computer-vision/kwdagger
Author: Jon Crall
Author-email: erotemic@gmail.com
License: Apache 2
Classifier: Development Status :: 1 - Planning
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Requires-Dist: numpy>=2.3.4; python_version < "4.0" and python_version >= "3.14"
Requires-Dist: numpy>=2.1.0; python_version < "3.14" and python_version >= "3.13"
Requires-Dist: numpy>=1.26.0; python_version < "3.13" 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: scipy>=1.16.2; python_version < "4.0" and python_version >= "3.14"
Requires-Dist: scipy>=1.14.1; python_version < "3.14" and python_version >= "3.13"
Requires-Dist: scipy>=1.11.2; python_version < "3.13" and python_version >= "3.12"
Requires-Dist: scipy>=1.9.2; python_version < "3.12" and python_version >= "3.11"
Requires-Dist: scipy>=1.7.2; python_version < "3.11" and python_version >= "3.10"
Requires-Dist: ubelt>=1.3.6
Requires-Dist: kwarray>=0.6.19
Requires-Dist: kwutil>=0.3.8
Requires-Dist: networkx>=2.8; python_version < "4.0" and python_version >= "3.11"
Requires-Dist: networkx>=2.7; python_version < "3.11" and python_version >= "3.8"
Requires-Dist: rich>=12.5.1
Requires-Dist: pandas>=2.2.3; python_version < "4.0" and python_version >= "3.13"
Requires-Dist: pandas>=2.1.1; python_version < "3.13" and python_version >= "3.12"
Requires-Dist: pandas>=1.5.3; python_version < "3.12" and python_version >= "3.11"
Requires-Dist: pandas>=1.5.3; python_version < "3.11" and python_version >= "3.10"
Requires-Dist: scriptconfig>=0.8.4
Requires-Dist: psutil>=5.9.1
Requires-Dist: ruamel.yaml<=0.17.32,==0.17.22
Requires-Dist: PyYAML>=6.0.1; python_version < "4.0" and python_version >= "3.12"
Requires-Dist: PyYAML>=6.0; python_version < "3.12"
Requires-Dist: pygtrie>=2.5.0
Requires-Dist: fasteners>=0.17.3
Requires-Dist: wrapt>=1.17.3
Requires-Dist: cmd_queue>=0.1.20
Requires-Dist: pint>=0.24.4; python_version < "4.0" and python_version >= "3.13"
Requires-Dist: pint>=0.23; python_version < "3.13"
Requires-Dist: safer>=4.4.1
Requires-Dist: parse>=1.19.0
Provides-Extra: all
Requires-Dist: numpy>=2.3.4; (python_version < "4.0" and python_version >= "3.14") and extra == "all"
Requires-Dist: numpy>=2.1.0; (python_version < "3.14" and python_version >= "3.13") and extra == "all"
Requires-Dist: numpy>=1.26.0; (python_version < "3.13" 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: scipy>=1.16.2; (python_version < "4.0" and python_version >= "3.14") and extra == "all"
Requires-Dist: scipy>=1.14.1; (python_version < "3.14" and python_version >= "3.13") and extra == "all"
Requires-Dist: scipy>=1.11.2; (python_version < "3.13" 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.7.2; (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: ubelt>=1.3.6; extra == "all"
Requires-Dist: kwarray>=0.6.19; extra == "all"
Requires-Dist: kwutil>=0.3.8; extra == "all"
Requires-Dist: networkx>=2.8; (python_version < "4.0" and python_version >= "3.11") and extra == "all"
Requires-Dist: networkx>=2.7; (python_version < "3.11" and python_version >= "3.8") and extra == "all"
Requires-Dist: rich>=12.5.1; extra == "all"
Requires-Dist: pandas>=2.2.3; (python_version < "4.0" and python_version >= "3.13") and extra == "all"
Requires-Dist: pandas>=2.1.1; (python_version < "3.13" and python_version >= "3.12") and extra == "all"
Requires-Dist: pandas>=1.5.3; (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: pandas>=1.5.3; (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: scriptconfig>=0.8.4; extra == "all"
Requires-Dist: psutil>=5.9.1; extra == "all"
Requires-Dist: ruamel.yaml<=0.17.32,==0.17.22; extra == "all"
Requires-Dist: PyYAML>=6.0.1; (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: PyYAML>=6.0; python_version < "3.12" and extra == "all"
Requires-Dist: pygtrie>=2.5.0; extra == "all"
Requires-Dist: fasteners>=0.17.3; extra == "all"
Requires-Dist: wrapt>=1.17.3; extra == "all"
Requires-Dist: cmd_queue>=0.1.20; extra == "all"
Requires-Dist: pint>=0.24.4; (python_version < "4.0" and python_version >= "3.13") and extra == "all"
Requires-Dist: pint>=0.23; python_version < "3.13" and extra == "all"
Requires-Dist: safer>=4.4.1; extra == "all"
Requires-Dist: parse>=1.19.0; extra == "all"
Requires-Dist: xdoctest>=1.1.5; extra == "all"
Requires-Dist: pytest>=8.1.1; (python_version < "4.0" and python_version >= "3.13") and extra == "all"
Requires-Dist: pytest>=8.1.1; (python_version < "3.13" and python_version >= "3.12") and extra == "all"
Requires-Dist: pytest>=8.1.1; (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: pytest>=6.2.5; (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: pytest>=6.2.5; (python_version < "3.10" and python_version >= "3.8") and extra == "all"
Requires-Dist: pytest-cov>=3.0.0; python_version >= "3.6.0" and extra == "all"
Requires-Dist: pytest-cov>=2.9.0; (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "all"
Requires-Dist: pytest-cov>=2.8.1; (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "all"
Requires-Dist: pytest-cov>=2.8.1; (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "all"
Requires-Dist: pytest_timeout>=2.3.1; (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: pytest_timeout>=1.4.2; python_version < "3.12" and extra == "all"
Requires-Dist: coverage>=7.3.0; (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: coverage>=6.1.1; (python_version < "3.12" and python_version >= "3.10") and extra == "all"
Requires-Dist: coverage>=5.3.1; (python_version < "3.10" and python_version >= "3.9") and extra == "all"
Requires-Dist: coverage>=6.1.1; (python_version < "3.9" and python_version >= "3.8") and extra == "all"
Requires-Dist: kwplot>=0.4.14; extra == "all"
Requires-Dist: matplotlib>=3.9.2; (python_version < "4.0" and python_version >= "3.13") and extra == "all"
Requires-Dist: matplotlib>=3.8.2; (python_version < "3.13" 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"
Provides-Extra: runtime
Requires-Dist: numpy>=2.3.4; (python_version < "4.0" and python_version >= "3.14") and extra == "runtime"
Requires-Dist: numpy>=2.1.0; (python_version < "3.14" and python_version >= "3.13") and extra == "runtime"
Requires-Dist: numpy>=1.26.0; (python_version < "3.13" 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: scipy>=1.16.2; (python_version < "4.0" and python_version >= "3.14") and extra == "runtime"
Requires-Dist: scipy>=1.14.1; (python_version < "3.14" and python_version >= "3.13") and extra == "runtime"
Requires-Dist: scipy>=1.11.2; (python_version < "3.13" 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.7.2; (python_version < "3.11" and python_version >= "3.10") and extra == "runtime"
Requires-Dist: ubelt>=1.3.6; extra == "runtime"
Requires-Dist: kwarray>=0.6.19; extra == "runtime"
Requires-Dist: kwutil>=0.3.8; extra == "runtime"
Requires-Dist: networkx>=2.8; (python_version < "4.0" and python_version >= "3.11") and extra == "runtime"
Requires-Dist: networkx>=2.7; (python_version < "3.11" and python_version >= "3.8") and extra == "runtime"
Requires-Dist: rich>=12.5.1; extra == "runtime"
Requires-Dist: pandas>=2.2.3; (python_version < "4.0" and python_version >= "3.13") and extra == "runtime"
Requires-Dist: pandas>=2.1.1; (python_version < "3.13" and python_version >= "3.12") and extra == "runtime"
Requires-Dist: pandas>=1.5.3; (python_version < "3.12" and python_version >= "3.11") and extra == "runtime"
Requires-Dist: pandas>=1.5.3; (python_version < "3.11" and python_version >= "3.10") and extra == "runtime"
Requires-Dist: scriptconfig>=0.8.4; extra == "runtime"
Requires-Dist: psutil>=5.9.1; extra == "runtime"
Requires-Dist: ruamel.yaml<=0.17.32,==0.17.22; extra == "runtime"
Requires-Dist: PyYAML>=6.0.1; (python_version < "4.0" and python_version >= "3.12") and extra == "runtime"
Requires-Dist: PyYAML>=6.0; python_version < "3.12" and extra == "runtime"
Requires-Dist: pygtrie>=2.5.0; extra == "runtime"
Requires-Dist: fasteners>=0.17.3; extra == "runtime"
Requires-Dist: wrapt>=1.17.3; extra == "runtime"
Requires-Dist: cmd_queue>=0.1.20; extra == "runtime"
Requires-Dist: pint>=0.24.4; (python_version < "4.0" and python_version >= "3.13") and extra == "runtime"
Requires-Dist: pint>=0.23; python_version < "3.13" and extra == "runtime"
Requires-Dist: safer>=4.4.1; extra == "runtime"
Requires-Dist: parse>=1.19.0; extra == "runtime"
Provides-Extra: tests
Requires-Dist: xdoctest>=1.1.5; extra == "tests"
Requires-Dist: pytest>=8.1.1; (python_version < "4.0" and python_version >= "3.13") and extra == "tests"
Requires-Dist: pytest>=8.1.1; (python_version < "3.13" and python_version >= "3.12") and extra == "tests"
Requires-Dist: pytest>=8.1.1; (python_version < "3.12" and python_version >= "3.11") and extra == "tests"
Requires-Dist: pytest>=6.2.5; (python_version < "3.11" and python_version >= "3.10") and extra == "tests"
Requires-Dist: pytest>=6.2.5; (python_version < "3.10" and python_version >= "3.8") and extra == "tests"
Requires-Dist: pytest-cov>=3.0.0; python_version >= "3.6.0" and extra == "tests"
Requires-Dist: pytest-cov>=2.9.0; (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests"
Requires-Dist: pytest-cov>=2.8.1; (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests"
Requires-Dist: pytest-cov>=2.8.1; (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "tests"
Requires-Dist: pytest_timeout>=2.3.1; (python_version < "4.0" and python_version >= "3.12") and extra == "tests"
Requires-Dist: pytest_timeout>=1.4.2; python_version < "3.12" and extra == "tests"
Requires-Dist: coverage>=7.3.0; (python_version < "4.0" and python_version >= "3.12") and extra == "tests"
Requires-Dist: coverage>=6.1.1; (python_version < "3.12" and python_version >= "3.10") and extra == "tests"
Requires-Dist: coverage>=5.3.1; (python_version < "3.10" and python_version >= "3.9") and extra == "tests"
Requires-Dist: coverage>=6.1.1; (python_version < "3.9" and python_version >= "3.8") and extra == "tests"
Provides-Extra: optional
Requires-Dist: kwplot>=0.4.14; extra == "optional"
Requires-Dist: matplotlib>=3.9.2; (python_version < "4.0" and python_version >= "3.13") and extra == "optional"
Requires-Dist: matplotlib>=3.8.2; (python_version < "3.13" 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"
Provides-Extra: docs
Requires-Dist: sphinx>=5.0.1; extra == "docs"
Requires-Dist: sphinx-autobuild>=2021.3.14; extra == "docs"
Requires-Dist: sphinx_rtd_theme>=1.2.1; 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"
Provides-Extra: gdal
Requires-Dist: GDAL>=3.11.3; (python_version < "4.0" and python_version >= "3.14") and extra == "gdal"
Requires-Dist: GDAL>=3.10.0; (python_version < "3.14" and python_version >= "3.13") and extra == "gdal"
Requires-Dist: GDAL>=3.7.2; (python_version < "3.13" 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.11.0,>=3.4.1; (python_version < "3.11" and python_version >= "3.10") and extra == "gdal"
Provides-Extra: graphics
Requires-Dist: opencv-python>=4.10.0.84; (python_version < "4.0" and python_version >= "3.13") and extra == "graphics"
Requires-Dist: opencv-python>=4.5.5.64; (python_version < "3.13" 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.10") and extra == "graphics"
Provides-Extra: headless
Requires-Dist: opencv-python-headless>=4.10.0.84; (python_version < "4.0" and python_version >= "3.13") and extra == "headless"
Requires-Dist: opencv-python-headless>=4.5.5.64; (python_version < "3.13" 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.10") and extra == "headless"
Provides-Extra: all-strict
Requires-Dist: numpy==2.3.4; (python_version < "4.0" and python_version >= "3.14") and extra == "all-strict"
Requires-Dist: numpy==2.1.0; (python_version < "3.14" and python_version >= "3.13") and extra == "all-strict"
Requires-Dist: numpy==1.26.0; (python_version < "3.13" 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: scipy==1.16.2; (python_version < "4.0" and python_version >= "3.14") and extra == "all-strict"
Requires-Dist: scipy==1.14.1; (python_version < "3.14" and python_version >= "3.13") and extra == "all-strict"
Requires-Dist: scipy==1.11.2; (python_version < "3.13" 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.7.2; (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: ubelt==1.3.6; extra == "all-strict"
Requires-Dist: kwarray==0.6.19; extra == "all-strict"
Requires-Dist: kwutil==0.3.8; 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.7; (python_version < "3.11" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: rich==12.5.1; extra == "all-strict"
Requires-Dist: pandas==2.2.3; (python_version < "4.0" and python_version >= "3.13") and extra == "all-strict"
Requires-Dist: pandas==2.1.1; (python_version < "3.13" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: pandas==1.5.3; (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: pandas==1.5.3; (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: scriptconfig==0.8.4; extra == "all-strict"
Requires-Dist: psutil==5.9.1; extra == "all-strict"
Requires-Dist: ruamel.yaml<=0.17.32,==0.17.22; extra == "all-strict"
Requires-Dist: PyYAML==6.0.1; (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: PyYAML==6.0; python_version < "3.12" and extra == "all-strict"
Requires-Dist: pygtrie==2.5.0; extra == "all-strict"
Requires-Dist: fasteners==0.17.3; extra == "all-strict"
Requires-Dist: wrapt==1.17.3; extra == "all-strict"
Requires-Dist: cmd_queue==0.1.20; extra == "all-strict"
Requires-Dist: pint==0.24.4; (python_version < "4.0" and python_version >= "3.13") and extra == "all-strict"
Requires-Dist: pint==0.23; python_version < "3.13" and extra == "all-strict"
Requires-Dist: safer==4.4.1; extra == "all-strict"
Requires-Dist: parse==1.19.0; extra == "all-strict"
Requires-Dist: xdoctest==1.1.5; extra == "all-strict"
Requires-Dist: pytest==8.1.1; (python_version < "4.0" and python_version >= "3.13") and extra == "all-strict"
Requires-Dist: pytest==8.1.1; (python_version < "3.13" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: pytest==8.1.1; (python_version < "3.12" and python_version >= "3.11") and extra == "all-strict"
Requires-Dist: pytest==6.2.5; (python_version < "3.11" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: pytest==6.2.5; (python_version < "3.10" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: pytest-cov==3.0.0; python_version >= "3.6.0" and extra == "all-strict"
Requires-Dist: pytest-cov==2.9.0; (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "all-strict"
Requires-Dist: pytest-cov==2.8.1; (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "all-strict"
Requires-Dist: pytest-cov==2.8.1; (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "all-strict"
Requires-Dist: pytest_timeout==2.3.1; (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: pytest_timeout==1.4.2; python_version < "3.12" and extra == "all-strict"
Requires-Dist: coverage==7.3.0; (python_version < "4.0" and python_version >= "3.12") and extra == "all-strict"
Requires-Dist: coverage==6.1.1; (python_version < "3.12" and python_version >= "3.10") and extra == "all-strict"
Requires-Dist: coverage==5.3.1; (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict"
Requires-Dist: coverage==6.1.1; (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict"
Requires-Dist: kwplot==0.4.14; extra == "all-strict"
Requires-Dist: matplotlib==3.9.2; (python_version < "4.0" and python_version >= "3.13") and extra == "all-strict"
Requires-Dist: matplotlib==3.8.2; (python_version < "3.13" 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"
Provides-Extra: runtime-strict
Requires-Dist: numpy==2.3.4; (python_version < "4.0" and python_version >= "3.14") and extra == "runtime-strict"
Requires-Dist: numpy==2.1.0; (python_version < "3.14" and python_version >= "3.13") and extra == "runtime-strict"
Requires-Dist: numpy==1.26.0; (python_version < "3.13" 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: scipy==1.16.2; (python_version < "4.0" and python_version >= "3.14") and extra == "runtime-strict"
Requires-Dist: scipy==1.14.1; (python_version < "3.14" and python_version >= "3.13") and extra == "runtime-strict"
Requires-Dist: scipy==1.11.2; (python_version < "3.13" 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.7.2; (python_version < "3.11" and python_version >= "3.10") and extra == "runtime-strict"
Requires-Dist: ubelt==1.3.6; extra == "runtime-strict"
Requires-Dist: kwarray==0.6.19; extra == "runtime-strict"
Requires-Dist: kwutil==0.3.8; 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.7; (python_version < "3.11" and python_version >= "3.8") and extra == "runtime-strict"
Requires-Dist: rich==12.5.1; extra == "runtime-strict"
Requires-Dist: pandas==2.2.3; (python_version < "4.0" and python_version >= "3.13") and extra == "runtime-strict"
Requires-Dist: pandas==2.1.1; (python_version < "3.13" and python_version >= "3.12") and extra == "runtime-strict"
Requires-Dist: pandas==1.5.3; (python_version < "3.12" and python_version >= "3.11") and extra == "runtime-strict"
Requires-Dist: pandas==1.5.3; (python_version < "3.11" and python_version >= "3.10") and extra == "runtime-strict"
Requires-Dist: scriptconfig==0.8.4; extra == "runtime-strict"
Requires-Dist: psutil==5.9.1; extra == "runtime-strict"
Requires-Dist: ruamel.yaml<=0.17.32,==0.17.22; extra == "runtime-strict"
Requires-Dist: PyYAML==6.0.1; (python_version < "4.0" and python_version >= "3.12") and extra == "runtime-strict"
Requires-Dist: PyYAML==6.0; python_version < "3.12" and extra == "runtime-strict"
Requires-Dist: pygtrie==2.5.0; extra == "runtime-strict"
Requires-Dist: fasteners==0.17.3; extra == "runtime-strict"
Requires-Dist: wrapt==1.17.3; extra == "runtime-strict"
Requires-Dist: cmd_queue==0.1.20; extra == "runtime-strict"
Requires-Dist: pint==0.24.4; (python_version < "4.0" and python_version >= "3.13") and extra == "runtime-strict"
Requires-Dist: pint==0.23; python_version < "3.13" and extra == "runtime-strict"
Requires-Dist: safer==4.4.1; extra == "runtime-strict"
Requires-Dist: parse==1.19.0; extra == "runtime-strict"
Provides-Extra: tests-strict
Requires-Dist: xdoctest==1.1.5; extra == "tests-strict"
Requires-Dist: pytest==8.1.1; (python_version < "4.0" and python_version >= "3.13") and extra == "tests-strict"
Requires-Dist: pytest==8.1.1; (python_version < "3.13" and python_version >= "3.12") and extra == "tests-strict"
Requires-Dist: pytest==8.1.1; (python_version < "3.12" and python_version >= "3.11") and extra == "tests-strict"
Requires-Dist: pytest==6.2.5; (python_version < "3.11" and python_version >= "3.10") and extra == "tests-strict"
Requires-Dist: pytest==6.2.5; (python_version < "3.10" and python_version >= "3.8") and extra == "tests-strict"
Requires-Dist: pytest-cov==3.0.0; python_version >= "3.6.0" and extra == "tests-strict"
Requires-Dist: pytest-cov==2.9.0; (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests-strict"
Requires-Dist: pytest-cov==2.8.1; (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests-strict"
Requires-Dist: pytest-cov==2.8.1; (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "tests-strict"
Requires-Dist: pytest_timeout==2.3.1; (python_version < "4.0" and python_version >= "3.12") and extra == "tests-strict"
Requires-Dist: pytest_timeout==1.4.2; python_version < "3.12" and extra == "tests-strict"
Requires-Dist: coverage==7.3.0; (python_version < "4.0" and python_version >= "3.12") and extra == "tests-strict"
Requires-Dist: coverage==6.1.1; (python_version < "3.12" and python_version >= "3.10") and extra == "tests-strict"
Requires-Dist: coverage==5.3.1; (python_version < "3.10" and python_version >= "3.9") and extra == "tests-strict"
Requires-Dist: coverage==6.1.1; (python_version < "3.9" and python_version >= "3.8") and extra == "tests-strict"
Provides-Extra: optional-strict
Requires-Dist: kwplot==0.4.14; extra == "optional-strict"
Requires-Dist: matplotlib==3.9.2; (python_version < "4.0" and python_version >= "3.13") and extra == "optional-strict"
Requires-Dist: matplotlib==3.8.2; (python_version < "3.13" 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"
Provides-Extra: docs-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.2.1; 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"
Provides-Extra: gdal-strict
Requires-Dist: GDAL==3.11.3; (python_version < "4.0" and python_version >= "3.14") and extra == "gdal-strict"
Requires-Dist: GDAL==3.10.0; (python_version < "3.14" and python_version >= "3.13") and extra == "gdal-strict"
Requires-Dist: GDAL==3.7.2; (python_version < "3.13" 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.11.0,==3.4.1; (python_version < "3.11" and python_version >= "3.10") and extra == "gdal-strict"
Provides-Extra: graphics-strict
Requires-Dist: opencv-python==4.10.0.84; (python_version < "4.0" and python_version >= "3.13") and extra == "graphics-strict"
Requires-Dist: opencv-python==4.5.5.64; (python_version < "3.13" 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.10") and extra == "graphics-strict"
Provides-Extra: headless-strict
Requires-Dist: opencv-python-headless==4.10.0.84; (python_version < "4.0" and python_version >= "3.13") and extra == "headless-strict"
Requires-Dist: opencv-python-headless==4.5.5.64; (python_version < "3.13" 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.10") and extra == "headless-strict"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

The kwdagger Module
===================



|Pypi| |PypiDownloads| |ReadTheDocs| |GitlabCIPipeline| |GitlabCICoverage|


+-----------------+-----------------------------------------------------+
| Read the Docs   | http://kwdagger.readthedocs.io/en/latest/           |
+-----------------+-----------------------------------------------------+
| Gitlab (main)   | https://gitlab.kitware.com/computer-vision/kwdagger |
+-----------------+-----------------------------------------------------+
| Github (mirror) | https://github.com/Kitware/kwdagger                 |
+-----------------+-----------------------------------------------------+
| Pypi            | https://pypi.org/project/kwdagger                   |
+-----------------+-----------------------------------------------------+

KWDagger is a tool for defining bash pipelines and running them over a grid of
parameters. It builds heavilly on top of `cmd_queue <https://gitlab.kitware.com/computer-vision/cmd_queue>`_.


This library was originally written as geowatch.mlops and has been split out as
an independent tool. We are working on porting over relevant documentation and
improving the UX.

See: https://docs.google.com/presentation/d/1mZJCGXZT6ekfj3KZ7gTFiBa3Sj8Y8hsP2YlvHaYbrAM/edit?slide=id.g30a42d1df1d_0_141#slide=id.g30a42d1df1d_0_141

https://gitlab.kitware.com/computer-vision/geowatch/-/tree/main/geowatch/mlops?ref_type=heads


.. |Pypi| image:: https://img.shields.io/pypi/v/kwdagger.svg
    :target: https://pypi.python.org/pypi/kwdagger

.. |PypiDownloads| image:: https://img.shields.io/pypi/dm/kwdagger.svg
    :target: https://pypistats.org/packages/kwdagger

.. |ReadTheDocs| image:: https://readthedocs.org/projects/kwdagger/badge/?version=latest
    :target: http://kwdagger.readthedocs.io/en/latest/

.. |GitlabCIPipeline| image:: https://gitlab.kitware.com/computer-vision/kwdagger/badges/main/pipeline.svg
    :target: https://gitlab.kitware.com/computer-vision/kwdagger/-/jobs

.. |GitlabCICoverage| image:: https://gitlab.kitware.com/computer-vision/kwdagger/badges/main/coverage.svg
    :target: https://gitlab.kitware.com/computer-vision/kwdagger/commits/main
