mypy-boto3-tnb
Type annotations for boto3 TelcoNetworkBuilder 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-tnb on PyPI
pip
pip install mypy-boto3-tnbuv
uv add mypy-boto3-tnbpoetry
poetry add mypy-boto3-tnbInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 243,236/month — #8,817 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_tnb-1.43.0-py3-none-any.whl
Keywords: boto3, tnb, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI