Support for a K8S proxy container in controlling and monitoring RTEMS EPICS IOCs
| Source | https://github.com/epics-containers/rtems-proxy |
|---|---|
| PyPI | pip install rtems-proxy |
| Docker | docker run ghcr.io/epics-containers/rtems-proxy:latest |
| Releases | https://github.com/epics-containers/rtems-proxy/releases |
rtems_proxy --help
This project uses uv for dependency management.
Use uv to run the tox test suite:
uv run tox -pThis will run:
tests- pytest with coveragetype-checking- pyright static type checkingpre-commit- code formatting and linting
To run a specific tox environment:
uv run tox -e type-checking
uv run tox -e tests
uv run tox -e pre-commitInstall all dependencies including dev dependencies:
uv sync --group dev