--- id: mypy-boto3-evs version: "1.43.37" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-evs — Type annotations for boto3 EVS 1.43.37 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 236.2K/mo ## What it is and what it does This package is a type-stub library generated from boto3's EVS (Elastic Disaster Recovery) service. It provides complete type annotations for the EVS client, paginators, and type definitions, enabling static type checking and IDE autocompletion when working with AWS EVS through boto3. The stubs are generated by mypy-boto3-builder and work with multiple type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text). It's designed as a lightweight, development-time dependency—you can use TYPE_CHECKING guards to avoid including it in production builds. The package supports Python 3.9 through 3.14 and depends only on typing-extensions. Use it for: - Enable IDE autocompletion and type hints when writing EVS client code in VSCode or PyCharm. - Run mypy or pyright type checking on boto3 EVS code to catch type errors before runtime. - Provide explicit type annotations for EVS client, paginators, and service resources in large codebases. - Use as a development dependency with TYPE_CHECKING to avoid runtime overhead in production. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's EVS (Elastic Disaster Recovery) service, compatible with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text. Yes, if you use boto3's EVS service and want static type checking or IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package is stable (Production/Stable status) with no known vulnerabilities. Consider boto3-stubs-lite as an alternative if PyCharm performance becomes an issue. ## Install pip install mypy-boto3-evs uv add mypy-boto3-evs poetry add mypy-boto3-evs ## Installing mypy-boto3-evs Before you install: Low friction installation with a single runtime dependency (typing-extensions). Actively maintained as of June 2026, with a stable release cadence. No known vulnerabilities. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: # Install type stubs for EVS service python -m pip install 'boto3-stubs[evs]' # Use in your code with type checking from boto3.session import Session from mypy_boto3_evs import EVSClient client: EVSClient = Session().client("evs") # IDE now provides code completion and type checking Requires Python 3.9 or later; boto3 itself must be installed separately. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (PY-40997) remain unresolved or have been addressed. - Actual coverage and completeness of EVS service API in the generated stubs relative to boto3 1.43.37. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 236.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, evs type annotations, aws sdk type hints, boto3 ide autocomplete, mypy boto3 stubs, pyright aws types, evs service types, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-evs) · [View on PyPI](https://pypi.org/project/mypy-boto3-evs/)