marrink-lab / bentopy

Packs stuff in boxes
4 stars 0 forks source link

Integrate render-placements as a subcommand #5

Closed ma3ke closed 5 months ago

ma3ke commented 5 months ago

Implement the render subcommand as described in #4.

This requires the integration of the Rust binary for render-placements such that it can be accessed through the Python-based cli. The goal is for a user to be able to install this project through pip, without touching render-placements directly. Preparation (downloading or compilation) of the render-placements binary must thus be hidden behind the scenes of the pip install command.

Open questions

I remain a bit undecided on the best way to accomplish this. (This list goes in descending order of appeal for me.)