{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/2"}],"enrichment":{"capability":"Inngest adds durable, event-driven background jobs and scheduled workflows to Python applications without requiring separate queueing infrastructure.","skillfed_tags":["event-driven","background-jobs","workflow-orchestration"],"use_cases":["Run background tasks triggered by application events without setting up separate infrastructure.","Build multi-step workflows where each step retries independently and state persists across failures.","Schedule recurring jobs or delayed execution using event-driven triggers.","Process async work without blocking HTTP responses in web applications.","Coordinate complex business logic across multiple services using event-driven architecture."],"what_it_does":"Inngest is a Python SDK that integrates durable, event-driven background job execution into web frameworks without requiring you to set up separate queueing systems. It lets you define functions that respond to events, with built-in support for multi-step workflows where each step can retry independently on failure. Functions can be synchronous or asynchronous, and state is managed automatically by the SDK.\n\nYou trigger jobs by sending events to Inngest, either from within your application or externally. During development, a local Dev Server handles execution; in production, Inngest Cloud manages the queue and scheduling. The SDK handles the plumbing of event routing, step retries, and function state, so you write business logic as plain Python functions decorated with Inngest metadata.","worth_installing":"Yes, if you need event-driven background jobs in Python and want to avoid infrastructure overhead. Low install friction, active maintenance, and support for Python 3.10 through 3.13 make it accessible. However, verify the license terms before committing to production use, since the license status is currently unclear. No known security vulnerabilities."},"id":"inngest","links":{"html":"https://skillfed.io/packages/inngest","md":"https://skillfed.io/packages/inngest.md","pypi":"https://pypi.org/project/inngest/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-23","license_spdx":null,"license_treatment":"unclear","name":"inngest","python_support":"supports_current","summary":"Python SDK for Inngest"},"popularity":{"monthly_downloads":1293586,"position":4097,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.5.19"}
