abg-python 1.1.5


pip install abg-python

  Latest version

Released: Jan 28, 2024


Meta
Author: Alex Gurvich
Requires Python: >=3.6

Classifiers

Programming Language
  • Python :: 3

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

abg_python

Build Status PyPI DOI

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).

Installation

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 .

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras: None
Dependencies:
scipy
numpy
h5py
pandas
matplotlib (>=3.5)