--- id: mypy-boto3-network-firewall version: "1.43.63" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-network-firewall — Type annotations for boto3 NetworkFirewall 1.43.63 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 259.0K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations to boto3's NetworkFirewall service client. It was generated by mypy-boto3-builder 8.12.0 and works with boto3 1.43.63. When installed, it enables IDE code completion, inline documentation, and static type checking for NetworkFirewall API calls without requiring any changes to your actual boto3 code. The package supports VSCode (with Pylance), PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that understand Python type hints. It includes annotations for the client, paginators, waiters, and service-specific type definitions. The documentation notes that PyCharm may experience performance issues with the full stubs due to Literal overloads, in which case the lite variant is recommended. Use it for: - Enable IDE autocomplete and inline documentation when writing NetworkFirewall client code in VSCode with Pylance. - Catch NetworkFirewall API usage errors at development time using mypy or pyright type checking. - Use PyCharm with boto3-stubs-lite to avoid performance degradation while still getting type hints. - Provide explicit type annotations for NetworkFirewall client, paginators, and responses in production code. - Integrate type checking into CI/CD pipelines to validate NetworkFirewall API calls before deployment. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for boto3's NetworkFirewall service, enabling IDE code completion and static type checking with mypy, pyright, and other Python type checkers. Yes, if you use boto3's NetworkFirewall service and want IDE support or static type checking. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The only caveat is PyCharm users may need the lite variant to avoid performance issues. ## Install pip install mypy-boto3-network-firewall uv add mypy-boto3-network-firewall poetry add mypy-boto3-network-firewall ## Installing mypy-boto3-network-firewall Before you install: Low install friction with a single runtime dependency (typing-extensions). Actively maintained with a recent release 11 days ago and a stable repository. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects. Quickstart: pip install mypy-boto3-network-firewall from boto3.session import Session from mypy_boto3_network_firewall import NetworkFirewallClient client: NetworkFirewallClient = Session().client("network-firewall") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether performance issues noted for PyCharm (issue PY-40997) have been resolved in recent PyCharm versions. - Whether the lite variant (boto3-stubs-lite) offers meaningful performance improvements for large projects. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 259.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, networkfirewall type annotations, aws sdk type hints, mypy boto3 stubs, python type checking aws, boto3 autocomplete, ide code completion aws, type-stubs, aws-sdk, static-analysis [View on SkillFed](https://skillfed.io/packages/mypy-boto3-network-firewall) · [View on PyPI](https://pypi.org/project/mypy-boto3-network-firewall/)