Metadata-Version: 1.1
Name: Flask-Docker
Version: 0.2.0
Summary: Using Docker client in your Flask application.
Home-page: https://github.com/tonyseek/flask-docker
Author: Jiangge Zhang
Author-email: tonyseek@gmail.com
License: MIT
Description: Flask-Docker
        ============
        
        Flask-Docker is an extension for Flask_ that integrates Docker_ client into
        your application. It is based on the official client docker-py_.
        
        .. _Flask: http://flask.pocoo.org
        .. _Docker: https://www.docker.com
        .. _docker-py: https://github.com/docker/docker-py#readme
        
        The document is in ReadTheDocs_.
        
        .. _ReadTheDocs: https://flask-docker.readthedocs.org
        
        
        Installation
        ------------
        
        ::
        
            pip install Flask-Docker
        
        
        Issues
        ------
        
        If you want to report bugs or request features, please create issues on
        `GitHub Issues <https://github.com/tonyseek/flask-docker/issues>`_.
        
        
        Contributes
        -----------
        
        You can send a pull reueqst on
        `GitHub <https://github.com/tonyseek/flask-docker/pulls>`_.
        
        
        
        .. |Build Status| image:: https://img.shields.io/travis/tonyseek/flask-docker.svg?style=flat
           :target: https://travis-ci.org/tonyseek/flask-docker
           :alt: Build Status
        .. |Coverage Status| image:: https://img.shields.io/coveralls/tonyseek/flask-docker.svg?style=flat
           :target: https://coveralls.io/r/tonyseek/flask-docker
           :alt: Coverage Status
        .. |Wheel Status| image:: https://img.shields.io/pypi/wheel/Flask-Docker.svg?style=flat
           :target: https://warehouse.python.org/project/Flask-Docker
           :alt: Wheel Status
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/Flask-Docker.svg?style=flat
           :target: https://pypi.python.org/pypi/Flask-Docker
           :alt: PyPI Version
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
