--- id: mypy-boto3-billing version: "1.43.62" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-billing — Type annotations for boto3 Billing 1.43.62 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.4K/mo ## What it is and what it does mypy-boto3-billing is a type stub package that adds static type information for the AWS boto3 Billing service. It is generated from boto3 1.43.62 using mypy-boto3-builder 8.12.0 and works with type checkers like mypy and pyright, as well as IDEs that support Python language servers. The package provides explicit type annotations for the BillingClient, paginators, and service-specific types, enabling IDE autocompletion and catching type errors before runtime. The package is designed to be used alongside boto3 and can be installed standalone or as part of the boto3-stubs bundle. It supports modern Python versions (3.9 through 3.14) and is classified as "Stubs Only," meaning it contains only type information and does not alter boto3's runtime behavior. The single runtime dependency is typing-extensions, keeping installation lightweight. Use it for: - Enable IDE autocompletion and type hints when writing boto3 Billing service code in VSCode or PyCharm. - Run mypy or pyright type checking on boto3 Billing code to catch type errors before deployment. - Provide explicit type annotations for BillingClient and paginator objects in type-checked Python projects. - Use in Emacs or Sublime Text with LSP support for real-time type checking and code completion. - Avoid runtime type errors by catching incorrect boto3 Billing API calls during static analysis. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for the boto3 Billing service, enabling static type checking with mypy, pyright, and other tools. Yes. The package is actively maintained, has no known vulnerabilities, minimal install friction, and a permissive MIT license. Install it if you use boto3's Billing service and want static type checking or IDE autocompletion. It is a lightweight, low-risk addition to any boto3-based project. ## Install pip install mypy-boto3-billing uv add mypy-boto3-billing poetry add mypy-boto3-billing ## Installing mypy-boto3-billing Before you install: Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with recent releases; last commit 2026-06-22 and release 14 days ago. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: pip install mypy-boto3-billing from boto3.session import Session from mypy_boto3_billing import BillingClient client: BillingClient = Session().client("billing") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works correctly with all advertised IDEs (VSCode, PyCharm, Emacs, Sublime Text) in practice. - Performance impact on PyCharm type checking; documentation mentions potential slowness with Literal overloads. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs billing, type annotations aws billing, mypy boto3 billing, boto3 billing autocomplete, pyright aws billing types, type hints boto3 service, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-billing) · [View on PyPI](https://pypi.org/project/mypy-boto3-billing/)