Metadata-Version: 2.1
Name: dask-awkward
Version: 2023.1.0
Summary: Awkward Array meets Dask
Project-URL: Homepage, https://github.com/dask-contrib/dask-awkward
Project-URL: Bug Tracker, https://github.com/dask-contrib/dask-awkward/issues
Author-email: Doug Davis <ddavis@ddavis.io>, Martin Durant <mdurant@anaconda.com>
Maintainer-email: Doug Davis <ddavis@ddavis.io>, Martin Durant <mdurant@anaconda.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
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: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Requires-Dist: awkward>=2.0.0
Requires-Dist: dask>=2022.02.1
Provides-Extra: complete
Requires-Dist: aiohttp; extra == 'complete'
Requires-Dist: pyarrow; extra == 'complete'
Requires-Dist: pytest-cov>=3.0.0; extra == 'complete'
Requires-Dist: pytest>=6.0; extra == 'complete'
Requires-Dist: requests>=2.27.1; extra == 'complete'
Provides-Extra: docs
Requires-Dist: dask-sphinx-theme>=3.0.2; extra == 'docs'
Requires-Dist: pyarrow; extra == 'docs'
Requires-Dist: pytest-cov>=3.0.0; extra == 'docs'
Requires-Dist: pytest>=6.0; extra == 'docs'
Requires-Dist: requests>=2.27.1; extra == 'docs'
Requires-Dist: sphinx-design; extra == 'docs'
Provides-Extra: io
Requires-Dist: aiohttp; extra == 'io'
Requires-Dist: pyarrow; extra == 'io'
Provides-Extra: test
Requires-Dist: aiohttp; extra == 'test'
Requires-Dist: distributed; extra == 'test'
Requires-Dist: pyarrow; extra == 'test'
Requires-Dist: pytest-cov>=3.0.0; extra == 'test'
Requires-Dist: pytest>=6.0; extra == 'test'
Requires-Dist: requests>=2.27.1; extra == 'test'
Description-Content-Type: text/markdown

dask-awkward
============

> Connecting [awkward-array](https://awkward-array.org) and
[Dask](https://dask.org/).

[![Tests](https://github.com/dask-contrib/dask-awkward/actions/workflows/pypi-tests.yml/badge.svg)](https://github.com/dask-contrib/dask-awkward/actions/workflows/pypi-tests.yml)
[![Tests](https://github.com/dask-contrib/dask-awkward/actions/workflows/conda-tests.yml/badge.svg)](https://github.com/dask-contrib/dask-awkward/actions/workflows/conda-tests.yml)
[![Documentation Status](https://readthedocs.org/projects/dask-awkward/badge/?version=latest)](https://dask-awkward.readthedocs.io/en/latest/?badge=latest)
[![Coverage](https://codecov.io/gh/dask-contrib/dask-awkward/branch/main/graph/badge.svg)](https://codecov.io/gh/dask-contrib/dask-awkward/branch/main)
[![PyPI](https://img.shields.io/pypi/v/dask-awkward?color=blue)](https://pypi.org/project/dask-awkward)
[![Conda Forge](https://img.shields.io/conda/vn/conda-forge/dask-awkward.svg?colorB=486b87&style=flat)](https://anaconda.org/conda-forge/dask-awkward)

Installing
----------

Releases are currently available from PyPI. We will have conda-forge
releases soon!

```
pip install dask-awkward
```

Documentation
-------------

Documentation is hosted at
[https://dask-awkward.readthedocs.io/](https://dask-awkward.readthedocs.io/en/latest/index.html).
