skillfed

mypy-boto3-ram

Type annotations for boto3 RAM 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-ram v1.43.0 351.7K downloads/30d#7,320 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 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-ram

uv

uv add mypy-boto3-ram

poetry

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 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

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 ram type annotationsboto3 ide autocompletionmypy boto3 stubsstatic type checking awsboto3 type hintsaws resource access manager types
type-stubsaws-sdkboto3

More Software Development packages