Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dl1998/workflows-manager
Python CLI application that allows to run custom workflows.
https://github.com/dl1998/workflows-manager
action actions manager pipeline pipelines python python3 step steps workflow workflow-engine workflows workflows-manager
Last synced: 16 days ago
JSON representation
Python CLI application that allows to run custom workflows.
- Host: GitHub
- URL: https://github.com/dl1998/workflows-manager
- Owner: dl1998
- License: mit
- Created: 2024-10-31T22:33:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T23:10:24.000Z (about 2 months ago)
- Last Synced: 2025-01-16T05:56:07.492Z (22 days ago)
- Topics: action, actions, manager, pipeline, pipelines, python, python3, step, steps, workflow, workflow-engine, workflows, workflows-manager
- Language: Python
- Homepage:
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Workflows Manager
[![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)
[![Language](https://img.shields.io/badge/Language-Python-blue?style=for-the-badge&logo=python)](https://www.python.org/)
[![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg?style=for-the-badge)](https://github.com/dl1998/workflows-manager/pulls)
[![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/)
[![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/)
[![Coverage 99%](https://img.shields.io/badge/Coverage-99%25-green.svg?style=for-the-badge)](https://codecov.io/gh/dl1998/workflows-manager)
[![dl1998/workflows-manager](https://img.shields.io/badge/Docker-dl1998%2Fworkflows--manager-blue?style=for-the-badge&logo=docker&color=%232496ED)](https://hub.docker.com/repository/docker/dl1998/workflows-manager)Workflows manager is a tool that allows you to manage your workflows in a more efficient way. It provides a simple and
intuitive way to create a new workflow from the defined steps. You can create a new workflow by reusing the existing
steps or workflows.## Official Documentation
The official documentation is available on [GitHub Pages](https://dl1998.github.io/workflows-manager/).
## Installation
You can install workflows manager using pip. It is recommended to use pip together with virtual environment (venv).
```shell
python3 -m pip install workflows-manager
```## Usage
To run the workflows manager, you can use the following command:
```shell
workflows-manager -c run -w
```More options are available, you can check them using the following command:
```shell
workflows-manager --help
```Or, you can check [the official documentation](https://dl1998.github.io/workflows-manager/latest/setup/cli/) for more
information.