skillfed

mypy-boto3-tnb

Type annotations for boto3 TelcoNetworkBuilder 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-tnb v1.43.0 243.2K downloads/30d#8,817 on PyPI670
Permissive license MIT Active released

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-tnb

uv

uv add mypy-boto3-tnb

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubstelco network builder typesmypy boto3 annotationsaws tnb type hintsboto3 ide autocompletestatic type checking awspyright boto3 stubs
type-stubsaws-sdkboto3

More Software Development packages