Metadata-Version: 1.1
Name: bst.pygasus.demo
Version: 1.0.1
Summary: Demo web application build with bst.pygausus framework
Home-page: https://github.com/bielbienne/bst.pygasus.demo
Author: Steve Aschwanden
Author-email: steve.aschwanden@biel-bienne.ch
License: ZPL 2.1
Description: .. image:: https://travis-ci.org/bielbienne/bst.pygasus.demo.svg?branch=master
            :target: https://travis-ci.org/bielbienne/bst.pygasus.demo
        
        
        .. contents::
        
        Introduction
        ============
        
        This is a demonstration application and part of the 
        `Pygasus framework <https://github.com/bielbienne/bst.pygasus.core>`_, 
        a python persistance layer and provider of generic functionality 
        for ExtJs based (web) applications.
        
        This package demonstrates how the framework can be used and will be extended in the future.
        You can easily install it with buildout, as you can see in the installation instructions below.
        
        bst.pygasus and all corresponding submodules are licensed under the ZPL 2.1, see LICENSE.txt for details.
        
        
        Installation
        ============
        
        Run bootstrap and buildout:
        
        .. code:: bash
        
            $ python3.4 bootstrap.py
            $ ./bin/buildout
        
        Start the application:
        
        .. code:: bash
        
            $ ./bin/serve
            serving on http://0.0.0.0:8080
        
        
        About us
        ========
        We are the IT Services of Biel/Bienne, Switzerland.
        http://foss.biel-bienne.ch/blog/
        
        
        Changelog
        =========
        
        1.0.1 (2015-08-03)
        ------------------
        
        - adding pgp signature
        
        
        1.0 (2015-08-03)
        ----------------
        
        - Initial public release [steve84]
        
        
Keywords: pygasus web framework extjs
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
