skillfed

mypy-boto3-rbin

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

mypy-boto3-rbin v1.43.0 243.8K downloads/30d#8,776 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-rbin is a type-stub package that adds static type annotations for the boto3 RecycleBin service. It is generated from boto3 1.43.0 and works with mypy, pyright, VSCode (via Pylance), PyCharm, Emacs, Sublime Text, and other IDEs that support Python type hints. The package contains no runtime logic—it only provides type information to enable IDE autocompletion and static type checking.

You install it alongside boto3 to get full type safety when calling RecycleBin API methods. The stubs include annotations for the client, paginators, waiters, and service-specific literals and type definitions. It is a development-only dependency and can be guarded with TYPE_CHECKING to avoid shipping it in production.

Use it for:

  • Enable IDE autocompletion and inline documentation for boto3 RecycleBin client methods during development.
  • Catch type errors in boto3 RecycleBin calls before runtime using mypy or pyright in CI/CD pipelines.
  • Provide explicit type hints for RecycleBin client, paginators, and service resources in codebases that enforce strict typing.
  • Support PyCharm, VSCode, and other IDEs with accurate parameter and return type information for RecycleBin operations.
  • Document boto3 RecycleBin API contracts in code through type annotations without writing manual stubs.

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 RecycleBin service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3's RecycleBin service and want IDE support and static type checking. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. The only caveat: PyCharm users may experience performance issues with the full stubs (consider boto3-stubs-lite as an alternative if that occurs). For mypy, pyright, and VSCode workflows, this is a straightforward win.

Install

mypy-boto3-rbin on PyPI

pip

pip install mypy-boto3-rbin

uv

uv add mypy-boto3-rbin

poetry

poetry add mypy-boto3-rbin

Installing mypy-boto3-rbin

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; repository shows consistent activity.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal legal constraints—suitable for both open-source and commercial projects.

Quickstart

# Install
python -m pip install mypy-boto3-rbin

# Use in code
from boto3.session import Session
from mypy_boto3_rbin import RecycleBinClient

client: RecycleBinClient = Session().client("rbin")
# Type checking and IDE completion now work on client usage

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

Verify before relying

  • Whether performance impact on PyCharm is acceptable for your project (documentation notes potential slowness with Literal overloads).
  • Whether the lite variant (boto3-stubs-lite) would be more suitable if you encounter IDE performance issues.

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 243,758/month — #8,776 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_rbin-1.43.0-py3-none-any.whl

Keywords: boto3, rbin, 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 recycleBin type annotationsboto3 mypy supporttype hints for boto3ide autocompletion boto3static type checking awsboto3-stubs recycleBin
type-stubsaws-sdkmypy

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-detective

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-neptunedata

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-rds

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-ebs

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

boto3-stubs-full

Provides type annotations for boto3 1.43.71 to…

permissive · top 5,000 on PyPI

mypy-boto3-iottwinmaker

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-sagemaker

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-panorama

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI