$npx skillfedfor your agent

Application Frameworks packages

637 packages · page 12 of 16

Packages

Acquisition With conditions
PyPI · Application Frameworks · released Nov 2025

Acquisition implements a mechanism for Python objects to automatically obtain attributes from their containment hierarchy at runtime, enabling objects to inherit behavior from their containers without explicit inheritance.

Not recommended for general-purpose Python projects; acquisition is a specialized pattern most valuable in web frameworks that depend on it.

ZPL-2.1compiled wheel · 3.10+
181.8Kdownloads / mo
in-n-out With conditions
PyPI · Application Frameworks · released Apr 2024

Lightweight dependency injection framework using type hints to automatically resolve and inject dependencies into functions, with optional result processing via registered processors.

However, it's still in Alpha status; evaluate whether the API is stable enough for your use case, and consider that more mature alternatives exist if you need…

BSD-3-Clausepure Python · 3.8+
179.8Kdownloads / mo
aws-cdk.aws-location-alpha With conditions
PyPI · Application Frameworks · released Aug 2026

Provides AWS CDK constructs for building Location Service resources—geofence collections, trackers, maps, place indexes, route calculators, and API keys—with Python bindings.

However, the experimental status means breaking changes are possible on upgrade—pin your version and test upgrades carefully.

permissive licensepure Python · 3.10+
179.7Kdownloads / mo
aws-cdk.aws-events Skip
PyPI · Application Frameworks · released Jun 2023

Provides AWS CDK constructs for defining Amazon EventBridge rules, event buses, and routing patterns in infrastructure-as-code.

permissive licensepure Python
177.5Kdownloads / mo
apimatic-core Worth it
PyPI · Application Frameworks · released Jun 2026

Provides core runtime utilities for REST API SDKs, including HTTP request/response handling, authentication schemes, data validation, and object deserialization.

Install it if you are using an APIMatic-generated SDK or building a custom REST client that needs robust request/response and authentication handling.

permissive licensepure Python
176.3Kdownloads / mo
shinywidgets With conditions
PyPI · Application Frameworks · released May 2026

Embeds ipywidgets (Jupyter interactive widgets) directly into Shiny for Python applications, bridging the two widget ecosystems.

MITpure Python · 3.10+
175.8Kdownloads / mo
marshmallow-polyfield With conditions
PyPI · Application Frameworks · released Oct 2022

Extends Marshmallow with a PolyField class that handles serialization and deserialization of polymorphic types by selecting the appropriate schema based on the object's runtime type.

However, it has been dormant since 2022-10-26 with no active maintenance—install only if you can tolerate potential incompatibilities with future Marshmallow releases.

Apache-2.0builds from source · 3.5+dormant
174.9Kdownloads / mo
django-nine With conditions
PyPI · Application Frameworks · released Dec 2022

Provides version checking utilities for Django, allowing code to detect which Django version is installed and conditionally execute logic based on version comparisons.

GPL-2.0-onlypure Python
174.2Kdownloads / mo
agent-framework-hyperlight With conditions
PyPI · Application Frameworks · released Jul 2026

Integrates sandboxed code execution into Microsoft Agent Framework agents, allowing them to run Python code safely inside a Hyperlight sandbox with controlled tool access and network permissions.

The main gotcha is platform availability of the Wasm backend—verify it is published for your target platform before relying on it in production.

MITpure Python · 3.10+
173.7Kdownloads / mo
simple-di With conditions
PyPI · Application Frameworks · released Feb 2022

A strictly typed dependency injection library that lets you define and inject dependencies into functions using type annotations and a container pattern.

However, be aware it remains pre-alpha—verify that its feature set and stability match your project's needs before relying on it in production.

permissive licensepure Python · 3.6.1+
171.8Kdownloads / mo
openbb-core With conditions
PyPI · Application Frameworks · released Jun 2026

Provides standardized data models, query parameter handling, and API routing infrastructure for building OpenBB Platform extensions that consolidate data sources into Python packages, REST APIs, and other consumption surfaces.

AGPL-3.0-onlypure Python
171.0Kdownloads / mo
aws-cdk.aws-kinesisanalytics-flink-alpha With conditions
PyPI · Application Frameworks · released Aug 2026

Provides AWS CDK constructs for defining and deploying managed Apache Flink applications on Kinesis Analytics, with support for multiple Flink runtime versions and configuration of checkpointing, parallelism, and VPC deployment.

However, accept that the experimental status means you may need to update code when upgrading versions—plan for this in your release cycle.

permissive licensepure Python · 3.10+
169.7Kdownloads / mo
sf-hamilton Skip
PyPI · Application Frameworks · released Apr 2026

