Taskito
++ Rust-powered task queue for Python. Replace Celery without Redis. + Start with SQLite, scale to Postgres. No broker required. +
+Brokerless
++ Start with SQLite, scale to Postgres. No Redis or RabbitMQ to + install, configure, or operate. +
+Rust-powered
++ Scheduler, dispatcher, and storage are Rust. Async worker pool, + native tokio runtime, thin PyO3 boundary. +
+Python-native
++ Decorate a function. Async tasks, periodic schedules, DAG workflows, + resource injection — all from a clean Python API. +
+