Lythonic – Compose Python functions into data-flow pipelines
I was thinking about something like this for years, few trys before this. Started this repo last year and I think I got something that usable now. Async framework, mix sync/async python functions, compose them into DAGs, run them, schedule them, persist data between steps or let it flow just in memory. GitHub: https://github.com/walnutgeek/lythonic Docs: https://walnutgeek.github.io/lythonic/ PyPI: pip install lythonic It is dataflow. So theoretically you can compose it with pure functions only. Lythonic requires annotations for params and returns…
What it does
In the maker’s words, at launch
I was thinking about something like this for years, few trys before this. Started this repo last year and I think I got something that usable now. Async framework, mix sync/async python functions, compose them into DAGs, run them, schedule them, persist data between steps or let it flow just in memory. GitHub: https://github.com/walnutgeek/lythonic Docs: https://walnutgeek.github.io/lythonic/ PyPI: pip install lythonic It is dataflow. So theoretically you can compose it with pure functions only. Lythonic requires annotations for params and returns to wire up outputs with inputs. All data saved in sqlite as json for now, and it would work for some amount of data ok. You may use it as task flow keeping params and returns empty and maintaining all data outside of the flow. But practically you may do well with some middle ground, just flow metadata thru, enough to make your function calls reproducible and keep some system of records that you can query reliably. Anyway I will stop rambling ... soon. Python 3.11+ MIT License. Minimal dependencies: Pydantic, Pyyaml, Croniter Prepping for v0.1. Looking of feedback. v0.0.14 is out. Claude generated reasonable docs. Sorry, I would not be able to do it better. I am working on Web UI and practical E2E example app as well. Thank you. -Sergey
Does the same job
all alternatives →- PLPipelines – Language for scripting parrallel pipelines with Python2019 · github.com · ▲69
- PTPython-to-Python compiler for some 3.6 features in older versions2017 · github.com · ▲87
- SBSpaCy – Build tomorrow's language technology products with Python2015 · spacy.io · ▲93
- PPParallelise pipelines of Python async iterables2020 · github.com · ▲71
- GIGpython is a python interpreter written in go “batteries not included”2018 · github.com · ▲20
- RGRunloom – Go-style coroutines for Python free-threadedJul 2026 · github.com · ▲47
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, April 2026
the whole month →
- AG
Thought the resources for GPU arch were lacking, so here we are
Life & fun · Apr 2026 · jaso1024.com
- IB
Built a ~9M param LLM from scratch to understand how they actually work. Vanilla transformer, 60K synthetic conversations, ~130 lines of PyTorch. Trains in 5 min on a free Colab T4. The fish thinks the meaning of life is food. Fork it and swap the personality for your own character.
AI · Apr 2026 · github.com

- BC
Life & fun · Apr 2026 · sam-burns.com
- IB
With social media and now AI, its important to keep the indie web alive. There are many people who write frequently. Blogosphere tries to highlight them by fetching the recent posts from personal blogs across many categories. There are two versions: Minimal (HN-inspired, fast, static): https://text.blogosphere.app/ Non-minimal: https://blogosphere.app/ If you don't find your blog (or your favorite ones), please add them. I will review and approve it.
AI · Apr 2026 · text.blogosphere.app