Metadata-Version: 2.4
Name: batcave
Version: 46.0.1rc0
Summary: Python Programming Toolkit
Author-email: "Jeffery G. Smith" <web@pobox.com>
Project-URL: homepage, https://github.com/arisilon/batcave/
Project-URL: documentation, https://batcave.readthedocs.io
Project-URL: repository, https://github.com/arisilon/batcave/
Project-URL: changelog, https://github.com/arisilon/batcave/blob/master/CHANGELOG.md
Keywords: python,programming,library
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Natural Language :: English
Requires-Python: ~=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: docker~=7.1
Requires-Dist: DotMap~=1.3
Requires-Dist: GitPython~=3.1
Requires-Dist: google-api-core
Requires-Dist: kubernetes~=35.0
Requires-Dist: requests~=2.32
Requires-Dist: PyYAML~=6.0
Requires-Dist: pywin32-stubs; sys_platform == "win32"
Requires-Dist: WMI~=1.5; sys_platform == "win32"
Requires-Dist: psutil~=7.2; platform_machine not in "armv6l armv7l armv8b armv8l"
Requires-Dist: PyQt5~=5.15; platform_machine not in "aarch64 aarch64_be armv6l armv7l armv8b armv8l"
Provides-Extra: dev
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: vjer; extra == "dev"
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: flake8-annotations; extra == "test"
Requires-Dist: flake8-pyproject; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: pylint; extra == "test"
Requires-Dist: PyQt5-stubs; extra == "test"
Requires-Dist: types-python-dateutil; extra == "test"
Requires-Dist: types-PyYAML; extra == "test"
Requires-Dist: types-psutil; extra == "test"
Requires-Dist: types-requests; extra == "test"
Requires-Dist: types-pywin32; sys_platform == "win32" and extra == "test"
Requires-Dist: unittest-xml-reporting; extra == "test"
Dynamic: license-file

# BatCave Python Module

A useful collection of tools for writing Python programs.
