{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/5"}],"enrichment":{"capability":"Provides type hints for the docker package, enabling static type checkers like mypy and pyright to validate code that uses the Docker Python client.","skillfed_tags":["type-stubs","docker"],"use_cases":["Enable type checking in a project that uses the docker client library with mypy or pyright","Catch type errors in docker API calls during development rather than at runtime","Improve IDE autocomplete and inline documentation for docker package methods and classes","Validate docker container and image management code in CI/CD pipelines"],"what_it_does":"types-docker is a type stub package that provides static type annotations for the docker Python client library. It allows type checkers like mypy, pyright, and others to understand and validate code that imports and uses the docker package, catching type errors before runtime.\n\nThe package is maintained as part of typeshed, the central repository for Python type stubs. It targets docker version 7.2.* and has been tested with multiple type checkers (mypy 2.3.0, pyright 1.1.411, and others). Installation is straightforward with minimal dependencies, and it requires Python 3.10 or later.","worth_installing":"Yes, if you use the docker package and want static type checking. Install it alongside docker to enable type checkers to validate your code. No downside if you're already using a type checker\u2014it's a stub-only package with low friction and permissive licensing."},"id":"types-docker","links":{"html":"https://skillfed.io/packages/types-docker","md":"https://skillfed.io/packages/types-docker.md","pypi":"https://pypi.org/project/types-docker/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-docker","python_support":"supports_current","summary":"Typing stubs for docker"},"popularity":{"monthly_downloads":1319556,"position":4064,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"7.2.0.20260813"}
