py-stepchain


Namepy-stepchain JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryComposable chain-of-steps orchestrator with context passing, logging, retries, and validation.
upload_time2025-08-31 11:56:00
maintainerNone
docs_urlNone
authorinderdevbhumi82-prog
requires_python>=3.10
licenseMIT
keywords chain contextmanager orchestration pipeline steps
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # StepChain 🪢

> **Composable step orchestrator for Python.**  
> Write clean, declarative pipelines for synchronous **and** asynchronous workflows — with retries, validation, logging, and hooks — all in a tiny, dependency-free package.

---

[![PyPI version](https://img.shields.io/pypi/v/py-stepchain.svg)](https://pypi.org/project/py-stepchain/)
[![Python versions](https://img.shields.io/pypi/pyversions/py-stepchain.svg)](https://pypi.org/project/py-stepchain/)
![License](https://img.shields.io/pypi/l/py-stepchain)
[![CI](https://github.com/inderdevbhumi82-prog/stepchain/actions/workflows/ci.yml/badge.svg)](https://github.com/inderdevbhumi82-prog/stepchain/actions/workflows/ci.yml)

---

📚 Docs: https://inderdevbhumi82-prog.github.io/stepchain/


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "py-stepchain",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "chain, contextmanager, orchestration, pipeline, steps",
    "author": "inderdevbhumi82-prog",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/60/2f/e6adb483713752c08d042002f55ee428285e8eee1ddb3b4833149f483677/py_stepchain-0.1.2.tar.gz",
    "platform": null,
    "description": "# StepChain \ud83e\udea2\n\n> **Composable step orchestrator for Python.**  \n> Write clean, declarative pipelines for synchronous **and** asynchronous workflows \u2014 with retries, validation, logging, and hooks \u2014 all in a tiny, dependency-free package.\n\n---\n\n[![PyPI version](https://img.shields.io/pypi/v/py-stepchain.svg)](https://pypi.org/project/py-stepchain/)\n[![Python versions](https://img.shields.io/pypi/pyversions/py-stepchain.svg)](https://pypi.org/project/py-stepchain/)\n![License](https://img.shields.io/pypi/l/py-stepchain)\n[![CI](https://github.com/inderdevbhumi82-prog/stepchain/actions/workflows/ci.yml/badge.svg)](https://github.com/inderdevbhumi82-prog/stepchain/actions/workflows/ci.yml)\n\n---\n\n\ud83d\udcda Docs: https://inderdevbhumi82-prog.github.io/stepchain/\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Composable chain-of-steps orchestrator with context passing, logging, retries, and validation.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/inderdevbhumi82-prog/stepchain",
        "Issues": "https://github.com/inderdevbhumi82-prog/stepchain/issues"
    },
    "split_keywords": [
        "chain",
        " contextmanager",
        " orchestration",
        " pipeline",
        " steps"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af534f15fb8b46915fb9beb0240fccdebf41ca07b29d29b5b2e337d204ba2dce",
                "md5": "19d822b44bfa1555ef41f4cc269e2d64",
                "sha256": "eaf2a1731ceb4c5632ced70c4a69f9508546185b3b79aaa4482e2876f3a7019a"
            },
            "downloads": -1,
            "filename": "py_stepchain-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "19d822b44bfa1555ef41f4cc269e2d64",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 13096,
            "upload_time": "2025-08-31T11:55:59",
            "upload_time_iso_8601": "2025-08-31T11:55:59.038948Z",
            "url": "https://files.pythonhosted.org/packages/af/53/4f15fb8b46915fb9beb0240fccdebf41ca07b29d29b5b2e337d204ba2dce/py_stepchain-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "602fe6adb483713752c08d042002f55ee428285e8eee1ddb3b4833149f483677",
                "md5": "a04e21b170f4d2320aa58077946c1f80",
                "sha256": "fe3c173c1cd646a0185d7d28cc8db5f92cb38207ed79ecd9d9501064e39152ab"
            },
            "downloads": -1,
            "filename": "py_stepchain-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a04e21b170f4d2320aa58077946c1f80",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 14867,
            "upload_time": "2025-08-31T11:56:00",
            "upload_time_iso_8601": "2025-08-31T11:56:00.401213Z",
            "url": "https://files.pythonhosted.org/packages/60/2f/e6adb483713752c08d042002f55ee428285e8eee1ddb3b4833149f483677/py_stepchain-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-31 11:56:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inderdevbhumi82-prog",
    "github_project": "stepchain",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "py-stepchain"
}
        
Elapsed time: 1.77777s