jbenden / deployer

Anywhere Local+CI+CD Made Easy!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status

Local+CI+CD Made Easy!

  • Free software: Apache Software License 2.0

Features

  • Project strives for pipelines being similar in spirit to Ansible playbooks/roles.
  • Supports for both POSIX and Windows operating systems.
  • A wide range of Python versions are supported: 2.7, 3.4, 3.5, 3.6, 3.7, PyPy, and PyPy3.
  • Automatic schema validation; however, Jinja templating is not validated until run-time of the pipeline.
  • Pipeline stages (named group of tasks), including arbitrarily nested ones.
  • Matrix driven pipelines, including arbitrarily nested ones.
  • Command and Shell script execution; supporting inline, templated inline, and/or external tools.
    • Support for Bourne, Bash, CMD.EXE, and PowerShell 2.x or newer.
    • Support for automatic retry, on failures.
    • Support for silent output, unless Command/Shell fails.
  • Support for conditional task execution.
  • Environment variables.
  • Template variables.
  • Filter execution of tags and/or Matrix tags.
  • Support for recursive Jinj2 templating.
  • All execution times are tracked and reported; at all possible nested levels of the running pipeline.
  • Support for various logging levels

Installation

pip install deployer

Documentation

https://py-deployer.readthedocs.io/en/latest/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Anywhere Local+CI+CD Made Easy!

License:Other


Languages

Language:Python 99.5%Language:Batchfile 0.5%