Show HN: Wove 2.0 "Beautiful Python async" adds inline Celery execution
Category: library
Tags: async, concurrency, python
Score: 7.5/10 (Innovation: 7, Technical: 8, Documentation: 9, Utility: 6)
Wove is a Python async library that uses a context manager and decorators to build dependency graphs for concurrent task execution, offering a more intuitive top-to-bottom workflow than asyncio. Its innovative combination of implicit parallelism, automatic scheduling, and remote execution support makes complex async patterns more accessible. The project is well-documented with comprehensive guides and API references, though its utility is somewhat niche compared to established async frameworks.
Target audience: backend devs
Repository: https://github.com/curvedinf/wove · Python · MIT · 202 stars
View on Hacker News