pypyr icon
pypyr icon

pypyr

 1 like

pypyr is an open source task-runner for automation pipelines. pypyr lets you script sequential tasks in a simple yaml format with conditional execution, loops, error handling and retries for any step in your pipeline.

pypyr screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
  • Self-Hosted
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Continuous Integration
  2.  Task Automation
  3.  Workflow Automation
  4.  Continuous Deployment

 Tags

pypyr News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

  • POX added pypyr as alternative to Werk
    5 months ago
  • POX updated pypyr
    7 months ago
  • App icon
    POX added pypyr as alternative to LazFuck
    9 months ago
  • App icon
    POX added pypyr as alternative to Smelt
    11 months ago
Show all activities

pypyr information

  • Developed by

    Unknown
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    29 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOffice & ProductivityNetwork & Admin

GitHub repository

  •  626 Stars
  •  27 Forks
  •  16 Open Issues
  •   Updated Dec 19, 2023 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about pypyr, and it has gotten 1 likes

pypyr was added to AlternativeTo by yaythomas on Sep 16, 2020 and this page was last updated Nov 9, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is pypyr?

pypyr is an open source task-runner for automation pipelines. pypyr lets you script sequential tasks in a simple yaml format with conditional execution, loops, error handling and retries for any step in your pipeline. So you can avoid having to reinvent repetitive but tricky code to deal with error handling, retries and sequencing based on success or failure conditions every time you automate something.

Like a turbo-charged shell script, but less finicky. Less tricky than a makefile.

You can run loops, conditionally execute steps based on conditions you specify, wait for status changes before continuing, break on failure conditions or swallow errors at any step in the process you automate - without having to write code yourself.

Pretty useful for orchestrating continuous integration, continuous deployment (CI/CD) and devops operations.

pypyr runs as a simple CLI, or you can use it from your own code via the undemanding Python API.

Official Links