Distributed camera node runtime
Project description
Argus Node
argus-node is the camera node runtime for the distributed camera system. It is responsible for
loading camera configuration, running the node loop, collecting frames, processing them through
user-provided logic, and reporting back to the coordinator.
Requirements
- Python
3.13+ uvfor local development
Installation
Install from PyPI:
pip install argus-node
For local development:
uv sync --dev
Package Layout
argus/camera.py- camera capture and frame timingargus/coordinator.py- coordinator communicationargus/node_runtime.py- node execution lifecycleargus/config.py- runtime configurationargus/logging_config.py- logging setupargus/metrics.py- Prometheus metrics
Development
Install dependencies and run the test suite from src/argus:
uv sync --locked --dev
uv run pytest
Build a wheel locally:
uv build
The build artifacts are written to src/argus/dist/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file argus_node-0.1.0.tar.gz.
File metadata
- Download URL: argus_node-0.1.0.tar.gz
- Upload date:
- Size: 39.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8f881dd7c4df714040577cd02e58921db2a11555fca8a5f3f0295d3554934fd
|
|
| MD5 |
ccb8ab6446da0a8761d6fd3f81a66002
|
|
| BLAKE2b-256 |
73ecd4f7c1c84a04f5c368a835cc81159c50dcc79097c3822885e6c5e89321db
|
File details
Details for the file argus_node-0.1.0-py3-none-any.whl.
File metadata
- Download URL: argus_node-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
311fa9da2934be3675183b21f03dc3da5f8fda8d9a2a98742d5b1c5364189c96
|
|
| MD5 |
36e6e9c2422435bc4040aedd6b9db63c
|
|
| BLAKE2b-256 |
73cf4c01ba42f897a4da053f97ece9de47d3ae86eb07556ecf159a19abc7f049
|