Metadata-Version: 2.0
Name: pln
Version: 0.0.2dev
Summary: A library to apply successive operations on your data.
Home-page: https://github.com/TaurusOlson/pln
Author: Taurus Olson
Author-email: taurusolson@gmail.com
License: 0.0.2
Platform: UNKNOWN

PLN
===

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"




