mypy-boto3-rbin
Type annotations for boto3 RecycleBin 1.43.0 service generated with mypy-boto3-builder 8.12.0
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-rbinuv
uv add mypy-boto3-rbinpoetry
poetry add mypy-boto3-rbinInstalling 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
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-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-neptunedataProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-ebsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-iottwinmakerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-panoramaProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI