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 details)

Uploaded Source

Built Distribution

stream2-0.0.3-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file stream2-0.0.3.tar.gz.

File metadata

  • Download URL: stream2-0.0.3.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for stream2-0.0.3.tar.gz
Algorithm Hash digest
SHA256 595fd0e86eb3f2d79899ef9b877e95c42a1085ac930edbf92835fb0040422c8f
MD5 fca22f7c732e42c38a94673c75873b0b
BLAKE2b-256 cdac0a8ed96f9f84c531a1539f35b4f3f3bdd81a80569914251635b32a7263e9

See more details on using hashes here.

File details

Details for the file stream2-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: stream2-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for stream2-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bd8da75dbebcfac2d82d9b37b3cc2fa76aa8b42ecce9604d96df59e35f7d380e
MD5 1357f3c3a1c489afb6e160a8a291cdbb
BLAKE2b-256 fec7b8cfd37b5e870363c3d22e94d47b4958e55a1eb9e61e635a747759e3ec7a

See more details on using hashes here.

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