<div align="center">
<img src="https://github.com/user-attachments/assets/37c0d68d-c6d1-4e3b-a01e-d231c8ff36b6" alt="">
</div>
# apipeline
[](https://pypi.org/project/apipeline/)
<a href="https://app.commanddash.io/agent/github_ai-bot-pro_pipeline-py"><img src="https://img.shields.io/badge/AI-Code%20Agent-EB9FDA"></a>
> python --version >=3.10 with [asyncio-task](https://docs.python.org/3.11/library/asyncio-task.html)
## Installation
- local To install apipeline(pipeline-python):
```
git clone https://github.com/weedge/pipeline-py
# install
cd pipeline-py && pip install .
# develop install
cd pipeline-py && pip install -e .
```
- install pipeline-py from pypi:
```
pip install apipeline
```
## Design
see [docs/design.md](https://github.com/weedge/pipeline-py/tree/main/docs/design.md)
## Examples
see [examples](https://github.com/weedge/pipeline-py/tree/main/examples)
## Acknowledge
1. borrowed a lot of code from [pipecat](https://github.com/pipecat-ai/pipecat.git)
Raw data
{
"_id": null,
"home_page": "https://github.com/weedge/pipeline-py",
"name": "apipeline",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "pipeline, asyncio",
"author": "weedge",
"author_email": "weege007@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c6/e2/b660901cd7d66c7e7e0c668a6acd0249a392e3c2103a8d751fd1264a8416/apipeline-0.2.7.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n <img src=\"https://github.com/user-attachments/assets/37c0d68d-c6d1-4e3b-a01e-d231c8ff36b6\" alt=\"\">\n</div>\n\n# apipeline\n[](https://pypi.org/project/apipeline/)\n<a href=\"https://app.commanddash.io/agent/github_ai-bot-pro_pipeline-py\"><img src=\"https://img.shields.io/badge/AI-Code%20Agent-EB9FDA\"></a>\n\n> python --version >=3.10 with [asyncio-task](https://docs.python.org/3.11/library/asyncio-task.html)\n\n## Installation\n- local To install apipeline(pipeline-python):\n```\ngit clone https://github.com/weedge/pipeline-py\n# install\ncd pipeline-py && pip install .\n# develop install\ncd pipeline-py && pip install -e .\n```\n- install pipeline-py from pypi:\n```\npip install apipeline\n```\n\n## Design\nsee [docs/design.md](https://github.com/weedge/pipeline-py/tree/main/docs/design.md)\n\n\n## Examples\nsee [examples](https://github.com/weedge/pipeline-py/tree/main/examples)\n\n\n## Acknowledge\n1. borrowed a lot of code from [pipecat](https://github.com/pipecat-ai/pipecat.git)\n",
"bugtrack_url": null,
"license": "BSD 3-Clause",
"summary": "Python pipeline with asyncio support",
"version": "0.2.7",
"project_urls": {
"Changes": "https://github.com/weedge/pipeline-py/releases",
"Code": "https://github.com/weedge/pipeline-py",
"Homepage": "https://github.com/weedge/pipeline-py",
"Issue tracker": "https://github.com/weedge/pipeline-py/issues"
},
"split_keywords": [
"pipeline",
" asyncio"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "99a78eca3fa210d38735d802a9bb3d71b9b9321fd5c4cf25764c67538d1b1a2e",
"md5": "7690be28979bb144d447ca0a7e91fe72",
"sha256": "9c2217cdc6cdf055f08355f9cd85c0cea967c72a67cb4ae074cb7b5ca0e04895"
},
"downloads": -1,
"filename": "apipeline-0.2.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7690be28979bb144d447ca0a7e91fe72",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 35807,
"upload_time": "2025-10-21T07:28:11",
"upload_time_iso_8601": "2025-10-21T07:28:11.052708Z",
"url": "https://files.pythonhosted.org/packages/99/a7/8eca3fa210d38735d802a9bb3d71b9b9321fd5c4cf25764c67538d1b1a2e/apipeline-0.2.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c6e2b660901cd7d66c7e7e0c668a6acd0249a392e3c2103a8d751fd1264a8416",
"md5": "7dc2e89b5bc76f2ccee379b0b8ce592a",
"sha256": "84dc41baa244c7a20b967d8fcfa34118c2606676a7ec20d24c7e04c1de64891c"
},
"downloads": -1,
"filename": "apipeline-0.2.7.tar.gz",
"has_sig": false,
"md5_digest": "7dc2e89b5bc76f2ccee379b0b8ce592a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 29670,
"upload_time": "2025-10-21T07:28:12",
"upload_time_iso_8601": "2025-10-21T07:28:12.957745Z",
"url": "https://files.pythonhosted.org/packages/c6/e2/b660901cd7d66c7e7e0c668a6acd0249a392e3c2103a8d751fd1264a8416/apipeline-0.2.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-21 07:28:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "weedge",
"github_project": "pipeline-py",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pydantic",
"specs": [
[
">=",
"2.8.2"
]
]
}
],
"lcname": "apipeline"
}