Metadata-Version: 2.1
Name: compose-x-common
Version: 1.2.11
Summary: Common Library for Compose-X Projects
Home-page: https://github.com/compose-x/compose-x-common-libs/
License: MPL-2.0
Keywords: compose-x,docker,compose
Author: John Preston
Author-email: john@compose-x.io
Maintainer: John Preston
Maintainer-email: john@compose-x.io
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: boto3 (>=1.22,<2.0)
Requires-Dist: flatdict (>=4.0.1,<5.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Project-URL: Repository, https://github.com/compose-x/compose-x-common-libs/
Description-Content-Type: text/x-rst

=====================
Compose-X -- Common
=====================


.. image:: https://img.shields.io/pypi/v/compose_x_common.svg
    :target: https://pypi.python.org/pypi/compose_x_common


--------------------------------------------------------------------------------------
Standalone library of reusable functions to ease repetitive tasks & AWS functions
--------------------------------------------------------------------------------------

Used in a majority of the `Compose-X`_ projects

Features
==========

* Different helpers `compose_x_commom.compose_x_common`
* Python ARN Regular expressions for different resources `compose_x_commom.aws.arns`
* AWS Helpers `compose_x_commom.aws`

.. _Compose-X: https://github.com/compose-x

