Metadata-Version: 1.1
Name: rbottle
Version: 0.1.0
Summary: Decorators to make REST easier in Bottle.
Home-page: https://github.com/Bystroushaak/rbottle
Author: Bystroushaak
Author-email: bystrousak@kitakitsune.org
License: MIT
Description: Introduction
        ============
        
        .. image:: https://badge.fury.io/py/rbottle.png
            :target: http://badge.fury.io/py/rbottle
        
        .. image:: https://pypip.in/d/rbottle/badge.png
                :target: https://crate.io/packages/rbottle?version=latest
        
        This package is used to make easier creating REST applications using
        `Bottle <http://bottlepy.org>`_ web framework.
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://rbottle.readthedocs.org/
Platform: UNKNOWN
Classifier: Framework :: Bottle
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
