Metadata-Version: 2.4
Name: utool
Version: 2.4.0
Summary: Useful utilities and the kitchen sink
Author-email: Jon Crall <erotemic@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/Erotemic/utool
Classifier: Development Status :: 3 - Alpha
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: loguru>=0.7.3
Requires-Dist: six>=1.16.0; python_version < "4.0" and python_version >= "3.12"
Requires-Dist: six>=1.10.0; python_version < "3.12"
Requires-Dist: parse>=1.6.6
Requires-Dist: requests>=2.27.1
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.14.5; python_version < "3.8" and python_version >= "3.7"
Requires-Dist: numpy>=1.12.0; python_version < "3.7" and python_version >= "3.6"
Requires-Dist: pyparsing>=3.0.7
Requires-Dist: gitpython>=3.1.24; python_version >= "3.7"
Requires-Dist: gitpython>=3.1.18; python_version < "3.7" and python_version >= "3.6"
Requires-Dist: ubelt>=1.3.4; python_version >= "3.6"
Requires-Dist: ubelt>=0.8.1; python_version < "3.6" and python_version >= "2.7"
Requires-Dist: python_dateutil>=2.9.0; python_version < "4.0" and python_version >= "3.12"
Requires-Dist: pytz
Requires-Dist: pandas>=2.2.0; 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.3.5; python_version < "3.11" and python_version >= "3.10"
Requires-Dist: pandas>=1.2.0; python_version < "3.8" and python_version >= "3.7.1"
Requires-Dist: pandas>=1.1.3; python_version < "3.7.1" and python_version >= "3.7"
Requires-Dist: pandas>=1.0.0; python_version < "3.7" and python_version >= "3.6.1"
Requires-Dist: pandas>=0.20.3; python_version < "3.6.1" and python_version >= "3.6"
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.10"
Requires-Dist: networkx>=2.6.2; python_version < "3.8" and python_version >= "3.7"
Requires-Dist: networkx>=2.5; python_version < "3.7" and python_version >= "3.6"
Requires-Dist: lockfile>=0.10.2; python_version < "3.0"
Requires-Dist: futures>=1.0.0; python_version < "3.0"
Requires-Dist: timerit>=1.0.1
Provides-Extra: all
Requires-Dist: xxhash>=3.4.1; (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: xxhash>=3.2.0; (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: xxhash>=3.0.0; (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: xxhash>=1.3.0; (python_version < "3.8" and python_version >= "3.7") and extra == "all"
Requires-Dist: xxhash>=1.3.0; (python_version < "3.7" and python_version >= "3.6") and extra == "all"
Requires-Dist: Pygments>=2.2.0; extra == "all"
Requires-Dist: autopep8>=1.6.0; extra == "all"
Requires-Dist: astor>=0.8.1; extra == "all"
Requires-Dist: pyperclip>=1.5.7; extra == "all"
Requires-Dist: pyfiglet>=0.7.2; extra == "all"
Requires-Dist: boto>=2.49.0; extra == "all"
Requires-Dist: lru-dict>=1.3.0; (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: lru-dict>=1.2.0; (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: lru-dict>=1.1.8; (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: lru-dict>=1.1.8; (python_version < "3.8" and python_version >= "3.7") and extra == "all"
Requires-Dist: lru-dict>=1.1.8; (python_version < "3.7" and python_version >= "3.6") and extra == "all"
Requires-Dist: sphinx>=5.0.1; extra == "all"
Requires-Dist: setproctitle>=1.2.3; extra == "all"
Requires-Dist: objgraph>=3.5.0; extra == "all"
Requires-Dist: h5py>=3.10.0; (python_version < "4.0" and python_version >= "3.12") and extra == "all"
Requires-Dist: h5py>=3.8.0; (python_version < "3.12" and python_version >= "3.11") and extra == "all"
Requires-Dist: h5py>=3.7.0; (python_version < "3.11" and python_version >= "3.10") and extra == "all"
Requires-Dist: h5py>=3.7.0; (python_version < "3.8" and python_version >= "3.7") and extra == "all"
Requires-Dist: h5py>=3.7.0; (python_version < "3.7" and python_version >= "3.6") and extra == "all"
Requires-Dist: h5py>=3.7.0; (python_version < "3.6" and python_version >= "3.5") and extra == "all"
Requires-Dist: pint>=0.18; extra == "all"
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.16.1; extra == "docs"
Requires-Dist: sphinx-reredirects>=0.0.1; extra == "docs"
Provides-Extra: optional
Requires-Dist: xxhash>=3.4.1; (python_version < "4.0" and python_version >= "3.12") and extra == "optional"
Requires-Dist: xxhash>=3.2.0; (python_version < "3.12" and python_version >= "3.11") and extra == "optional"
Requires-Dist: xxhash>=3.0.0; (python_version < "3.11" and python_version >= "3.10") and extra == "optional"
Requires-Dist: xxhash>=1.3.0; (python_version < "3.8" and python_version >= "3.7") and extra == "optional"
Requires-Dist: xxhash>=1.3.0; (python_version < "3.7" and python_version >= "3.6") and extra == "optional"
Requires-Dist: Pygments>=2.2.0; extra == "optional"
Requires-Dist: autopep8>=1.6.0; extra == "optional"
Requires-Dist: astor>=0.8.1; extra == "optional"
Requires-Dist: pyperclip>=1.5.7; extra == "optional"
Requires-Dist: pyfiglet>=0.7.2; extra == "optional"
Requires-Dist: boto>=2.49.0; extra == "optional"
Requires-Dist: lru-dict>=1.3.0; (python_version < "4.0" and python_version >= "3.12") and extra == "optional"
Requires-Dist: lru-dict>=1.2.0; (python_version < "3.12" and python_version >= "3.11") and extra == "optional"
Requires-Dist: lru-dict>=1.1.8; (python_version < "3.11" and python_version >= "3.10") and extra == "optional"
Requires-Dist: lru-dict>=1.1.8; (python_version < "3.8" and python_version >= "3.7") and extra == "optional"
Requires-Dist: lru-dict>=1.1.8; (python_version < "3.7" and python_version >= "3.6") and extra == "optional"
Requires-Dist: sphinx>=5.0.1; extra == "optional"
Requires-Dist: setproctitle>=1.2.3; extra == "optional"
Requires-Dist: objgraph>=3.5.0; extra == "optional"
Requires-Dist: h5py>=3.10.0; (python_version < "4.0" and python_version >= "3.12") and extra == "optional"
Requires-Dist: h5py>=3.8.0; (python_version < "3.12" and python_version >= "3.11") and extra == "optional"
Requires-Dist: h5py>=3.7.0; (python_version < "3.11" and python_version >= "3.10") and extra == "optional"
Requires-Dist: h5py>=3.7.0; (python_version < "3.8" and python_version >= "3.7") and extra == "optional"
Requires-Dist: h5py>=3.7.0; (python_version < "3.7" and python_version >= "3.6") and extra == "optional"
Requires-Dist: h5py>=3.7.0; (python_version < "3.6" and python_version >= "3.5") and extra == "optional"
Requires-Dist: pint>=0.18; extra == "optional"
Provides-Extra: tests
Requires-Dist: xdoctest>=1.1.3; 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>=4.6.0; (python_version < "3.8" and python_version >= "3.7") and extra == "tests"
Requires-Dist: pytest<=6.1.2,>=4.6.0; (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests"
Requires-Dist: pytest<=4.6.11,>=4.6.0; (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests"
Requires-Dist: pytest<=4.6.11,>=4.6.0; (python_version < "2.8.0" and python_version >= "2.7.0") 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>=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>=6.1.1; (python_version < "3.8" and python_version >= "3.7") and extra == "tests"
Requires-Dist: coverage>=6.1.1; (python_version < "3.7" and python_version >= "3.6") and extra == "tests"
Requires-Dist: coverage>=5.3.1; (python_version < "3.6" and python_version >= "3.5") and extra == "tests"
Requires-Dist: coverage>=4.3.4; (python_version < "3.5" and python_version >= "3.4") and extra == "tests"
Requires-Dist: coverage>=5.3.1; (python_version < "3.4" and python_version >= "2.7") and extra == "tests"
Requires-Dist: coverage>=4.5; (python_version < "2.7" and python_version >= "2.6") and extra == "tests"
Dynamic: license-file
