Giter Site home page Giter Site logo

jbenden / deployer Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 136 KB

Anywhere Local+CI+CD Made Easy!

License: Other

Python 99.51% Batchfile 0.49%
ci continuous-integration continuous-deployment continuous-delivery continuous-testing scripting pipeline pipeline-processor pipelines-yaml yaml

deployer's Introduction

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

deployer's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.