Name | workflows-manager JSON |
Version |
0.3.0
JSON |
| download |
home_page | None |
Summary | Python CLI application that allows to run custom workflows. |
upload_time | 2024-12-07 00:49:07 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT License Copyright (c) 2024 Dmytro Leshchenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
action
manager
pipeline
pipelines
step
workflow
workflows
workflows-manager
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Workflows Manager
<!-- [START BADGES] -->
<!-- Please keep comment here to allow auto update -->
[![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.3.0](https://img.shields.io/badge/TestPyPi-0.3.0-brightgreen.svg?style=for-the-badge)](https://test.pypi.org/project/workflows-manager/)
[![PyPi 0.3.0](https://img.shields.io/badge/PyPi-0.3.0-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?style=for-the-badge&logo=docker&color=%232496ED)](https://hub.docker.com/repository/docker/dl1998/workflows-manager)
<!-- [END BADGES] -->
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 <path_to_workflows_configuration> run <workflow_name>
```
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.
Raw data
{
"_id": null,
"home_page": null,
"name": "workflows-manager",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Dmytro Leshchenko <dima.leschenko1998@gmail.com>",
"keywords": "action, manager, pipeline, pipelines, step, workflow, workflows, workflows-manager",
"author": null,
"author_email": "Dmytro Leshchenko <dima.leschenko1998@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f2/40/48bf8831a93af1e655e32cdc5881738d4ea2b402de4ef0a73fd630ddbfe2/workflows_manager-0.3.0.tar.gz",
"platform": null,
"description": "# Workflows Manager\n\n<!-- [START BADGES] -->\n<!-- Please keep comment here to allow auto update -->\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&logo=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.3.0](https://img.shields.io/badge/TestPyPi-0.3.0-brightgreen.svg?style=for-the-badge)](https://test.pypi.org/project/workflows-manager/)\n[![PyPi 0.3.0](https://img.shields.io/badge/PyPi-0.3.0-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?style=for-the-badge&logo=docker&color=%232496ED)](https://hub.docker.com/repository/docker/dl1998/workflows-manager)\n<!-- [END BADGES] -->\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 <path_to_workflows_configuration> run <workflow_name>\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",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Dmytro Leshchenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Python CLI application that allows to run custom workflows.",
"version": "0.3.0",
"project_urls": {
"Documentation": "https://dl1998.github.io/workflows-manager",
"Issues": "https://github.com/dl1998/workflows-manager/issues",
"Repository": "https://github.com/dl1998/workflows-manager.git"
},
"split_keywords": [
"action",
" manager",
" pipeline",
" pipelines",
" step",
" workflow",
" workflows",
" workflows-manager"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d58a46aaf03f28169af218273c6646825a5216fd705a646e22de582822e03d1d",
"md5": "90bc7dc04b850f897a5c7943c8a61814",
"sha256": "30d06081cb36ecb1e2e50de863b8dcd117e1ae3e1a1024ca2c0512ca70ad7056"
},
"downloads": -1,
"filename": "workflows_manager-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "90bc7dc04b850f897a5c7943c8a61814",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 21675,
"upload_time": "2024-12-07T00:49:05",
"upload_time_iso_8601": "2024-12-07T00:49:05.696689Z",
"url": "https://files.pythonhosted.org/packages/d5/8a/46aaf03f28169af218273c6646825a5216fd705a646e22de582822e03d1d/workflows_manager-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f24048bf8831a93af1e655e32cdc5881738d4ea2b402de4ef0a73fd630ddbfe2",
"md5": "7c522b41465ae2ceb9b8039f392c2448",
"sha256": "3ccebf6e80ff192479db9e60a5032ec15250720846b3bd292e6df29c12db2d29"
},
"downloads": -1,
"filename": "workflows_manager-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "7c522b41465ae2ceb9b8039f392c2448",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 20251,
"upload_time": "2024-12-07T00:49:07",
"upload_time_iso_8601": "2024-12-07T00:49:07.604174Z",
"url": "https://files.pythonhosted.org/packages/f2/40/48bf8831a93af1e655e32cdc5881738d4ea2b402de4ef0a73fd630ddbfe2/workflows_manager-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-07 00:49:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dl1998",
"github_project": "workflows-manager",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "workflows-manager"
}