--- id: mypy-boto3-organizations version: "1.43.69" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-organizations — Type annotations for boto3 Organizations 1.43.69 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 608.2K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's Organizations service. It is generated automatically from boto3 1.43.69 using mypy-boto3-builder 8.12.0 and provides complete type annotations for the Organizations client, paginators, and service resources. When installed, it enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to offer code completion and type checking for Organizations API calls without requiring explicit type annotations in your code. It also works with standalone type checkers like mypy and pyright. The package is a stub-only distribution—it contains no runtime code—and is typically installed alongside boto3-stubs or used as a standalone dependency for development environments. Use it for: - Enable IDE autocompletion and inline documentation for boto3 Organizations API calls in VSCode with Pylance. - Catch type errors in Organizations client code before runtime using mypy or pyright in CI/CD pipelines. - Provide type hints for Organizations paginators and service resources in codebases that use boto3. - Support development workflows in PyCharm or Emacs with real-time type checking and code completion. - Use with TYPE_CHECKING guards to add type safety without adding a production runtime dependency. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for the boto3 Organizations service, enabling static type checking with mypy, pyright, and other tools. Yes. This is a low-friction, actively maintained type stub with no known vulnerabilities, permissive licensing, and a single lightweight dependency. Install it if you use boto3 Organizations and want IDE autocompletion or static type checking. It adds no runtime overhead and can be safely gated behind TYPE_CHECKING to keep production dependencies lean. ## Install pip install mypy-boto3-organizations uv add mypy-boto3-organizations poetry add mypy-boto3-organizations ## Installing mypy-boto3-organizations Before you install: Low friction install with a single runtime dependency (typing-extensions). Actively maintained with a release 3 days old and 670 repository stars. Supports Python 3.9 through 3.14. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects without requiring license disclosure. Quickstart: pip install mypy-boto3-organizations from boto3.session import Session from mypy_boto3_organizations import OrganizationsClient client: OrganizationsClient = Session().client("organizations") Requires boto3 to be installed separately; type checking requires mypy, pyright, or a compatible IDE. Verify before relying: - Whether the package works correctly with all listed Python versions (3.9–3.14) in practice. - Performance impact on PyCharm relative to boto3-stubs-lite, given the documented Literal overload issue. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 608.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs organizations, aws organizations type annotations, mypy boto3 organizations, boto3 ide autocomplete, python aws type hints, boto3-stubs organizations, static type checking aws, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-organizations) · [View on PyPI](https://pypi.org/project/mypy-boto3-organizations/)