aws-organizations


Nameaws-organizations JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/MacHu-GWU/aws_organizations-project
SummaryAWS Organizations SDK enhancement.
upload_time2024-11-11 17:21:30
maintainerSanhe Hu
docs_urlNone
authorSanhe Hu
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements boto-session-manager light_emoji iterproxy func_args anytree
Travis-CI No Travis.
coveralls test coverage
            
.. image:: https://readthedocs.org/projects/aws-organizations/badge/?version=latest
    :target: https://aws-organizations.readthedocs.io/en/latest/
    :alt: Documentation Status

.. image:: https://github.com/MacHu-GWU/aws_organizations-project/actions/workflows/main.yml/badge.svg
    :target: https://github.com/MacHu-GWU/aws_organizations-project/actions?query=workflow:CI

.. image:: https://codecov.io/gh/MacHu-GWU/aws_organizations-project/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/MacHu-GWU/aws_organizations-project

.. image:: https://img.shields.io/pypi/v/aws-organizations.svg
    :target: https://pypi.python.org/pypi/aws-organizations

.. image:: https://img.shields.io/pypi/l/aws-organizations.svg
    :target: https://pypi.python.org/pypi/aws-organizations

.. image:: https://img.shields.io/pypi/pyversions/aws-organizations.svg
    :target: https://pypi.python.org/pypi/aws-organizations

.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/aws_organizations-project/blob/main/release-history.rst

.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/aws_organizations-project

------

.. image:: https://img.shields.io/badge/Link-Document-blue.svg
    :target: https://aws-organizations.readthedocs.io/en/latest/

.. image:: https://img.shields.io/badge/Link-API-blue.svg
    :target: https://aws-organizations.readthedocs.io/en/latest/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Install-blue.svg
    :target: `install`_

.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
    :target: https://github.com/MacHu-GWU/aws_organizations-project

.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
    :target: https://github.com/MacHu-GWU/aws_organizations-project/issues

.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
    :target: https://github.com/MacHu-GWU/aws_organizations-project/issues

.. image:: https://img.shields.io/badge/Link-Download-blue.svg
    :target: https://pypi.org/pypi/aws-organizations#files


Welcome to ``aws_organizations`` Documentation
==============================================================================
.. image:: https://aws-organizations.readthedocs.io/en/latest/_static/aws_organizations-logo.png
    :target: https://aws-organizations.readthedocs.io/en/latest/

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:

Install
------------------------------------------------------------------------------

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

.. code-block:: console

    $ pip install aws-organizations

To upgrade to latest version:

