Metadata-Version: 2.0
Name: sparse
Version: 0.3.0
Summary: Sparse n-dimensional arrays
Home-page: http://github.com/pydata/sparse/
Author: Hameer Abbasi
Author-email: hameerabbasi@yahoo.com
License: BSD
Description-Content-Type: UNKNOWN
Keywords: sparse,numpy,scipy,dask
Platform: UNKNOWN
Requires-Dist: numpy (>=1.13)
Requires-Dist: scipy (>=0.19)
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: numpydoc; extra == 'docs'
Provides-Extra: tests
Requires-Dist: tox; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: pytest-flake8; extra == 'tests'
Requires-Dist: packaging; extra == 'tests'

Sparse Multidimensional Arrays
==============================

|Build Status|

This library provides multi-dimensional sparse arrays.

* `Documentation <https://sparse.pydata.org/en/latest>`_
* `Contributing <https://github.com/pydata/sparse/blob/master/docs/contributing.rst>`_
* `Bug Reports/Feature Requests <https://github.com/pydata/sparse/issues>`_

.. |Build Status| image:: https://travis-ci.org/pydata/sparse.svg?branch=master
   :target: https://travis-ci.org/pydata/sparse


