pypyr

Pypyr

pypyr is an open source automation engine to run pipelines defined in yaml. It supports native python execution and pluggable steps to integrate with any API or service.
pypyr image
automation pipeline yaml python

Pypyr: Open Source Automation Engine

Pypyr is an open source automation engine to run pipelines defined in yaml. It supports native python execution and pluggable steps to integrate with any API or service.

What is Pypyr?

pypyr is an open source python automation engine designed to chain together sequential tasks to automate business processes. It allows developers, devops engineers, and sys admins to define pipelines in simple yaml syntax and executes the tasks either natively in python or by integrating with any other API or service.

Key features of pypyr include:

  • Easy yaml syntax to define steps in a pipeline
  • Supports native python code execution
  • Pluggable steps integrate with any API or service
  • Sensible defaults require less yaml boilerplate
  • Control structures like if/else
  • Loops
  • Jinja2 templating support
  • Context passing between pipeline steps
  • Easy to get started for basic scripts
  • Scalable for complex enterprise grade automation
  • Active open source community

pypyr runs on Linux, Mac and Windows. It can execute pipelines locally or remotely over ssh. Built-in integrations with services like AWS, Azure, GCP, Slack, Jira, Git and more. Or plug in your own custom API and service modules.

Typical use cases include:

  • CI/CD pipelines
  • Deployment automation
  • Business process workflows
  • Extract Transform Load scripts
  • Automated testing pipelines
  • Infrastructure provisioning
  • Chatops integrations

Pypyr Features

Features

  1. YAML-defined pipelines
  2. Pluggable steps to integrate APIs/services
  3. Python execution
  4. CLI and API access
  5. Async pipelines
  6. Retry logic
  7. Context passing
  8. Logging

Pricing

  • Open Source

Pros

Lightweight and simple

Extensible and customizable

Active open source community

Good documentation

Cons

Limited built-in functionality

Steeper learning curve than GUI tools

Not ideal for non-developers


The Best Pypyr Alternatives

Top Development and Automation and other similar apps like Pypyr


Jenkins icon

Jenkins

Jenkins is an open source automation server that enables developers around the world to reliably build, test, and deploy their software. It provides continuous integration and continuous delivery capabilities out of the box with hundreds of plugins to support building, deploying, and automating any project.Jenkins can be used as a...
Jenkins image
Tasker icon

Tasker

Tasker is an extremely versatile and powerful Android automation app developed by Crafty Apps. It allows users to create customized tasks that automatically perform specified actions based on various triggers such as time, date, location, event, gesture, and more.With Tasker, you can fully automate many functions on your Android device....
Tasker image
AutoIt icon

AutoIt

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages.AutoIt was initially designed for PC "roll...
AutoIt image
CMake icon

CMake

CMake is an open-source, cross-platform tool designed to build, test, and package software. It works by generating native makefiles and workspaces that can be used in the compiler environment of your choice.Some key features and benefits of CMake include:Compiler-independent build processes - CMake abstracts away compiler differences and allows you...
CMake image
GNU Make icon

GNU Make

GNU Make is a build automation and compilation management tool that was created in 1976 and is now maintained by the GNU Project. It automates the process of building executable programs and libraries from source code using a file called a Makefile which specifies how the project is compiled.Makefiles contain...
GNU Make image
Gulp.js icon

Gulp.js

Gulp.js is an open-source JavaScript task runner and build automation tool created in 2013. It allows web developers to automate mundane, repetitive tasks such as:Minifying and concatenating JavaScript, CSS, HTML filesRefreshing the browser automatically whenever a file changesUsing preprocessors like Sass, Less and CoffeeScriptOptimizing imagesRunning unit testsLinting code for errorsAnd...
Gulp.js image
Grunt icon

Grunt

Grunt is an open-source JavaScript task runner that allows web developers to automate repetitive tasks like minification, compilation, unit testing, and linting. It helps streamline front-end web development workflows and increase productivity.Some key features of Grunt include:Auto-compilation of SASS/LESS files to CSSJS/CSS minification and concatenationCode linting with JSHint and JSCSUnit...
Grunt image
Maven icon

Maven

Maven is a software project management and build automation tool used primarily for Java projects. It handles dependencies, builds, tests, reporting, and packaging for Java code in an automated fashion.Some key features of Maven include:Dependency Management - Maven downloads Java libraries and dependencies your project needs so you don't have...
Maven image
SCons icon

SCons

SCons is an open source software construction tool that can be used as an alternative to Make. It is used to build software applications and libraries from source code. Some key things about SCons:Written in Python and uses Python scripts for its configuration files, making SCons highly customizable and easy...
SCons image
Gradle icon

Gradle

Gradle is an open-source build automation tool focused on flexibility and performance. It builds upon the features of Apache Ant and Apache Maven, while providing a more flexible way to declare build logic through a Groovy-based domain-specific language (DSL), avoiding XML configuration.Some key features and advantages of Gradle include:Build scripts...
Gradle image
Buildbot icon

Buildbot

Buildbot is an open-source continuous integration and continuous delivery application that allows software development teams to automate the build, test, and release processes. It provides a customizable workflow engine that allows you to define your build steps, run tests, generate reports, and integrate with version control systems.Some key features of...
Buildbot image