Metadata-Version: 2.1
Name: abg_python
Version: 1.1.4
Summary: shared python utilities for http://github.com/agurvich 's packages.
Home-page: https://github.com/agurvich/abg_python
Author: Alex Gurvich
Author-email: alex.b.gurvich@gmail.com
Project-URL: Bug Tracker, https://github.com/agurvich/abg_python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: h5py
Requires-Dist: pandas
Requires-Dist: matplotlib>=3.5

# abg_python

[![Build Status](https://travis-ci.com/agurvich/abg_python.svg?branch=master)](https://travis-ci.com/agurvich/abg_python)
[![PyPI](https://img.shields.io/pypi/v/abg_python)](https://pypi.org/project/abg_python)
[![DOI](https://zenodo.org/badge/132956776.svg)](https://zenodo.org/badge/latestdoi/132956776)

Some Python utilities common to a lot of my packages and repositories (perhaps most notably [FIREstudio](https://github.com/agurvich/FIRE_studio) and, in part, [Firefly](https://github.com/ageller/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
 ```bash
 pip install abg_python
 ```
 
 or you can build the source yourself by cloning this repository and, from the top level directory, executing
 ```bash
 pip install -e .
 ```
