mahmoud / glom

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
https://glom.readthedocs.io
Other
1.91k stars 63 forks source link

Pipe() -- Auto(tuple) for other modes #167

Closed kurtbrose closed 3 years ago

kurtbrose commented 4 years ago

the behavior of tuple is Auto mode is especially useful (execute specs one after the other)

consider Pipe as an explicit version of this behavior

(Pipe chosen because it is very short and sounds like "attach end-to-end"; other options: Chain, Pipeline, Series, Line, Tuple)

This is probably pretty uncontroversial

mahmoud commented 4 years ago

Yeah, Pipe's a fine name for this when we end up needing it.

kurtbrose commented 4 years ago

image pops up a lot with match mode -- having to flip back and forth

kurtbrose commented 3 years ago

this is in