Metadata-Version: 2.1
Name: c7n_awscc
Version: 0.1.30
Summary: Cloud Custodian - AWS Cloud Control Provider
Home-page: https://cloudcustodian.io
License: Apache-2.0
Author: Cloud Custodian Project
Requires-Python: >=3.9.2,<4.0.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Systems Administration
Requires-Dist: c7n (==0.9.45) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: click (==8.1.8) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: jsonpatch (==1.33) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: c7n (==0.9.45) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: colorama (==0.4.6) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0" and platform_system == "Windows"
Requires-Dist: jsonpointer (==3.0.0) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: argcomplete (==3.6.2) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: boto3 (==1.38.25) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: cryptography (==44.0.3) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: docutils (==0.18.1) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: importlib-metadata (==8.6.1) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: jsonschema (==4.24.0) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: python-dateutil (==2.9.0.post0) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: pyyaml (==6.0.2) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: tabulate (==0.9.0) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: urllib3 (==1.26.20) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: botocore (==1.38.25) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: jmespath (==1.0.1) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: s3transfer (==0.13.0) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: cffi (==1.17.1) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy"
Requires-Dist: zipp (==3.22.0) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: attrs (==25.3.0) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: jsonschema-specifications (==2025.4.1) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: referencing (==0.36.2) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: rpds-py (==0.25.1) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: six (==1.17.0) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0"
Requires-Dist: pycparser (==2.22) ; python_full_version >= "3.9.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy"
Requires-Dist: typing-extensions (==4.13.2) ; python_full_version >= "3.9.2" and python_version < "3.13"
Project-URL: Documentation, https://cloudcustodian.io/docs/
Project-URL: Repository, https://github.com/cloud-custodian/cloud-custodian
Description-Content-Type: text/markdown


# Custodian AWS Cloud Control Provider


Allows using custodian policies against aws cloud control api that underlies
cloud formation. This allows for substantial resource coverage effectively
everything that cloud formation supports.

Resources support generic delete, update actions.

Data files for the resources are downloaded at wheel build time.

