Metadata-Version: 2.1
Name: dask-histogram
Version: 2022.11.0
Summary: Histogramming with Dask.
Project-URL: Homepage, https://github.com/dask-contrib/dask-histogram
Project-URL: Documentation, https://dask-histogram.readthedocs.io/
Project-URL: Bug Tracker, https://github.com/dask-contrib/dask-histogram/issues
Author-email: Doug Davis <ddavis@ddavis.io>
License-File: LICENSE
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Requires-Dist: boost-histogram>=1.3.2
Requires-Dist: dask>=2021.03.0
Provides-Extra: complete
Requires-Dist: dask-sphinx-theme>=3.0.2; extra == 'complete'
Requires-Dist: dask[dataframe]; extra == 'complete'
Requires-Dist: hist; extra == 'complete'
Requires-Dist: pytest; extra == 'complete'
Requires-Dist: sphinx>=4.0.0; extra == 'complete'
Provides-Extra: docs
Requires-Dist: dask-sphinx-theme>=3.0.2; extra == 'docs'
Requires-Dist: dask[dataframe]; extra == 'docs'
Requires-Dist: sphinx>=4.0.0; extra == 'docs'
Provides-Extra: test
Requires-Dist: dask[dataframe]; extra == 'test'
Requires-Dist: hist; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# dask-histogram

> Scale up histogramming with [Dask](https://dask.org).

[![Tests](https://github.com/dask-contrib/dask-histogram/actions/workflows/ci.yml/badge.svg)](https://github.com/dask-contrib/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/)
[![Conda Forge](https://img.shields.io/conda/vn/conda-forge/dask-histogram.svg?colorB=486b87&style=flat)](https://anaconda.org/conda-forge/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. Building on the foundation of boost-histogram, dask-histogram
adds support for lazy calculations on Dask collections.

See [the documentation](https://dask-histogram.readthedocs.io/) for
examples and the API reference.
