Metadata-Version: 1.1
Name: morepath_rest_dump_load
Version: 0.1
Summary: Morepath REST Demo
Home-page: https://github.com/morepath/morepath_rest_dump_load
Author: Morepath developers
Author-email: morepath@googlegroups.com
License: BSD
Description: Morepath RESTful HTTP API demo
        ==============================
        
        Show how to create a RESTful API server with Morepath using
        ``dump_json`` and ``load_json``.
        
        More information:
        
        http://blog.startifact.com/posts/better-rest-with-morepath-08.html
        
        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_rest
        
        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
