Skip to main content

Extensible dashboard designed to display data from multiple sources.

Project description

Latest version Build status Documentation Status

Doodle-Dashboard is used to create little dashboards that display useful information from multiple sources, like Tweets from your favourite Twitterers, weather reports for your local area or breaking news.

https://raw.githubusercontent.com/SketchingDev/Doodle-Dashboard/master/docs/_static/flow-diagram.png

Requirements

Getting started

  1. Install package:

    $ pip install doodle-dashboard
  2. Create your dashboard’s configuration

  3. Start the dashboard:

    $ doodledashboard start <PATH TO CONFIGURATION>

Development

These steps assume that you’re using virtualenv.

  1. Clone the repository:

    $ git clone https://github.com/SketchingDev/Doodle-Dashboard.git
    $ cd doodle-dashboard
  2. Prepare project dependencies:

    $ make dev
    $ export PYTHONPATH=`pwd`
  3. See usage help:

    $ python doodledashboard/cli.py

ImportError: No module named

If you keep getting the ImportError when building the project check that you haven’t already installed the application via pip, otherwise you might be pulling in the doodle dashboard classes from your local pip packages.

Remove the library with:

$ sudo rm -rf /Library/Python/3.6/site-packages/doodledashboard/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doodle-dashboard-0.0.18.tar.gz (14.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page