{"id":21364817,"url":"https://github.com/dl1998/workflows-manager","last_synced_at":"2026-02-11T01:31:14.338Z","repository":{"id":261994056,"uuid":"881602160","full_name":"dl1998/workflows-manager","owner":"dl1998","description":"Python CLI application that allows to run custom workflows.","archived":false,"fork":false,"pushed_at":"2025-01-19T08:03:18.000Z","size":1147,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T02:58:06.072Z","etag":null,"topics":["action","actions","manager","pipeline","pipelines","python","python3","step","steps","workflow","workflow-engine","workflows","workflows-manager"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dl1998.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-31T22:33:08.000Z","updated_at":"2025-01-19T08:02:44.000Z","dependencies_parsed_at":"2024-11-25T02:18:49.800Z","dependency_job_id":"5f098fa2-4c26-4420-9fd6-4b5f04bccff3","html_url":"https://github.com/dl1998/workflows-manager","commit_stats":null,"previous_names":["dl1998/workflows-manager"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/dl1998/workflows-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl1998%2Fworkflows-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl1998%2Fworkflows-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl1998%2Fworkflows-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl1998%2Fworkflows-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dl1998","download_url":"https://codeload.github.com/dl1998/workflows-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl1998%2Fworkflows-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29324172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T00:34:26.354Z","status":"ssl_error","status_checked_at":"2026-02-11T00:34:09.494Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","actions","manager","pipeline","pipelines","python","python3","step","steps","workflow","workflow-engine","workflows","workflows-manager"],"created_at":"2024-11-22T07:07:45.969Z","updated_at":"2026-02-11T01:31:14.320Z","avatar_url":"https://github.com/dl1998.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workflows Manager\n\n\u003c!-- [START BADGES] --\u003e\n\u003c!-- Please keep comment here to allow auto update --\u003e\n[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://github.com/dl1998/workflows-manager/blob/main/LICENSE.md)\n[![Language](https://img.shields.io/badge/Language-Python-blue?style=for-the-badge\u0026logo=python)](https://www.python.org/)\n[![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg?style=for-the-badge)](https://github.com/dl1998/workflows-manager/pulls)\n[![TestPyPi 0.4.1](https://img.shields.io/badge/TestPyPi-0.4.1-brightgreen.svg?style=for-the-badge)](https://test.pypi.org/project/workflows-manager/)\n[![PyPi 0.4.1](https://img.shields.io/badge/PyPi-0.4.1-brightgreen.svg?style=for-the-badge)](https://pypi.org/project/workflows-manager/)\n[![Coverage 99%](https://img.shields.io/badge/Coverage-99%25-green.svg?style=for-the-badge)](https://codecov.io/gh/dl1998/workflows-manager)\n[![dl1998/workflows-manager](https://img.shields.io/badge/Docker-dl1998%2Fworkflows--manager-blue?style=for-the-badge\u0026logo=docker\u0026color=%232496ED)](https://hub.docker.com/repository/docker/dl1998/workflows-manager)\n\u003c!-- [END BADGES] --\u003e\n\nWorkflows manager is a tool that allows you to manage your workflows in a more efficient way. It provides a simple and\nintuitive way to create a new workflow from the defined steps. You can create a new workflow by reusing the existing\nsteps or workflows.\n\n## Official Documentation\n\nThe official documentation is available on [GitHub Pages](https://dl1998.github.io/workflows-manager/).\n\n## Installation\n\nYou can install workflows manager using pip. It is recommended to use pip together with virtual environment (venv).\n\n```shell\npython3 -m pip install workflows-manager\n```\n\n## Usage\n\nTo run the workflows manager, you can use the following command:\n\n```shell\nworkflows-manager -c \u003cpath_to_workflows_configuration\u003e run -w \u003cworkflow_name\u003e\n```\n\nMore options are available, you can check them using the following command:\n\n```shell\nworkflows-manager --help\n```\n\nOr, you can check [the official documentation](https://dl1998.github.io/workflows-manager/latest/setup/cli/) for more\ninformation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdl1998%2Fworkflows-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdl1998%2Fworkflows-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdl1998%2Fworkflows-manager/lists"}