https://github.com/mansueto-institute/kblock/tree/main/kblock
Place all functions into a python module file.
Explore whether converting batch_*.py scripts to CLIs using click (instead of argparse) makes sense
Standardize the arguments for the CLIs
Generalize tests to confirm all countries in input list have associated files
Add argument to skip countries with output files that already exist
Lint everything consistently (pep8)
https://github.com/mansueto-institute/kblock/tree/main/kblock
Place all functions into a python module file.
Explore whether converting
batch_*.pyscripts to CLIs usingclick(instead ofargparse) makes senseStandardize the arguments for the CLIs
Generalize tests to confirm all countries in input list have associated files
Add argument to skip countries with output files that already exist
Lint everything consistently (pep8)