DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.

1,180+ deals tracked  ·  22 AI investment memos  ·  Updated daily

← Back to leaderboard

Lythonic

Show HN: Lythonic – Compose Python functions into data-flow pipelines

36 AI Score
Show_hn devtools Added Apr 14, 2026

Details

Sector
devtools
Total Funding
$0
Last Round
$0

About

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.<p>Async framework, mix sync&#x2F;async python functions, compose them into DAGs, run them, schedule them, persist data between steps or let it flow just in memory.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;walnutgeek&#x2F;lythonic" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;walnutgeek&#x2F;lythonic</a><p>Docs: <a href="https:&#x2F;&#x2F;walnutgeek.github.io&#x2F;lythonic&#x2F;" rel="nofollow">https:&#x2F;&#x2F;walnutgeek.github.io&#x2F;lythonic&#x2F;</a><p>PyPI: pip install lythonic<p>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.<p>You may use it as task flow keeping params and returns empty and maintaining all data outside of the flow.<p>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.<p>Anyway I will stop rambling ... soon.<p>Python 3.11+ MIT License. Minimal dependencies: Pydantic, Pyyaml, Croniter<p>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.<p>Thank you. -Sergey

AI Score Reasoning

Lythonic is a promising but extremely early-stage open-source tool entering a crowded Python orchestration market dominated by established players like Prefect and Dagster. While the technical implementation of async dataflow is sound, the lack of significant community traction, a clear monetization strategy, and a full founding team makes it a high-risk prospect for venture investment at this stage.

Source

Show_hn — View original →