This package is a redirect to apache-hamilton; installing it pulls in apache-hamilton instead, which provides a declarative framework for building data transformation pipelines.

Apache-2.0pure Python
169.7Kdownloads / mo
ExtensionClass With conditions
PyPI · Application Frameworks · released Apr 2026

Provides a metaclass that enables extension module classes to be subclassed in Python, along with utilities for computed attributes and method objects on ExtensionClass instances.

ZPL-2.1compiled wheel · 3.10+
169.6Kdownloads / mo
ag_ui_adk Worth it
PyPI · Application Frameworks · released Jun 2026

Bridges Google ADK agents to the AG-UI Protocol, enabling ADK-built agents to run within AG-UI's framework via middleware that handles async event streaming and tool integration.

Install it if you are building an agent application that needs to bridge Google ADK agents with AG-UI's protocol—it is purpose-built for that integration.

MITpure Python
169.2Kdownloads / mo
mysql-connector-python-rf Skip
PyPI · Application Frameworks · released Feb 2017

A pure-Python MySQL driver that implements the DB API v2.0 specification without requiring MySQL C client libraries.

copyleftbuilds from sourceabandoned
167.2Kdownloads / mo
persisting-theory Skip
PyPI · Application Frameworks · released May 2022

Persisting-theory provides a registry system for automatically discovering and accessing registered data across pluggable application components, similar to Django's autodiscovery pattern.

BSD-3-Clausepure Pythonabandoned
165.7Kdownloads / mo
bioc With conditions
PyPI · Application Frameworks · released Aug 2023

Reads and writes biomedical text annotation formats—BioC XML/JSON, Brat standoff, and PubTator—with a marshal/pickle-like API.

Install only if you are confident the format specifications and your dependencies will remain compatible, or if you plan to maintain a fork yourself.

MITpure Python · 3.6+abandoned
165.7Kdownloads / mo
flet-web With conditions
PyPI · Application Frameworks · released Aug 2026

Flet-web is the web client component of Flet, enabling Python-only cross-platform app development that runs natively in browsers via WebAssembly and Pyodide, or as a server-side Python web app.

However, note that it is relatively new (first release November 2024), so production use should account for potential API changes and edge cases in the…

Apache-2.0pure Python · 3.10+
165.4Kdownloads / mo
PySide2 Skip
PyPI · Application Frameworks · released Jan 2022

PySide2 provides Python bindings to the Qt 5.12+ framework, enabling developers to build cross-platform desktop applications with a complete GUI toolkit.

Install only if maintaining existing PySide2 code or if you have specific Qt 5.12 compatibility constraints.

copyleftcompiled wheelabandoned
165.2Kdownloads / mo
aws-cdk.aws-sns With conditions
PyPI · Application Frameworks · released Jun 2023

Provides AWS CDK constructs for defining Amazon SNS topics and subscriptions in Python infrastructure code, supporting standard and FIFO topics with filtering and dead-letter queue configuration.

permissive licensepure Python
162.0Kdownloads / mo
django-dynamic-preferences With conditions
PyPI · Application Frameworks · released Jan 2025

Stores and retrieves application settings dynamically in a Django database, allowing per-user or per-instance preferences to be updated without server restart.

However, verify compatibility with your Django version before adopting, given the 581-day gap since the last release.

BSD-3-Clausepure Pythonaging
161.9Kdownloads / mo
jupyterlite-pyodide-kernel Worth it
PyPI · Application Frameworks · released Aug 2026

Provides a Python kernel for JupyterLite that runs Python code in the browser via Pyodide, enabling interactive notebooks without a server.

Install it if you need to build serverless Jupyter notebooks or interactive browser-based Python environments.

BSD-3-Clausepure Python · 3.10+
161.4Kdownloads / mo
autogen With conditions
PyPI · Application Frameworks · released Jun 2026

A framework for building AI agents that communicate with each other and with language models to solve tasks through multi-agent collaboration and orchestration patterns.

However, be aware it receives only critical fixes and security patches—no new features.

Apache-2.0pure Python · 3.10+
161.2Kdownloads / mo
django-components Worth it
PyPI · Application Frameworks · released Jun 2026

django-components lets you build reusable, self-contained UI components in Django that bundle HTML, CSS, and JavaScript together, similar to Vue or React components but staying within the Django ecosystem.

permissive licensepure Python
160.6Kdownloads / mo
omnibase_core With conditions
PyPI · Application Frameworks · released Aug 2026

omnibase_core provides the ONEX platform kernel: base classes, contracts, validation tools, and core architecture vocabulary for building and executing node-based workflows with dependency injection and event-driven patterns.

