Skip to content

Did you want terminal piping in Python? No...? well...

Notifications You must be signed in to change notification settings

eddiebergman/daisy-pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

def square(x: int) -> int:
    return x ** 2
    
pipe = daisy.pipe | square | square
assert pipe(3) == 27

About

Did you want terminal piping in Python? No...? well...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages