A Python library for seamless function orchestration, inspired by Rust and scikit-learn pipelines. Designed to streamline workflow management in microservices and AI-powered applications.
- Pythonic implementation
- Efficient function pipelining
- Inspired by Rust's approach to data flow
- Tailored for microservices architecture
- Simplify orchestration of small API driven function (OpenAI, Claudi, other 3rd party API)
$ pip install neopipe
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
neopipe
was created by MrDataPsycho. It is licensed under the terms of the MIT license.
neopipe
was initially built using cookiecutter
. But later found some draw back and later adjusted to use Hatch as backend wtith Hatch
tool set, which also remove third party python dependency manager from the project.
Modifications include:
- Hatchling build system
- MkDocs for documentation (TODO)