Skip to content

Vishnu-Kandati/pypes-and-filters

 
 

Repository files navigation

Pypes and Filters

Build Status

Pypes and Filters is a package for implementing the pipes and filters architectural pattern.

Install

It is recommended to run Pypes and Filters in a conda environment. For instructions on how to install conda go to this link: https://docs.anaconda.com/anaconda/install/

With conda installed, run these commands to create a new conda environment and download and install Pypes and Filters:

git clone https://github.com/chiefsan/pypes-and-filters.git
cd pypes-and-filters
conda env create
conda activate pypes-and-filters-env
pip install .

Use Pypes and Filters without conda

git clone https://github.com/chiefsan/pypes-and-filters.git
cd pypes-and-filters
pip install .

UML Diagram

uml

About

Pipes and filters in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%