Metadata-Version: 2.4
Name: batcave
Version: 48.0.0
Summary: Python Programming Toolkit
Keywords: python,programming,library
Author-email: "Jeffery G. Smith" <web@pobox.com>
Requires-Python: ~=3.14
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.14
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Natural Language :: English
License-File: LICENSE
Requires-Dist: docker ~= 7.1
Requires-Dist: DotMap ~= 1.3
Requires-Dist: GitPython ~= 3.1
Requires-Dist: kubernetes ~= 36.0
Requires-Dist: requests ~= 2.34
Requires-Dist: PyYAML ~= 6.0
Requires-Dist: pywin32-stubs; sys_platform == 'win32'
Requires-Dist: WMI ~= 1.5; sys_platform == 'win32'
Requires-Dist: google-api-core; platform_machine not in 'aarch64'
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'
Requires-Dist: bumpver ; extra == "dev"
Requires-Dist: vjer ; extra == "dev"
Requires-Dist: Sphinx>=9.1,<10 ; extra == "doc"
Requires-Dist: sphinx-rtd-theme>=3.1 ; extra == "doc"
Requires-Dist: sphinxcontrib-applehelp>=2.0 ; extra == "doc"
Requires-Dist: sphinxcontrib-devhelp>=2.0 ; extra == "doc"
Requires-Dist: sphinxcontrib-htmlhelp>=2.1 ; extra == "doc"
Requires-Dist: sphinxcontrib-jsmath>=1.0 ; extra == "doc"
Requires-Dist: sphinxcontrib-qthelp>=2.0 ; extra == "doc"
Requires-Dist: sphinxcontrib-serializinghtml>=2.0 ; extra == "doc"
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 ; extra == "test" and ( sys_platform == 'win32')
Requires-Dist: unittest-xml-reporting ; extra == "test"
Project-URL: changelog, https://github.com/arisilon/batcave/blob/main/CHANGELOG.md
Project-URL: documentation, https://batcave.readthedocs.io
Project-URL: homepage, https://github.com/arisilon/batcave/
Project-URL: repository, https://github.com/arisilon/batcave/
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

# BatCave Python Module

A useful collection of tools for writing Python programs.

