Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.05 KB

apipeline

PyPI

python --version >=3.10 with asyncio-task

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

Examples

see examples

Acknowledge

  1. borrowed a lot of code from pipecat