Metadata-Version: 2.1
Name: sparsity
Version: 0.19.1
Summary: Sparse data processing toolbox
Home-page: https://github.com/datarevenue-berlin/sparsity
Author: Alan Hoeng
Author-email: alan.f.hoeng@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas (<=0.23.4,>=0.19.0)
Requires-Dist: scipy (>=0.18.1)
Requires-Dist: numpy (>=1.12.0)
Requires-Dist: s3fs (>=0.1.0)

# Sparsity
[![CircleCI](https://circleci.com/gh/datarevenue-berlin/sparsity.svg?style=svg)](https://circleci.com/gh/datarevenue-berlin/sparsity)
[![Codecov](https://img.shields.io/codecov/c/github/datarevenue-berlin/sparsity.svg)](https://codecov.io/gh/datarevenue-berlin/sparsity)

Sparse data processing toolbox. It builds on top of pandas and scipy to provide 
DataFrame-like API to work with sparse data. 

In combination with dask it provides support to execute complex operations on 
a concurrent/distributed level.

More information and examples can be found in the [documentation](https://sparsity.readthedocs.io).


## Installation
```
$ pip install sparsity
```