permissive licensepure Python · 3.12+
160.1Kdownloads / mo
django-etc With conditions
PyPI · Application Frameworks · released Oct 2022

Provides a collection of small utility functions and helpers for Django projects, including tools for site URLs, model introspection, admin customization, form widgets, and template tags.

BSD-3-Clausepure Pythonabandoned
159.6Kdownloads / mo
kt-legacy With conditions
PyPI · Application Frameworks · released Apr 2023

Provides the deprecated `kerastuner` import name for Keras Tuner, allowing code written for older versions to continue working without modification.

permissive licensepure Pythonabandoned
158.0Kdownloads / mo
django-settings-holder With conditions
PyPI · Application Frameworks · released Apr 2025

Provides a settings container for Django extensions that allows configuration values to be accessed as object attributes, with automatic reloading from Django's settings change signal and optional validators.

permissive licensepure Python
157.4Kdownloads / mo
absurd-sdk Worth it
PyPI · Application Frameworks · released Aug 2026

Python SDK for Absurd, a PostgreSQL-based durable task execution system that handles scheduling, retries, and long-lived workflows without requiring additional services beyond Postgres.

Apache-2.0pure Python · 3.9+
157.1Kdownloads / mo
django-admin-extra-buttons Worth it
PyPI · Application Frameworks · released May 2026

Adds custom buttons, links, and views to Django admin pages through simple decorators, enabling wizards, actions, and external resource links without modifying core admin templates.

BSD-3-Clausepure Python · 3.12+
155.7Kdownloads / mo
conductor-python Worth it
PyPI · Application Frameworks · released Aug 2026

Build durable Conductor agents, workflows, and workers in Python, with the Conductor server managing retries, state, and observability across distributed execution.

Apache-2.0pure Python
154.9Kdownloads / mo
fastmcp-extensions With conditions
PyPI · Application Frameworks · released Aug 2026

Provides hardened patterns and utilities for building Model Context Protocol servers on top of FastMCP, including auth factories, tool filtering, telemetry integration, and server scaffolding.

However, it is still in Beta (Development Status 4), the auth factory's production readiness is not explicitly confirmed, and the ecosystem around FastMCP itself is…

MITpure Python · 3.10+
152.5Kdownloads / mo
aws-cdk.aws-cognito Skip
PyPI · Application Frameworks · released Jun 2023

Provides AWS CDK constructs for defining Amazon Cognito user pools and identity management infrastructure as code in Python.

permissive licensepure Python
150.4Kdownloads / mo
fastapi-decorators Worth it
PyPI · Application Frameworks · released Mar 2026

Converts functions into FastAPI-compatible decorators that can inject and resolve FastAPI dependencies, eliminating boilerplate when building reusable endpoint decorators.

MITpure Python · 3.8+
148.7Kdownloads / mo
django-auth-adfs With conditions
PyPI · Application Frameworks · released Jan 2026

Integrates Django applications with Microsoft ADFS and Azure AD for single sign-on authentication, automatically provisioning users and group memberships from directory claims.

BSD-3-Clausepure Python
147.8Kdownloads / mo
aws-cdk.aws-sns-subscriptions Skip
PyPI · Application Frameworks · released Jun 2023

Provides AWS CDK constructs for subscribing SNS topics to endpoints including SQS queues, Lambda functions, email addresses, SMS numbers, and HTTPS URLs.

Install only if you are maintaining legacy CDK v1 infrastructure; for new projects, use the v2 equivalent instead.

permissive licensepure Python
147.0Kdownloads / mo
guardrails-hub-types With conditions
PyPI · Application Frameworks · released Aug 2024

Provides internal data structure definitions for the Guardrails Hub, including models for applicators, content, contributors, manifests, validation, and related metadata.

However, the dormant maintenance status means no active development or bug fixes are expected; install only if the current version meets your needs and you do not…

permissive licensepure Pythondormant
146.2Kdownloads / mo
agent-lifecycle-toolkit With conditions
PyPI · Application Frameworks · released Aug 2026

Agent Lifecycle Toolkit provides modular components that integrate into agent pipelines to improve performance across reasoning, tool calling, error detection, and output validation stages.

However, the unclear license status requires clarification before production deployment, and the large dependency footprint (23 runtime packages) means careful…

license unclearpure Python · 3.10+
146.1Kdownloads / mo
django-cms With conditions
PyPI · Application Frameworks · released Aug 2026

django CMS is a Django-based content management system that provides a hierarchical page tree, inline editing, a plugin system for reusable content, and multi-site and internationalization support for building publishing workflows.

BSD-3-Clausepure Python · 3.10+
146.0Kdownloads / mo