Python Forum
free open-source automation task-runner project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
free open-source automation task-runner project
#3
(Sep-13-2020, 06:49 PM)jimy_byerley Wrote: It looks like systemd on linux, isn't it ?

hey, thanks for checking out the project, I much appreciate it!

haha, I can't quite tell if you mean "it looks like systemd" in the controversial sense because of all the hate systemd has gotten over the years. . . Big Grin

I personally wouldn't describe it as similar to systemd - systemd is just a way of creating & configuring run-time services on linux. . .

pypyr is a task-runner, so you can use yaml to define your own sequences of tasks with quite complex workflows. . . For examples, if boolean condition a then run this cmd, but don't run the other command, or jump to another sequences of steps. . . and with that you get automatic retries if you want. . .so you can model much more complex workflows or automation sequences than you would in systemd.

So for example, if you want to automate some tasks that reads values from a local .json value, do some manipulation of those values and then submit them to a web-server somewhere, you can use a task runner like pypyr to automate that without having to do all the repetitive/boring/boilerplate code you typically have to do for error handling and retry loops.
Daring_T likes this post
Reply


Messages In This Thread
RE: free open-source automation task-runner project - by yaythomas - Sep-16-2020, 09:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Open source RTS game Forward Only IlyaFaer 11 6,483 Aug-29-2022, 06:38 AM
Last Post: IlyaFaer
  Slack NLP : open source bhagvanarch 0 2,929 Dec-30-2018, 12:08 PM
Last Post: bhagvanarch
  Monte Carlo : Open source project bhagvanarch 0 2,650 Dec-29-2018, 11:28 AM
Last Post: bhagvanarch
  Camelot (Open source) - Extract tabular data from PDF! sidharthwadhwa 1 3,107 Oct-15-2018, 11:17 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020