--- id: mypy-boto3-billingconductor version: "1.43.7" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-billingconductor — Type annotations for boto3 BillingConductor 1.43.7 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 244.0K/mo ## What it is and what it does This package is a type-stub library for AWS BillingConductor service operations via boto3. It contains no runtime code—only type annotations—and is designed to be installed alongside boto3 to enable static type checking and IDE autocompletion. When installed, it allows type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, Emacs, and Sublime Text, to understand the shape and behavior of BillingConductor client methods, paginators, and data types. The package is generated automatically from boto3 service definitions using mypy-boto3-builder 8.12.0 and supports Python 3.9 through 3.14. It has a single runtime dependency on typing-extensions and is marked as Production/Stable. The primary use case is catching type errors during development and improving code completion in your editor when working with AWS billing operations, without adding runtime overhead or production dependencies. Use it for: - Enable IDE autocompletion and type hints when writing boto3 BillingConductor client code in VSCode or PyCharm. - Catch type mismatches in BillingConductor API calls during static analysis with mypy or pyright before runtime. - Provide explicit type annotations for BillingConductorClient, paginators, and service data types in a type-checking-only import block. - Support Pylint and other linters by clarifying the structure of boto3 BillingConductor objects in your codebase. - Generate accurate type stubs locally using mypy-boto3-builder if you need customized or additional AWS service annotations. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's BillingConductor service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 with BillingConductor and want type safety and IDE support. Install friction is minimal (one pure-Python wheel, one lightweight dependency), maintenance is active, and the MIT license carries no restrictions. The package is stable and widely used. Skip it only if you do not use type checking or BillingConductor operations. ## Install pip install mypy-boto3-billingconductor uv add mypy-boto3-billingconductor poetry add mypy-boto3-billingconductor ## Installing mypy-boto3-billingconductor Before you install: Low friction: a pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained with recent releases; the repository shows 670 stars and was last updated 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: pip install mypy-boto3-billingconductor from boto3.session import Session from mypy_boto3_billingconductor import BillingConductorClient client: BillingConductorClient = Session().client("billingconductor") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) have been resolved since the package's last release. - Whether the lite variant (boto3-stubs-lite) would be more suitable for your IDE or use case. - Current download volume and adoption rate relative to other boto3 stub packages. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 244.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs billingconductor, mypy annotations aws billing, boto3 type hints ide autocomplete, billingconductor client type checking, aws sdk type annotations, pyright boto3 stubs, static type checking aws, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-billingconductor) · [View on PyPI](https://pypi.org/project/mypy-boto3-billingconductor/)