SSPipe

SSPipe

  • GitHub

SSPipeSimple Smart Pipe for Python

Try It Out
Find Out More
Feedback / Ask Question

Increase Productivity

Don't waste time on navigating along expressions to fix mismatched parentheses.
Just start from initial data and append transformations, one after another.

Increase Readability

code.reading() | from_left_to_right() | is('easy')
but is(from_right_to_left(code.reading()), 'hard')

Try it Out