dranspose is a framework to perform a distributed transpose from multiple streams of partial events into parallel workers with full events.
This is useful e.g. for assembling image frames which are captured by separate detectors.
To install the package run
pip install dranspose
The dranspose
cli wrapper allows to start different parts of the system or run them combined
To get debug logs for the tests which are useful when debugging use
pytest --log-cli-level=DEBUG