Metadata-Version: 2.1
Name: dataspace
Version: 0.0.5
Summary: Data wrangling and visualization
Home-page: https://github.com/synw/dataspace
Download-URL: https://github.com/synw/dataspace/releases/tag/0.0.5
Author: synw
Author-email: synwe@yahoo.com
License: UNKNOWN
Keywords: data_visualization,data_exploration,charts
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: altair
Requires-Dist: holoviews

# Dataspace

[![pub package](https://img.shields.io/pypi/v/dataspace)](https://pypi.org/project/dataspace/) [![Documentation Status](https://readthedocs.org/projects/dataspace/badge/?version=latest)](https://dataspace.readthedocs.io/en/latest/?badge=latest)

Data wrangling and visualization. Check the [documentation](https://dataspace.readthedocs.io/en/latest/)

## Install

```
pip install dataspace
```

## Example notebooks

Example notebooks are available: https://github.com/synw/dataspace_notebooks

## Build the documentation

Install the requirements:

```
pip install sphinx sphinx_rtd_theme recommonmark
```

Build

```
cd docs
make html
```

Open *docs/_build/html/index.html* in a browser to read the docs

