Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/realestate-com-au/dashmat
- Owner: realestate-com-au
- License: mit
- Created: 2015-12-10T05:36:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T01:35:47.000Z (over 8 years ago)
- Last Synced: 2024-09-30T20:09:14.844Z (3 months ago)
- Language: Python
- Homepage: http://dashmat.readthedocs.org/en/latest/
- Size: 493 KB
- Stars: 1
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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