hdrpy

HDR histogram implementation based on numpy


Keywords
hdrpy, hdr, histogram, high, dynamic, range
License
Apache-2.0
Install
pip install hdrpy==0.3.2

Documentation

pypi-version pypi-python travis-build appveyor-build |pypi-license-apache|

hdrpy

hdrpy is a pure* Python implementation of HDR histograms. Compatible with Python 2.7 and Python 3.5+.

*: Well, if you not count numpy.

Technically, it can be considered a fork of hdrhistogram with C extension removed. The motivation for that was that deploying C-based Python extensions is a bit tough, when there's a lot of platforms involved.