Skip to main content

A sequence of elements supporting sequential operations.

Project description

stream2

A sequence of elements supporting sequential operations.

Example:

from stream2 import Uni

def test01(name: str):
    Uni.CreateItem().item(name) \
        .on_item().transform(lambda x: x[::-1]) \
        .subscribe(lambda x: print(x))

if __name__ == '__main__':
    test01('abc')

# >>> cba 

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

stream2-0.0.3.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

stream2-0.0.3-py3-none-any.whl (4.1 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