Skip to main content

A Python library to apply successive operations on your data

Project description

pln is a Python library to apply successive operations on your data:

data = Pipeline("pipeline")                               # "pipeline"
result = data >> select_consonants >> set >> join_chars
print result.value                                        # "pln"

Project details


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