Skip to content

A Python library for seamless function orchestration

License

Notifications You must be signed in to change notification settings

MrDataPsycho/neopipe

Repository files navigation

neopipe Logo


neopipe

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.

Key Features:

  • 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)

Installation

$ pip install neopipe

Usage

Contributing

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.

License

neopipe was created by MrDataPsycho. It is licensed under the terms of the MIT license.

Credits

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)