Metadata-Version: 2.1
Name: dask-histogram
Version: 0.1.0
Summary: Histogramming with dask.
Home-page: UNKNOWN
Author: Doug Davis
Author-email: ddavis@ddavis.io
Maintainer: Doug Davis
Maintainer-email: ddavis@ddavis.io
License: BSD 3-clause
Description: # dask-histogram
        
        > Scale up histogramming with [Dask](https://dask.org).
        
        [![Tests](https://github.com/douglasdavis/dask-histogram/actions/workflows/ci.yml/badge.svg)](https://github.com/douglasdavis/dask-histogram/actions/workflows/ci.yml)
        [![Documentation Status](https://readthedocs.org/projects/dask-histogram/badge/?version=latest)](https://dask-histogram.readthedocs.io/en/latest/?badge=latest)
        [![PyPI version](https://img.shields.io/pypi/v/dask-histogram.svg?colorB=486b87&style=flat)](https://pypi.org/project/dask-histogram/)
        [![Python Version](https://img.shields.io/pypi/pyversions/dask-histogram)](https://pypi.org/project/dask-histogram/)
        
        The [boost-histogram](https://github.com/scikit-hep/boost-histogram)
        library provides a performant object oriented API for histogramming in
        Python. This library adds support for lazy calculations on Dask
        collections, built on the foundation of boost-histogram.
        
        **The library is still in development but welcomes testing.**
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: complete
