dataspectra

Creates interactive web visualizations


License
MIT
Install
pip install dataspectra==0.3.5

Documentation

Dataspectra

A python package to create interactive web visualizations.

Requirements:

  • Python2.7

Installation

$ pip install virtualenv
$ virtualenv ~/virtualenv/ds
$ source ~/virtualenv/ds/bin/activate
$ pip install dataspectra

Development Notes

Testing on your local computer without deploying

  • In order to test new functions you will need Google Cloud SDK
  • Test using dev_appserver.py --clear_datastore=yes app.yaml in the sample output.
  • Your website will now be visible on localhost:8080
  • Upload a sample subset of your data with
  • Once your code looks good. You can copy it to the source code in aefiles.
  • For running a quick test, use:
$ dataspectra develop

Updating the documentation

  • Written in Sphinx
  • Run the following in the docs directory.
$ make html
  • If using Microsoft Visual Studio, can preview by Command-Shift-R.

Developing the package

$ python setup.py develop

Uploading package to pypi

$ python setup.py sdist upload