pyinfra-docker-compose/README.rst

39 lines
639 B
ReStructuredText

pyinfra-docker-compose
======================
.. image:: https://img.shields.io/pypi/v/pyinfra
:alt: PyPI - Version
A pyinfra module to install the Docker Compose plugin.
**Table of Contents**
- `Installation <#installation>`_
- `Usage <#usage>`_
- `License <#license>`_
Installation
------------
.. code-block:: shell
pip install pyinfra-docker-compose
Usage
-----
.. code-block:: python
from pyinfra_docker_compose import deploy_docker_compose
deploy_docker_compose()
License
-------
``pyinfra-docker-compose`` is distributed under the terms of the `MIT`_ license.
.. _MIT: https://spdx.org/licenses/MIT.html