Metadata-Version: 2.1
Name: docker-stubs
Version: 0.1.1a0
Summary: Stubs package for the Python Docker API.
Author: Robbie Dozier
Author-email: rdozier@mimsoftware.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: types-requests (>=2.31.0.20240406,<3.0.0.0)
Requires-Dist: types-urllib3 (>=1.26.25.14,<2.0.0.0)
Requires-Dist: typing-extensions (>=4.11.0,<5.0.0)
Description-Content-Type: text/markdown

# Installation

This project is on PyPI: https://pypi.org/project/docker-stubs/

To install: `pip install docker-stubs`

