Metadata-Version: 2.1
Name: dockerflow
Version: 2020.6.0
Summary: Python tools and helpers for Mozilla's Dockerflow
Home-page: https://github.com/mozilla-services/python-dockerflow
Author: Mozilla Foundation
Author-email: dev-webdev@lists.mozilla.org
License: MPL 2.0
Description: Python Dockerflow
        =================
        
        This package implements a few helpers and tools for Mozilla's
        `Dockerflow pattern <https://github.com/mozilla-services/Dockerflow>`_.
        The documentation can be found on `python-dockerflow.readthedocs.io`_
        
        .. _`python-dockerflow.readthedocs.io`: https://python-dockerflow.readthedocs.io/
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
            :target: https://github.com/ambv/black
        
        .. image:: https://travis-ci.org/mozilla-services/python-dockerflow.svg?branch=master
           :alt: Build Status
           :target: https://travis-ci.org/mozilla-services/python-dockerflow
        
        .. image:: https://codecov.io/github/mozilla-services/python-dockerflow/coverage.svg?branch=master
           :alt: Codecov
           :target: https://codecov.io/github/mozilla-services/python-dockerflow?branch=master
        
        .. image:: https://readthedocs.org/projects/python-dockerflow/badge/?version=latest
           :alt: Documentation Status
           :target: https://python-dockerflow.readthedocs.io/en/latest/?badge=latest
        
        .. image:: https://img.shields.io/badge/calver-YY.MM.PATCH-22bfda.svg
           :target: https://calver.org/
           :alt: CalVer - Timely Software Versioning
        
        Installation
        ------------
        
        Please install the package using your favorite package installer::
        
            pip install dockerflow
        
        Issues & questions
        ------------------
        
        See the `issue tracker on GitHub <https://github.com/mozilla-services/python-dockerflow/issues>`_
        to open tickets if you have issues or questions about python-dockerflow.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment :: Mozilla
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Description-Content-Type: text/x-rst
Provides-Extra: django
Provides-Extra: flask
Provides-Extra: sanic
