Skip to content

IlyasYOY/python-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple lazy python Stream API-like wrapper.

Topics

Resources

License

Stars

Watchers

Forks

Languages