Adding my scripts to tools/, currently works kinda like a mini-library. The idea was to find a way to quickly build Python scripts to modify things in the bundle, which is what things like iter_libraries and git_funcs provide. Good examples of what people can quickly build is ci_status, which automatically checks the latest CI run and to see if it passed, and docs_status which does the same for the RTD docs.
Adding my scripts to
tools/
, currently works kinda like a mini-library. The idea was to find a way to quickly build Python scripts to modify things in the bundle, which is what things likeiter_libraries
andgit_funcs
provide. Good examples of what people can quickly build isci_status
, which automatically checks the latest CI run and to see if it passed, anddocs_status
which does the same for the RTD docs.