Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
|
The folder hierarchy restructured in this PR seems you might want it only be a python library? Why not keep the original layout and adding a |
|
hey @unkcpz thanks for the suggestion, I might do that. Originally this was because we need a deployment solution which works with what our linux team has set up for the beamline machines. Our ops guy asked me to make it so he could install it from PyPI, also it would help us with the dependency management from the main package in case the message format changes. But in the end we will probably package the binary as an RPM from the PSI Gitea instead, so I might change the layout again to reflect that. |
Adds a python module from which the ingestor can be run
install
maturinand build the python wheel and module withmaturin developin a venv