.. code-block:: console

    $ pip install --upgrade aws-organizations

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MacHu-GWU/aws_organizations-project",
    "name": "aws-organizations",
    "maintainer": "Sanhe Hu",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "husanhe@email.com",
    "keywords": null,
    "author": "Sanhe Hu",
    "author_email": "husanhe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/57/f0/bd285f057149cec82db5063f106466706928869fcf30dc6c0fee540d5b27/aws_organizations-0.4.1.tar.gz",
    "platform": "Windows",
    "description": "\n.. image:: https://readthedocs.org/projects/aws-organizations/badge/?version=latest\n    :target: https://aws-organizations.readthedocs.io/en/latest/\n    :alt: Documentation Status\n\n.. image:: https://github.com/MacHu-GWU/aws_organizations-project/actions/workflows/main.yml/badge.svg\n    :target: https://github.com/MacHu-GWU/aws_organizations-project/actions?query=workflow:CI\n\n.. image:: https://codecov.io/gh/MacHu-GWU/aws_organizations-project/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/MacHu-GWU/aws_organizations-project\n\n.. image:: https://img.shields.io/pypi/v/aws-organizations.svg\n    :target: https://pypi.python.org/pypi/aws-organizations\n\n.. image:: https://img.shields.io/pypi/l/aws-organizations.svg\n    :target: https://pypi.python.org/pypi/aws-organizations\n\n.. image:: https://img.shields.io/pypi/pyversions/aws-organizations.svg\n    :target: https://pypi.python.org/pypi/aws-organizations\n\n.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social\n    :target: https://github.com/MacHu-GWU/aws_organizations-project/blob/main/release-history.rst\n\n.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social\n    :target: https://github.com/MacHu-GWU/aws_organizations-project\n\n------\n\n.. image:: https://img.shields.io/badge/Link-Document-blue.svg\n    :target: https://aws-organizations.readthedocs.io/en/latest/\n\n.. image:: https://img.shields.io/badge/Link-API-blue.svg\n    :target: https://aws-organizations.readthedocs.io/en/latest/py-modindex.html\n\n.. image:: https://img.shields.io/badge/Link-Install-blue.svg\n    :target: `install`_\n\n.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg\n    :target: https://github.com/MacHu-GWU/aws_organizations-project\n\n.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg\n    :target: https://github.com/MacHu-GWU/aws_organizations-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg\n    :target: https://github.com/MacHu-GWU/aws_organizations-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Download-blue.svg\n    :target: https://pypi.org/pypi/aws-organizations#files\n\n\nWelcome to ``aws_organizations`` Documentation\n==============================================================================\n.. image:: https://aws-organizations.readthedocs.io/en/latest/_static/aws_organizations-logo.png\n    :target: https://aws-organizations.readthedocs.io/en/latest/\n\nAWS Organizations SDK enhancement.\n\n**Features**\n\n1. Enhanced Boto3 API\n    - Provides improved boto3 APIs for AWS Organizations with:\n    - Type hints for better IDE support\n    - Simplified pagination handling\n    - Streamlined access to organization, organizational units, and account information\n    - Clear hierarchy relationship queries\n\n2. Object-Oriented Organization Structure\n    - The ``OrgStructure`` class provides a tree-based container for AWS organization data:\n    - Tree structure representation of your AWS organization\n    - Easy navigation through organization hierarchy\n    - Utility methods for finding and analyzing organization components\n    - Multiple export formats for visualization and analysis\n\n\n.. _install:\n\nInstall\n------------------------------------------------------------------------------\n\n``aws_organizations`` is released on PyPI, so all you need is to:\n\n.. code-block:: console\n\n    $ pip install aws-organizations\n\nTo upgrade to latest version:\n\n.. code-block:: console\n\n    $ pip install --upgrade aws-organizations\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "AWS Organizations SDK enhancement.",
    "version": "0.4.1",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/aws_organizations/0.4.1#downloads",
        "Homepage": "https://github.com/MacHu-GWU/aws_organizations-project"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f309bc7e599879c74f02a594026596af6e2beacae48d5b323a09d58a03b4101",
                "md5": "1cb7cfdab9d124c9e977833573a4cbdb",
                "sha256": "e68f2b2f9fd824c47aff1f0db34806d63258f381255b1f84dde32969eb6e093a"
            },
            "downloads": -1,
            "filename": "aws_organizations-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1cb7cfdab9d124c9e977833573a4cbdb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 16325,
            "upload_time": "2024-11-11T17:21:28",
            "upload_time_iso_8601": "2024-11-11T17:21:28.931195Z",
            "url": "https://files.pythonhosted.org/packages/8f/30/9bc7e599879c74f02a594026596af6e2beacae48d5b323a09d58a03b4101/aws_organizations-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57f0bd285f057149cec82db5063f106466706928869fcf30dc6c0fee540d5b27",
                "md5": "a2502fe473ec35301aa7ae410530b54f",
                "sha256": "88f385b8cbc888f4fec67cf488089894ff195ad663a3d13e3e42ee30dd45062d"
            },
            "downloads": -1,
            "filename": "aws_organizations-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a2502fe473ec35301aa7ae410530b54f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 18647,
            "upload_time": "2024-11-11T17:21:30",
            "upload_time_iso_8601": "2024-11-11T17:21:30.399290Z",
            "url": "https://files.pythonhosted.org/packages/57/f0/bd285f057149cec82db5063f106466706928869fcf30dc6c0fee540d5b27/aws_organizations-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-11 17:21:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MacHu-GWU",
    "github_project": "aws_organizations-project",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "boto-session-manager",
            "specs": [
                [
                    "<",
                    "2.0.0"
                ],
                [
                    ">=",
                    "1.7.2"
                ]
            ]
        },
        {
            "name": "light_emoji",
            "specs": [
                [
                    ">=",
                    "0.1.1"
                ],
                [
                    "<",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "iterproxy",
            "specs": [
                [
                    ">=",
                    "0.3.1"
                ],
                [
                    "<",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "func_args",
            "specs": [
                [
                    ">=",
                    "0.1.1"
                ],
                [
                    "<",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "anytree",
            "specs": [
                [
                    "<",
                    "3.0.0"
                ],
                [
                    ">=",
                    "2.12.1"
                ]
            ]
        }
    ],
    "lcname": "aws-organizations"
}
        
Elapsed time: 1.57721s