Metadata-Version: 1.1
Name: Flask-Nicely
Version: 0.1.0
Summary: Pretty Flask JSON responses for API building.
Home-page: http://github.com/jwpe/flask-nicely/
Author: Jonathan Evans
Author-email: jwpevans@gmail.com
License: BSD
Description: 
        Flask-Nicely consists of a simple decorator with which to wrap Flask
        functions that return data in order to turn them into pretty, consistent
        JSON responses. It also provides several built in HTTP exceptions which can
        be raised in a Flask function in order to return the corresponding HTTP
        error response.
        
        Docs can be found at http://flask-nicely.readthedocs.org/
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
