Metadata-Version: 2.4
Name: openrelik-common
Version: 0.7.6
Summary: Common utilities for OpenRelik
License-File: LICENSE
Author: hacktobeer
Author-email: ramsesdebeer@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: billiard (>=4.2.1,<5.0.0)
Requires-Dist: celery (>=5.5.3,<6.0.0)
Requires-Dist: fastapi (>=0.115.11,<0.116.0)
Requires-Dist: opentelemetry-exporter-gcp-trace (==1.11.0)
Requires-Dist: opentelemetry-exporter-otlp (==1.32.1)
Requires-Dist: opentelemetry-instrumentation-celery (>=0.53b1,<0.54)
Requires-Dist: opentelemetry-instrumentation-fastapi (>=0.53b1,<0.54)
Requires-Dist: structlog (>=25.4.0,<26.0.0)
Description-Content-Type: text/markdown

# openrelik-common
Common utilities for OpenRelik 

# Documentation
Documentation can be found [here](https://openrelik.github.io/openrelik-common/openrelik_common/index.html)

# Run Tests
```
poetry install --with test --no-root
poetry run pytest --cov=.
```

##### Obligatory Fine Print
This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.

