Metadata-Version: 1.1
Name: hdrpy
Version: 0.2.0
Summary: HDR histogram implementation based on numpy
Home-page: https://github.com/dmand/hdrpy
Author: Dmitri Pribysh
Author-email: dmand@yandex.ru
License: Apache 2.0
Description: 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 <https://github.com/HdrHistogram/HdrHistogram_py/>`__ 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.
        
        
Keywords: hdrpy,hdr,histogram,high dynamic range
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
