--- id: mypy-boto3-rbin version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-rbin — Type annotations for boto3 RecycleBin 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.8K/mo ## 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 above — 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 pip install mypy-boto3-rbin uv add mypy-boto3-rbin 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_current - Install friction: low - Maintenance: active - Downloads: 243.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws recycleBin type annotations, boto3 mypy support, type hints for boto3, ide autocompletion boto3, static type checking aws, boto3-stubs recycleBin, type-stubs, aws-sdk, mypy [View on SkillFed](https://skillfed.io/packages/mypy-boto3-rbin) · [View on PyPI](https://pypi.org/project/mypy-boto3-rbin/)