skillfed

mypy-boto3-securityagent

Type annotations for boto3 SecurityAgent 1.43.71 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-securityagent v1.43.71 114.6K downloads/30d#12,287 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds static type information to boto3's SecurityAgent service. It is generated automatically from boto3 1.43.71 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables IDE code completion and catches type errors at development time without requiring explicit type annotations in your code.

The package is a pure stub-only distribution with no runtime code—it only adds type metadata. It depends solely on typing-extensions and supports Python 3.9 through 3.14. Installation is straightforward via pip, either standalone or as part of boto3-stubs[securityagent]. The documentation covers setup for multiple IDEs and type checkers, including guidance on using TYPE_CHECKING guards to keep the dependency out of production builds.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 SecurityAgent code in VSCode or PyCharm.
  • Catch SecurityAgent API misuse at development time with mypy or pyright before running code.
  • Provide explicit type annotations for SecurityAgentClient, paginators, and service-specific types in large codebases.
  • Reduce production dependencies by using TYPE_CHECKING guards to import types only during static analysis.
  • Integrate boto3 type checking into CI/CD pipelines using mypy or pyright without runtime overhead.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocomplete support for boto3's SecurityAgent service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3's SecurityAgent service and want IDE autocomplete or static type checking. Installation is trivial, maintenance is active, there are no known vulnerabilities, and the MIT license imposes no restrictions. The only gotcha is that PyCharm may experience performance issues with the full stubs (boto3-stubs-lite is recommended as an alternative), and you must have boto3 and Python 3.9+ already installed.

Install

mypy-boto3-securityagent on PyPI

pip

pip install mypy-boto3-securityagent

uv

uv add mypy-boto3-securityagent

poetry

poetry add mypy-boto3-securityagent

Installing mypy-boto3-securityagent

Before you install

Low friction installation with a single runtime dependency (typing-extensions). Released 1 day ago with active maintenance; repo has 670 stars and was last updated 2026-06-22.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-securityagent

from boto3.session import Session
from mypy_boto3_securityagent import SecurityAgentClient

client: SecurityAgentClient = Session().client("securityagent")

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether PyCharm performance issues mentioned in the docs (issue PY-40997) affect this version's usability.
  • Whether the lite variant (boto3-stubs-lite) is recommended as a lower-memory alternative for this service.

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 — 1 days since the last release
Last repo commit
First released
Downloads 114,625/month — #12,287 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_securityagent-1.43.71-py3-none-any.whl

Keywords: boto3, securityagent, 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 stubsaws securityagent type annotationsmypy boto3 typingboto3 ide autocompletestatic type checking aws sdkpyright boto3 stubsboto3 securityagent types
type-stubsaws-sdkstatic-typing

More Software Development packages