Skip to content

Refactor pygwb_pipe to provide console scripts

Duncan Macleod requested to merge (removed):console-scripts into master

This MR migrates all of the scripts in pygwb_pipe to be console_scripts, which will make them much easier to distribute.

This is sort-of half baked; I've checked that it works in principle, but have not attempted any rigorous testing of anything. This is mainly a proof-of-concept.

Merge request reports