Metadata-Version: 1.1
Name: springboard
Version: 0.0.2
Summary: Springboard
Home-page: http://github.com/smn/springboard
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: Springboard
        ===========
        
        .. image:: https://travis-ci.org/smn/springboard.svg?branch=develop
            :target: https://travis-ci.org/smn/springboard
            :alt: Continuous Integration
        
        .. image:: https://coveralls.io/repos/smn/springboard/badge.png?branch=develop
            :target: https://coveralls.io/r/smn/springboard?branch=develop
            :alt: Code Coverage
        
        Make sure elasticsearch_ is running, then::
        
            $ git clone https://github.com/smn/springboard.git
            $ cd springboard
            $ virtualenv ve
            $ source ve/bin/activate
            (ve)$ pip install -e .
            (ve)$ springboard bootstrap -v
            (ve)$ pserve development.ini --reload
        
        
        .. _elasticsearch: http://www.elasticsearch.org
        
Keywords: web
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
