Metadata-Version: 2.1
Name: yahist
Version: 1.0.0
Summary: Yet another histogram object with numpy and matplotlib
Home-page: https://github.com/aminnj/yahist
Author: Nick Amin
Author-email: amin.nj@gmail.com
License: BSD
Download-URL: https://github.com/aminnj/yahist/tarball/1.0.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scipy

## Yet another histogram

![Python application](https://github.com/aminnj/yahist/workflows/Python%20application/badge.svg)

### Overview

Yet another (simple) histogram (object)

### Examples

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/aminnj/yahist/master?filepath=examples%2Fbasic.ipynb)

### Installation / Usage

```bash
# until I put it on pypi
pip install git+git://github.com/aminnj/yahist.git#egg=yahist -U
```

### TODO

* Fix pypi deploying


