Metadata-Version: 1.1
Name: Flask-APIBlueprint
Version: 1.0.0
Summary: Route inheritance for Flask Blueprints
Home-page: https://github.com/gwongz/flask-apiblueprint
Author: Grace Wong
Author-email: gwongz@gmail.com
License: BSD
Download-URL: https://github.com/gwongz/flask-apiblueprint/tarball/v1.0.0
Description: ==================
        Flask-APIBlueprint
        ==================
        Adds route inheritance support to Flask Blueprints.
        
        Setup
        -----
        
        You can install this package by using the pip tool:
            $ pip install Flask-APIBlueprint
        
        Using Flask-APIBlueprint
        ------------------------
        Documentation and a sample implementation can be found here:
        - http://flask-apiblueprint.readthedocs.org/en/latest/
        - https://github.com/gwongz/flask-apiblueprint
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
