mypy-boto3-networkmonitor
Type annotations for boto3 CloudWatchNetworkMonitor 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type checking and IDE autocomplete support for boto3's CloudWatchNetworkMonitor service. It was generated by mypy-boto3-builder 8.12.0 and provides explicit type annotations for client objects, paginators, and type definitions, allowing developers to catch type errors at development time rather than runtime.
It works by providing stub files (.pyi) that IDEs and type checkers like mypy, pyright, VSCode Pylance, and PyCharm can use to understand boto3 API calls. The package itself contains no runtime code—it only defines types—so it has minimal overhead and can optionally be installed only for development (using TYPE_CHECKING guards). It supports Python 3.9 through 3.14 and integrates with multiple editors and type-checking tools.
Use it for:
- Enable IDE autocomplete and type hints when writing boto3 CloudWatchNetworkMonitor code in VSCode, PyCharm, or Emacs.
- Catch CloudWatchNetworkMonitor API usage errors during static analysis with mypy or pyright before deployment.
- Provide explicit type annotations for client, paginator, and resource objects to improve code documentation and maintainability.
- Use in a development environment only (via TYPE_CHECKING) to avoid production dependencies while retaining type safety.
- Integrate with CI/CD pipelines to enforce type correctness on CloudWatchNetworkMonitor boto3 calls.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for the boto3 CloudWatchNetworkMonitor service, enabling static type checking with mypy, pyright, and other tools.
Yes. This is a lightweight, actively maintained type-stub package with no vulnerabilities, permissive licensing, and a single minimal dependency. Install it if you use boto3's CloudWatchNetworkMonitor service and want static type checking and IDE autocomplete. It can be installed only in development environments to avoid production overhead.
Install
mypy-boto3-networkmonitor on PyPI
pip
pip install mypy-boto3-networkmonitoruv
uv add mypy-boto3-networkmonitorpoetry
poetry add mypy-boto3-networkmonitorInstalling mypy-boto3-networkmonitor
Before you install
Low friction install with a single runtime dependency (typing-extensions). Active maintenance with recent releases; last commit 2026-06-22. No known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for both open-source and proprietary projects.
Quickstart
# Install
python -m pip install mypy-boto3-networkmonitor
# Use in code
from boto3.session import Session
from mypy_boto3_networkmonitor import CloudWatchNetworkMonitorClient
client: CloudWatchNetworkMonitorClient = Session().client("networkmonitor")
Requires boto3 to be installed separately; this package provides type annotations only, not the AWS SDK itself.
Verify before relying
- Whether this package is intended as a standalone install or primarily as a dependency of boto3-stubs.
- Performance impact on PyCharm relative to boto3-stubs-lite variant mentioned in documentation.
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 | 242,604/month — #8,851 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_networkmonitor-1.43.0-py3-none-any.whl
Keywords: boto3, networkmonitor, 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-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-internetmonitorProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-cloudtrailProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-marketplacecommerceanalyticsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-apigatewaymanagementapiProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI