Building simple pipelines, simply.
Project description
lined
Building simple pipelines, simply.
Simply put,
>>> from lined import Pipeline
>>> p = Pipeline(sum, str)
>>> p([2, 3])
'5'
Obvious enough.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lined-0.0.4.tar.gz
(1.2 kB
view hashes)
Built Distribution
lined-0.0.4-py3-none-any.whl
(1.9 kB
view hashes)