--- id: mypy-boto3-ram version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-ram — Type annotations for boto3 RAM 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 351.7K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's AWS RAM service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other IDEs that support Python type checking. When installed, it enables IDE autocompletion and type checking on RAM client calls without requiring explicit type annotations in your code. It provides type definitions for the RAMClient, paginators, and service-specific data types. The package is a stub-only distribution—it contains no runtime logic, only type information—making it lightweight and suitable for both development and production environments (though it is typically installed only in development). Use it for: - Enable IDE autocomplete and type hints when writing boto3 code for AWS RAM operations. - Catch type errors in RAM API calls at development time using mypy or pyright before runtime. - Use boto3 RAM client with full type safety in a PyCharm or VSCode project. - Provide type information for paginator operations on RAM API responses. - Integrate boto3 RAM types into a typed Python project without manual type annotations. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's AWS RAM (Resource Access Manager) service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 to interact with AWS RAM and want static type checking and IDE autocompletion. Install friction is minimal, maintenance is active, no security vulnerabilities are known, and the MIT license poses no restrictions. Install as a development dependency only, or conditionally under TYPE_CHECKING to avoid a production runtime dependency. ## Install pip install mypy-boto3-ram uv add mypy-boto3-ram poetry add mypy-boto3-ram ## Installing mypy-boto3-ram Before you install: Low install friction—a pure Python wheel with only typing-extensions as a runtime dependency. Active maintenance with recent releases; last commit 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and commercial projects. Quickstart: pip install mypy-boto3-ram from boto3.session import Session from mypy_boto3_ram import RAMClient client: RAMClient = Session().client("ram") # Type checking and IDE autocompletion now work on client calls 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 (PY-40997) remain relevant to current versions. - Exact feature parity between standalone mypy-boto3-ram and boto3-stubs[ram] installation methods. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 351.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws ram type annotations, boto3 ide autocompletion, mypy boto3 stubs, static type checking aws, boto3 type hints, aws resource access manager types, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-ram) · [View on PyPI](https://pypi.org/project/mypy-boto3-ram/)