Skip to main content

A small simple Stream API-like wrapper.

Project description

Streamer

Simple package that provides a simple way to interact with iterable objects in more fluent way.

Example:

from streamer import stream

stream([1, 2, 3, 4]) \
    .map(lambda x: x ** 2) \
    .take()

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

pyperstream-0.2.tar.gz (3.3 kB view hashes)

Uploaded Source

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