Metadata-Version: 2.4
Name: aws-ou-membership
Version: 0.1.1
Summary: Determine whether an AWS account is in a given set of OUs or their descendants.
Project-URL: Homepage, https://github.com/nsmithuk/aws-ou-membership
Project-URL: Issues, https://github.com/nsmithuk/aws-ou-membership/issues
Author-email: Neil Smith <neil@nsmith.net>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: boto3<2.0,>=1.38
Requires-Dist: cachetools<7.0,>=6.0
Requires-Dist: mypy-boto3-organizations<2.0,>=1.38
Requires-Dist: mypy-boto3-sts<2.0,>=1.38
Description-Content-Type: text/markdown

# AWS Account OU Membership

> [!WARNING]
> This repository is no longer maintained.

Please use **aws-org-view** instead, which provides the same functionality and is actively maintained:  
👉 https://github.com/nsmithuk/aws-org-view
