arpitjain799 / hdrpy

Numpy-based implementation of HDR histograms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Numpy-based implementation of HDR histograms

License:Apache License 2.0


Languages

Language:Python 100.0%