Some Python utilities common to a lot of my packages and repositories (perhaps most notably FIREstudio and, in part, Firefly).
If you use any part of this code for direct calculation please put a nice thank you in your acknowledgements ("Some of the calculations presented in this work rely on public code developed by Alex Gurvich, available at github.com/agurvich/abg_python" or something like that). If you use it as a dependency for something else I've built, acknowledge that codebase instead (e.g. FIRE studio or Firefly).
abg_python
is available from PyPi by
pip install abg_python
or you can build the source yourself by cloning this repository and, from the top level directory, executing
pip install -e .