Metadata-Version: 2.1
Name: dockerflow
Version: 2019.5.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
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment :: Mozilla
Classifier: Framework :: Django
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Provides-Extra: django
Requires-Dist: django ; extra == 'django'
Provides-Extra: flask
Requires-Dist: flask ; extra == 'flask'
Requires-Dist: blinker ; extra == 'flask'

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://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.


