mypy-boto3-ram
Type annotations for boto3 RAM 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 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 on this page — 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
mypy-boto3-ram on PyPI
pip
pip install mypy-boto3-ramuv
uv add mypy-boto3-rampoetry
poetry add mypy-boto3-ramInstalling 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 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 | 351,698/month — #7,320 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_ram-1.43.0-py3-none-any.whl
Keywords: boto3, ram, 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-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-memorydbProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-oamProvides type annotations for boto3's…
permissive · top 15,000 on PyPI
mypy-boto3-apigatewaymanagementapiProvides 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-mpaProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-athenaProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI