aws-organizations 0.4.2


pip install aws-organizations

  Latest version

Released: May 07, 2025

Project Links

Meta
Author: Sanhe Hu
Maintainer: Sanhe Hu
Requires Python: >=3.9

Classifiers

Development Status
  • 4 - Beta

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Natural Language
  • English

Operating System
  • Microsoft :: Windows
  • MacOS
  • Unix

Programming Language
  • Python
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3 :: Only
Documentation Status https://github.com/MacHu-GWU/aws_organizations-project/actions/workflows/main.yml/badge.svg https://codecov.io/gh/MacHu-GWU/aws_organizations-project/branch/main/graph/badge.svg https://img.shields.io/pypi/v/aws-organizations.svg https://img.shields.io/pypi/l/aws-organizations.svg https://img.shields.io/pypi/pyversions/aws-organizations.svg https://img.shields.io/badge/Release_History!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
https://img.shields.io/badge/Link-Document-blue.svg https://img.shields.io/badge/Link-API-blue.svg https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

Welcome to aws_organizations Documentation

https://aws-organizations.readthedocs.io/en/latest/_static/aws_organizations-logo.png

AWS Organizations SDK enhancement.

Features

  1. Enhanced Boto3 API
    • Provides improved boto3 APIs for AWS Organizations with:

    • Type hints for better IDE support

    • Simplified pagination handling

    • Streamlined access to organization, organizational units, and account information

    • Clear hierarchy relationship queries

  2. Object-Oriented Organization Structure
    • The OrgStructure class provides a tree-based container for AWS organization data:

    • Tree structure representation of your AWS organization

    • Easy navigation through organization hierarchy

    • Utility methods for finding and analyzing organization components

    • Multiple export formats for visualization and analysis

Install

aws_organizations is released on PyPI, so all you need is to:

$ pip install aws-organizations

To upgrade to latest version:

$ pip install --upgrade aws-organizations

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
boto-session-manager (<2.0.0,>=1.7.2)
light_emoji (<1.0.0,>=0.1.1)
iterproxy (<1.0.0,>=0.3.1)
anytree (<3.0.0,>=2.12.1)