Skip to main content

Abstract Stream

Project description

# AbsStream

AbsStream is abstract stream for string and list and tuple.

# Install

$ pip install absstream

# Usage

import absstream.stream import Stream

strm = Stream(‘text’)

while not strm.eof():

c = strm.get() print(c)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

absstream-1.0.6-py3-none-any.whl (3.6 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