skillfed

mypy-boto3-organizations

Type annotations for boto3 Organizations 1.43.69 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-organizations v1.43.69 608.2K downloads/30d#5,782 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 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 on this page — 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

mypy-boto3-organizations on PyPI

pip

pip install mypy-boto3-organizations

uv

uv add mypy-boto3-organizations

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 608,178/month — #5,782 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_organizations-1.43.69-py3-none-any.whl

Keywords: boto3, organizations, 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 stubs organizationsaws organizations type annotationsmypy boto3 organizationsboto3 ide autocompletepython aws type hintsboto3-stubs organizationsstatic type checking aws
type-stubsaws-sdkstatic-typing

More Software Development packages