Skip to content
/ Stream Public

Basic utility library and stream data processing

License

Notifications You must be signed in to change notification settings

ShivKJ/Stream

Repository files navigation

Philosophy

We, in day to day data handling, have to usually setup pipeline to process data, that can be transforming data, filtering it, processing it sequentially or concurrently, reducing it and so on. StreamAPI attempts to provide solution to such problem in clean and easy way and enforces readability.

Installing

Make sure that you use python3.8 or above,

pip install streamAPI -U