Metadata-Version: 2.4
Name: cmd_queue
Version: 0.3.0
Summary: The cmd_queue module for a DAG of bash commands
Author-email: "Kitware Inc." <kitware@kitware.com>, Jon Crall <jon.crall@kitware.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://gitlab.kitware.com/computer-vision/cmd_queue
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.10
License-File: LICENSE
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: numpy>=1.19.3; python_version < "3.10" and python_version >= "3.6.0"
Requires-Dist: ubelt>=1.3.6
Requires-Dist: kwutil>=0.3.8
Requires-Dist: networkx>=3.6; python_version < "4.0" and python_version >= "3.14"
Requires-Dist: networkx>=3.2; python_version < "3.14"
Requires-Dist: rich>=13.7.1; python_version < "4.0" and python_version >= "3.9"
Requires-Dist: rich>=12.3.0; python_version < "3.9" and python_version >= "3.7"
Requires-Dist: pandas>=2.3.3; python_version < "4.0" and python_version >= "3.14"
Requires-Dist: pandas>=2.2.3; python_version < "3.14" 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.0; python_version < "3.12" and python_version >= "3.11"
Requires-Dist: pandas>=1.4.0; python_version < "3.11" and python_version >= "3.10"
Requires-Dist: pandas>=1.4.0; python_version < "3.10" and python_version >= "3.9"
Requires-Dist: pandas>=1.4.0; python_version < "3.9" and python_version >= "3.8"
Requires-Dist: pandas>=1.3.5; python_version < "3.8" and python_version >= "3.7"
Requires-Dist: pandas>=1.1.5; python_version < "3.7" and python_version >= "3.6"
Requires-Dist: scriptconfig>=0.8.4
Requires-Dist: psutil>=6.1.0; python_version < "4.0" and python_version >= "3.9"
Requires-Dist: psutil>=5.9.1; python_version < "3.9" and python_version >= "3.7"
Requires-Dist: ruamel.yaml>=0.17.22
Provides-Extra: airflow
Requires-Dist: apache-airflow>=3.1.3; (python_version < "3.14" and python_version >= "3.13") and extra == "airflow"
Requires-Dist: apache-airflow>=3.1.3; (python_version < "3.13" and python_version >= "3.12") and extra == "airflow"
Requires-Dist: apache-airflow>=3.2.1; (python_version < "3.12" and python_version >= "3.11") and extra == "airflow"
Requires-Dist: apache-airflow>=3.1.3; (python_version < "3.11" and python_version >= "3.10") and extra == "airflow"
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.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"
Provides-Extra: optional
Requires-Dist: textual>=4.0.0; (python_version < "4.0" and python_version >= "3.10") and extra == "optional"
Requires-Dist: pint>=0.24.4; (python_version < "4.0" and python_version >= "3.13") and extra == "optional"
Requires-Dist: pint>=0.23; (python_version < "3.13" and python_version >= "3.12") and extra == "optional"
Requires-Dist: pint>=0.18; (python_version < "3.12" and python_version >= "3.11") and extra == "optional"
Requires-Dist: pint>=0.18; (python_version < "3.11" and python_version >= "3.10") and extra == "optional"
Requires-Dist: pint>=0.18; (python_version < "3.10" and python_version >= "3.9") and extra == "optional"
Requires-Dist: pint>=0.18; (python_version < "3.9" and python_version >= "3.8") and extra == "optional"
Provides-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>=8.1.1; (python_version < "3.11" and python_version >= "3.10") and extra == "tests"
Requires-Dist: pytest>=8.1.1; (python_version < "3.10" and python_version >= "3.8") and extra == "tests"
Requires-Dist: xdoctest>=1.1.5; extra == "tests"
Requires-Dist: pytest-cov>=4.1.0; (python_version < "4.0" and python_version >= "3.11") and extra == "tests"
Requires-Dist: pytest-cov>=3.0.0; python_version < "3.11" and extra == "tests"
Requires-Dist: coverage>=7.3.0; (python_version < "4.0" and python_version >= "3.12") and extra == "tests"
Requires-Dist: coverage>=7.0.0; (python_version < "3.12" and python_version >= "3.11") and extra == "tests"
Requires-Dist: coverage>=6.1.1; (python_version < "3.11" 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"
Dynamic: license-file
