Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realestate-com-au/dashmat

A dashboard framework written in Python
https://github.com/realestate-com-au/dashmat

Last synced: about 2 months ago
JSON representation

A dashboard framework written in Python

Awesome Lists containing this project

README

        

DashMat
=======

This is a dashboard framework written in Python.

Documentation can be found at http://dashmat.readthedocs.org

Installation
------------

To install dashmat, just create a virtualenv somewhere and:

.. code-block:: sh

$ pip install dashmat

Or if you're developing:

.. code-block:: sh

$ pip install -e .
$ pip install -e ".[tests]"

Then something like:

.. code-block:: sh

$ export DASHMAT_CONFIG=dashmat.yml.example
$ dashmat run_checks
$ dashmat serve