Convert scripts to entry_points
Compare changes
Files
6
dqsegdb/tests/test_entry_points.py
0 → 100644
+ 43
− 0
This MR converts all of the scripts previously managed in bin/
into entry points constructed from code now managed as modules in the new dqsegdb.tools
subpackage.
Using entry points rather than scripts has a few advantages
noarch: python
conda package (niche benefit)This should have no impact on the functionality or usability of any of the current scripts.