Metadata-Version: 2.1
Name: rcplus_alloy_common
Version: 3.2.0
Summary: RC+/Alloy helpers functions for Python
Home-page: https://github.com/ringier-data/rcplus-alloy-lib-py-common
License: Proprietary
Keywords: rcplus,alloy,logging,metrics,utilities
Author: Ringier AG
Author-email: info@rcplus.io
Requires-Python: >=3.10,<4
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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 :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Provides-Extra: airflow
Provides-Extra: aws
Provides-Extra: gam
Requires-Dist: apache-airflow[amazon,slack] (>=2.6.1,<3.0.0) ; extra == "airflow"
Requires-Dist: awswrangler (>=3.2,<4.0) ; extra == "aws"
Requires-Dist: googleads (>=35.0.0,<36.0.0) ; extra == "gam"
Requires-Dist: jsonschema (>=3.0.0)
Requires-Dist: pandas (>=2.1,<3.0) ; extra == "aws"
Requires-Dist: python-json-logger (>=2.0.4)
Requires-Dist: pytz (>=2023.3,<2024.0) ; extra == "airflow"
Requires-Dist: requests (>=2.6.1)
Project-URL: Repository, https://github.com/ringier-data/rcplus-alloy-lib-py-common
Description-Content-Type: text/markdown

# rcplus-alloy-lib-py-common

![PyPI](https://img.shields.io/pypi/v/rcplus-alloy-common)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rcplus-alloy-common)
![Coverage badge](./coverage.svg)

Current version: **v3.2.0**

---

Python utilities for RC+/Alloy.

_**NOTE**_: This Python package is published to PyPI.org as publicly available package.

## Install

```bash
pip install -U rcplus-alloy-common
```

## Usage

### Structured logging

TODO

### Application metrics

TODO

### Airflow

```bash
pip install -U rcplus-alloy-common[airflow]
```

TODO

