Metadata-Version: 2.4
Name: openrelik-worker-common
Version: 0.17.2
Summary: Common utilities for OpenRelik workers
License-File: LICENSE
Author: Johan Berggren
Author-email: jberggren@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: debugpy (>=1.8.6,<2.0.0)
Requires-Dist: redis (>=5.2.1,<6.0.0)
Requires-Dist: structlog (>=25.4.0,<26.0.0)
Description-Content-Type: text/markdown

[![codecov](https://codecov.io/gh/openrelik/openrelik-worker-common/graph/badge.svg?token=T0Z72PB3YL)](https://codecov.io/gh/openrelik/openrelik-worker-common)

# openrelik-worker-common
Common utilities for OpenRelik workers

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

# Run Tests
```
sudo apt-get install john john-data hashcat qemu-utils fdisk ntfs-3g
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.

