Skip to main content

basics utility and stream processing functionality

Project description

How do I set up?

  • Make sure that you use python3.8 or above
  • Inside a virtualenv : pip3 install streamAPI -U
  • If you want to install globally: sudo -H pip3 install streamAPI -U
  • To run test: python -m unittest discover -s test/ -p '*_test.py' or make test

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamapi-2.6.1.tar.gz (23.3 kB view hashes)

Uploaded Source

Built Distribution

streamAPI-2.6.1-py3-none-any.whl (26.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page