Metadata-Version: 2.1
Name: dataspace
Version: 0.0.1
Summary: Data wrangling and visualization
Home-page: https://github.com/synw/dataspace
Author: synw
Author-email: synwe@yahoo.com
License: UNKNOWN
Download-URL: https://github.com/synw/dataspace/releases/tag/0.0.1
Description: # Dataspace
        
        Data wrangling and visualization
        
        ## Install
        
        ```
        pip install -r requirements.txt
        ```
        
        ## 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
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.7
Description-Content-Type: text/markdown
