Metadata-Version: 1.1
Name: morepath-sqlalchemy
Version: 0.1
Summary: Morepath SQLAlchemy Demo
Home-page: https://github.com/morepath/morepath_sqlalchemy
Author: Morepath developers
Author-email: morepath@googlegroups.com
License: BSD
Description: SQLAlchemy integration for Morepath
        ===================================
        
        Demonstrate SQLAlchemy integration with Morepath through more.transaction.
        
        See the `more.transaction documentation`_ to learn more about what is going
        on.
        
        .. _`more.transaction documentation`: https://github.com/morepath/more.transaction
        
        Installation
        ------------
        
        You can use pip in a virtual env::
        
          $ virtualenv env
          $ source env/bin/activate
          $ env/bin/pip install -e .
        
        Then to run the web server::
        
          $ env/bin/morepath_sqlalchemy
        
        You can now access the application through http://localhost:5000
        
        
        CHANGES
        *******
        
        0.1 (2016-07-01)
        ================
        
        - Initial public release.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
