Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozilla-services/python-dockerflow

A Python package to implement tools and helpers for Mozilla Dockerflow
https://github.com/mozilla-services/python-dockerflow

Last synced: about 2 months ago
JSON representation

A Python package to implement tools and helpers for Mozilla Dockerflow

Awesome Lists containing this project

README

        

Python Dockerflow
=================

This package implements a few helpers and tools for Mozilla's
`Dockerflow pattern `_.
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://github.com/mozilla-services/python-dockerflow/workflows/Test/badge.svg
:target: https://github.com/mozilla-services/python-dockerflow/actions
:alt: GitHub Actions

.. image:: https://codecov.io/github/mozilla-services/python-dockerflow/coverage.svg?branch=main
:alt: Codecov
:target: https://codecov.io/github/mozilla-services/python-dockerflow?branch=main

.. 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-YYYY.M.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 `_
to open tickets if you have issues or questions about python-dockerflow.