Metadata-Version: 2.4
Name: lumox
Version: 0.1.0
Summary: Client worker for remote job execution
Author: deve01-cmd
Project-URL: Homepage, https://github.com/deve01-cmd/lumox
Project-URL: Repository, https://github.com/deve01-cmd/lumox
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pymongo>=4.7

# lumox

Python client module for polling remote jobs from MongoDB and executing them.

## Install

pip install lumox

## Run

lumox-client

## Environment

- POLL_INTERVAL (optional, default: 5)
- MAX_LOG_CHARS (optional, default: 10000)
- CLIENT_TAGS (optional, comma separated)

## PyPI Trusted Publishing fields

- PyPI Project Name: lumox
- Owner: deve01-cmd
- Repository name: lumox
- Workflow name: workflow.yml
- Environment name: pypi
