--- id: mypy-boto3-tnb version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-tnb — Type annotations for boto3 TelcoNetworkBuilder 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.2K/mo ## What it is and what it does mypy-boto3-tnb is a type-stub package that adds static type annotations to boto3's TelcoNetworkBuilder (tnb) AWS service. It is generated automatically from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other type-aware editors and checkers. The package contains no runtime code—it is purely type information that enables IDE autocompletion and catches type errors before execution. Install it as a development or optional dependency to gain full type safety when writing boto3 code that interacts with the TelcoNetworkBuilder service. It includes annotations for clients, paginators, waiters, and service-specific type definitions. The package is lightweight (only typing-extensions as a runtime dependency) and actively maintained, with new releases tracking boto3 updates. Use it for: - Enable IDE autocompletion and type hints when writing boto3 TelcoNetworkBuilder client code in VSCode or PyCharm. - Run mypy or pyright type checking on AWS infrastructure code to catch type mismatches before deployment. - Provide explicit type annotations for TelcoNetworkBuilderClient, paginators, and service operations in team codebases. - Use in TYPE_CHECKING blocks to add type safety without adding a production runtime dependency. - Integrate with LSP-based editors (Emacs, Sublime Text) to get real-time type feedback while coding. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's TelcoNetworkBuilder service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's TelcoNetworkBuilder service and want static type checking. It has no production runtime cost, minimal dependencies, active maintenance, no known vulnerabilities, and a permissive MIT license. The only gotcha is PyCharm performance with full boto3-stubs (use boto3-stubs-lite as a workaround if needed), but that is a known trade-off documented in the package itself. ## Install pip install mypy-boto3-tnb uv add mypy-boto3-tnb poetry add mypy-boto3-tnb ## Installing mypy-boto3-tnb Before you install: Low install friction; single lightweight runtime dependency (typing-extensions). Active maintenance with recent releases and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and proprietary projects. Quickstart: pip install mypy-boto3-tnb from boto3.session import Session from mypy_boto3_tnb import TelcoNetworkBuilderClient client: TelcoNetworkBuilderClient = Session().client("tnb") # Type checking and IDE completion now work Requires Python 3.9 or later; boto3 must be installed separately. Verify before relying: - Performance impact in PyCharm with full boto3-stubs (description mentions issue PY-40997 but does not quantify severity). - Whether boto3-stubs-lite variant provides sufficient type coverage for typical TelcoNetworkBuilder workflows. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, telco network builder types, mypy boto3 annotations, aws tnb type hints, boto3 ide autocomplete, static type checking aws, pyright boto3 stubs, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-tnb) · [View on PyPI](https://pypi.org/project/mypy-boto3-tnb/)