Skip to content

adixsyukri/pysiphae

 
 

Repository files navigation

Dependencies ===========

  • python-devel
  • mysql-devel
  • cyrus-sasl-devel
  • openldap-devel
  • gcc-c++
  • python-virtualenv
  • npm
  • bower (sudo npm install -g bower)

Installation

virtualenv venv
cd venv
./bin/pip install git+https://github.com/koslab/pysiphae.git

Creating a dash plugin project

Initialize:

./bin/templer pysiphae mynamespace.myproject
cd mynamespace.myproject/
bash -e build.sh

Start development server:

./bin/pserve development.ini

Detail Documentation

http://pysiphae.readthedocs.io/en/latest/

About

A framework for developing and deploying dashboard applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.4%
  • JavaScript 19.8%
  • Makefile 7.9%
  • Batchfile 7.6%
  • CSS 4.1%
  • Shell 0.2%