Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 4 hours ago
JSON representation
A Python package to implement tools and helpers for Mozilla Dockerflow
- Host: GitHub
- URL: https://github.com/mozilla-services/python-dockerflow
- Owner: mozilla-services
- License: mpl-2.0
- Created: 2016-11-14T13:13:19.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T16:48:36.000Z (4 months ago)
- Last Synced: 2024-12-29T23:35:56.578Z (7 days ago)
- Language: Python
- Homepage: https://python-dockerflow.readthedocs.io
- Size: 412 KB
- Stars: 38
- Watchers: 11
- Forks: 21
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome - mozilla-services/python-dockerflow - A Python package to implement tools and helpers for Mozilla Dockerflow (others)
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 VersioningInstallation
------------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.