Metadata-Version: 2.1
Name: sparse
Version: 0.4.0
Summary: Sparse n-dimensional arrays
Home-page: https://github.com/pydata/sparse/
Maintainer: Hameer Abbasi
Maintainer-email: hameerabbasi@yahoo.com
License: BSD 3-Clause License (Revised)
Project-URL: Documentation, https://sparse.pydata.org/
Project-URL: Source, https://github.com/pydata/sparse/
Project-URL: Tracker, https://github.com/pydata/sparse/issues
Keywords: sparse,numpy,scipy,dask
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Provides-Extra: tox
Provides-Extra: tests
Provides-Extra: bench
Provides-Extra: docs
Provides-Extra: all
Requires-Dist: numpy (>=1.13)
Requires-Dist: scipy (>=0.19)
Requires-Dist: numba (>=0.39)
Provides-Extra: all
Requires-Dist: pytest (>=3.5); extra == 'all'
Requires-Dist: pytest-flake8; extra == 'all'
Requires-Dist: pytest-cov; extra == 'all'
Requires-Dist: sphinx; extra == 'all'
Requires-Dist: sphinx-rtd-theme; extra == 'all'
Requires-Dist: releases; extra == 'all'
Requires-Dist: tox; extra == 'all'
Requires-Dist: asv; extra == 'all'
Provides-Extra: bench
Requires-Dist: asv; extra == 'bench'
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: releases; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest (>=3.5); extra == 'tests'
Requires-Dist: pytest-flake8; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Provides-Extra: tox
Requires-Dist: tox; extra == 'tox'

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

|Build Status| |Docs Status| |Coverage|

This library provides multi-dimensional sparse arrays.

* `Documentation <https://sparse.pydata.org/>`_
* `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
   :alt: Build status

.. |Docs Status| image:: https://readthedocs.org/projects/sparse-nd/badge/?version=latest
   :target: http://sparse.pydata.org/en/latest/?badge=latest
   :alt: Documentation Status

.. |Coverage| image:: https://codecov.io/gh/pydata/sparse/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/pydata/sparse
   :alt: Coverage Report


