$npx skillfedfor your agent

Application Frameworks packages

637 packages · page 16 of 16

Packages

jupyter-mcp-tools With conditions
PyPI · Application Frameworks · released Aug 2026

Exposes JupyterLab commands as MCP (Model Context Protocol) tools, enabling external AI agents and clients to trigger notebook operations, file management, and kernel control through a standardized protocol.

BSD-3-Clausepure Python · 3.9+
85.1Kdownloads / mo
jupyter-server-mcp With conditions
PyPI · Application Frameworks · released Apr 2026

Exposes Python functions as tools to MCP clients via a Jupyter Server extension, enabling AI assistants and other MCP-compatible applications to call registered functions through an HTTP endpoint.

BSD-3-Clausepure Python · 3.10+
84.8Kdownloads / mo
djangosaml2idp2 Worth it
PyPI · Application Frameworks · released Mar 2026

Implements the SAML 2.0 Identity Provider side for Django applications, enabling federated authentication and single sign-on (SSO) by building on PySAML2.

Install it if you need to operate a federated authentication server.

Apache-2.0pure Python · 3.9+
84.0Kdownloads / mo
google-gax Skip
PyPI · Application Frameworks · released Feb 2018

Provides gRPC and Google API infrastructure utilities for client and server development, now deprecated in favor of google-api-core.

BSD-3-Clausepure Pythonabandoned
83.7Kdownloads / mo
fastapi-injectable Worth it
PyPI · Application Frameworks · released Jun 2026

Enables FastAPI's Depends() dependency injection system to work outside route handlers—in CLI tools, background workers, Celery tasks, and scheduled jobs—without duplicating dependency logic.

The main gotcha is cache management in loops—read the long-running worker documentation before deploying to background tasks.

MITpure Python · 3.10+
83.5Kdownloads / mo
fastapi-slim Skip
PyPI · Application Frameworks · released Feb 2026

This package is a deprecated migration shim that depends solely on fastapi; it exists only to redirect old projects and should not be installed.

MITpure Python · 3.10+
83.4Kdownloads / mo
exteragram-alib With conditions
PyPI · Application Frameworks · released Jun 2026

Provides reactive state management, declarative UI widgets, and threading utilities for building plugins for the exteraGram Android Telegram client.

MITpure Python · 3.8+
83.0Kdownloads / mo
valohai-papi With conditions
PyPI · Application Frameworks · released Jul 2021

Papi provides an imperative Python API for declaring Valohai machine learning pipelines, allowing you to define pipeline workflows programmatically instead of through configuration files.

However, be aware that the API is explicitly experimental, documentation is sparse, and the package has not been updated since 2021—suitable for technical exploration…

MITpure Python
82.8Kdownloads / mo
django-settings-export Skip
PyPI · Application Frameworks · released Nov 2016

Provides a Django template context processor that selectively exports project settings to templates, with explicit opt-in and strict error handling for undefined or unexported keys.

permissive licensebuilds from sourceabandoned
81.1Kdownloads / mo
jupyterlab-commands-toolkit With conditions
PyPI · Application Frameworks · released Apr 2026

Exposes JupyterLab commands to Python code and AI assistants via a server extension, enabling programmatic command discovery and execution within Jupyter environments.

BSD-3-Clausepure Python · 3.9+
81.1Kdownloads / mo
metaflow-stubs With conditions
PyPI · Application Frameworks · released Aug 2026

Provides type stubs for the Metaflow package, enabling static type checking and IDE autocompletion for Metaflow workflows and APIs.

Apache-2.0pure Python · 3.7.0+
80.9Kdownloads / mo
azurefunctions-extensions-base With conditions
PyPI · Application Frameworks · released May 2026

Provides base infrastructure for Azure Functions Python extensions to recognize and bind to SDK types and HttpV2 types, enabling custom bindings and handlers.

MITpure Python · 3.8+
80.6Kdownloads / mo
charmlibs-pathops With conditions
PyPI · Application Frameworks · released Jun 2026

Provides a pathlib-like interface for reading and writing files in local filesystems and Juju workload container paths, supporting both Kubernetes and machine charms.

Apache-2.0pure Python · 3.10+
80.3Kdownloads / mo
pydantic-compat With conditions
PyPI · Application Frameworks · released Oct 2023

Provides compatibility mixins and adapters to use either pydantic v1 or v2 API names in a single codebase, regardless of which pydantic version is installed.

However, be aware that this is a name adapter, not a full semantic bridge—you will still need to test against both pydantic versions and handle any deeper API…

BSD-3-Clausepure Python · 3.7+
80.3Kdownloads / mo
jupyterlab_notebook_awareness With conditions
PyPI · Application Frameworks · released Oct 2025

A JupyterLab extension that tracks which notebook and cell each user is currently viewing, adding that awareness data to the collaborative state so other users can see it.

Install only if you have a specific use case for awareness data; it adds no visible UI on its own but enables other tools to build on it.

BSD-3-Clausepure Python · 3.9+
80.2Kdownloads / mo
jupyter-ai-chat-commands With conditions
PyPI · Application Frameworks · released Nov 2025

Provides default chat commands for Jupyter AI, including file attachment and persona management within JupyterLab.

BSD-3-Clausepure Python · 3.10+
80.1Kdownloads / mo
cdp-sdk Worth it
PyPI · Application Frameworks · released Jun 2026

Python client library for the Coinbase Developer Platform that enables creating and managing EVM and Solana blockchain accounts, sending transactions, and interacting with wallet and policy APIs.

Install it if you are building on Coinbase Developer Platform; avoid it if you need a general-purpose web3 library or are not using Coinbase's infrastructure.

permissive licensepure Python · 3.10+
79.4Kdownloads / mo
edx-toggles With conditions
PyPI · Application Frameworks · released Apr 2026

Provides Django-integrated feature toggle management, allowing you to enable or disable application features at runtime through configuration, database, or settings without code changes.

AGPL-3.0-or-laterpure Python
79.3Kdownloads / mo
pyramid-retry With conditions
PyPI · Application Frameworks · released Mar 2020

pyramid_retry wraps Pyramid requests with configurable retry logic, automatically retrying requests under specified error conditions before reporting failure to the client.

However, note that the last release was in 2020; verify compatibility with your Pyramid version before adopting.

MITpure Python
79.1Kdownloads / mo
typer-cli Skip
PyPI · Application Frameworks · released Feb 2026

This package is a deprecated migration shim that exists only to redirect users to the main typer package; it has no independent functionality.

MITpure Python · 3.10+
78.8Kdownloads / mo
deepfilternet With conditions
PyPI · Application Frameworks · released Aug 2023

DeepFilterNet removes background noise from full-band audio at 48kHz using deep learning models, providing both command-line and Python API interfaces for speech enhancement.

MITpure Pythondormant
78.6Kdownloads / mo
quip Skip
PyPI · Application Frameworks · released Jun 2016

Quip creates a web-based user interface for Python command-line applications, bridging CLI tools with a browser-based frontend.

Apache-2.0builds from sourceabandoned
78.6Kdownloads / mo
XBlock With conditions
PyPI · Application Frameworks · released Jul 2026

XBlock is a Python component architecture for building and embedding courseware in Open edX, providing a framework for creating reusable educational content blocks that can be hierarchically combined.

Not recommended for standalone use outside an Open edX environment—it is a framework component, not a general-purpose library.

Apache-2.0pure Python · 3.12+
78.1Kdownloads / mo
streamlit-antd-components With conditions
PyPI · Application Frameworks · released Jan 2024

Provides Ant Design and Mantine UI components for Streamlit apps, including buttons, menus, forms, navigation, and data display widgets.

However, verify the license from the GitHub repository first, and test compatibility with your Streamlit version, since the project has not been actively maintained…

license unclearpure Python · 3.8+dormant
77.9Kdownloads / mo
amundsen-common With conditions
PyPI · Application Frameworks · released Mar 2024

Amundsen Common provides shared utilities and data models for Amundsen's microservices, handling common serialization and validation patterns across the platform.

license unclearpure Python · 3.8+
77.4Kdownloads / mo
unsync With conditions
PyPI · Application Frameworks · released Oct 2021

Decorator-based library that runs async functions in an ambient event loop and regular functions in thread or process pools, returning awaitable futures that combine asyncio and concurrent.futures semantics.

However, dormancy since 2021-10-21 and unspecified Python version support mean you should verify compatibility with your target Python version before committing.

permissive licensebuilds from sourcedormant
77.3Kdownloads / mo
aimmspy With conditions
PyPI · Application Frameworks · released Jul 2026

aimmspy provides Python bindings to run AIMMS optimization models headless from Python scripts, exchanging data via pandas, polars, or PyArrow and executing AIMMS procedures programmatically.

MITcompiled wheel · 3.10+
77.2Kdownloads / mo
cpex With conditions
PyPI · Application Frameworks · released Aug 2026

CPEX is a plugin framework that lets you intercept and enforce policies on AI agent operations through composable hooks and plugins, without modifying core application logic.

However, it is early-stage (0.1.3, released 2026-03-05) with 12 GitHub stars—evaluate stability and API maturity for your use case before committing to production.

Apache-2.0pure Python · 3.11+
76.5Kdownloads / mo
glance-store With conditions
PyPI · Application Frameworks · released Jul 2026

Glance Store Library provides backend storage abstraction for OpenStack's image service, enabling Glance and Glare projects to read and write image data to various storage backends.

However, the documentation explicitly warns that the API is unstable and unsupported outside those two projects, so do not adopt it for general-purpose image storage…

Apache-2.0pure Python · 3.10+
76.2Kdownloads / mo
streamlit-sortables With conditions
PyPI · Application Frameworks · released Jan 2025

Streamlit Sortables adds drag-and-drop sortable list components to Streamlit applications, letting users reorder items interactively in the UI and returning the sorted result to your code.

Apache-2.0pure Pythondormant
75.5Kdownloads / mo
msgspec-click With conditions
PyPI · Application Frameworks · released Sep 2024

Generates Click command-line options automatically from msgspec type definitions, reducing boilerplate when building CLI applications with structured type validation.

However, proceed cautiously: the project is dormant (last release 689 days ago), has minimal adoption (74957 monthly downloads, rank 14763), and the license metadata…

license unclearpure Python · 3.8+dormant
75.0Kdownloads / mo
agent-utilities Worth it
PyPI · Application Frameworks · released Jul 2026

A batteries-included harness for building Pydantic-AI agents with an in-process knowledge graph, orchestration, memory, and tools—deployable as a library, MCP server, or REST gateway.

The main gotcha is the Python 3.11+ requirement and the need to configure a model provider API key.

MITpure Python
74.9Kdownloads / mo
drf-rw-serializers With conditions
PyPI · Application Frameworks · released Jun 2024

Extends Django REST Framework with separate read and write serializers for generic views, viewsets, and mixins, allowing different serialization logic for request and response operations.

However, note that maintenance is aging—the last release was 799 days ago—so verify compatibility with your current djangorestframework and Django versions before…

MITpure Pythonaging
74.9Kdownloads / mo
edx-ccx-keys With conditions
PyPI · Application Frameworks · released Dec 2024

Provides opaque key implementations for Custom Courses for EdX (CCX), enabling secure, abstracted course identifiers within the edX platform.

AGPL-3.0-onlypure Python
74.4Kdownloads / mo
django-private-storage Worth it
PyPI · Application Frameworks · released Oct 2025

Provides a Django storage backend that restricts file uploads and downloads to authenticated users, integrating with Django's model fields and admin interface.

permissive licensepure Pythonaging
74.2Kdownloads / mo
openedx-events With conditions
PyPI · Application Frameworks · released Apr 2026

Provides event definitions and tooling for the Open edX Hooks Extension Framework (OEP-50), enabling event-driven architecture within Open edX services.

permissive licensepure Python · 3.12+
74.2Kdownloads / mo
pydaikin With conditions
PyPI · Application Frameworks · released Aug 2026

PyDaikin provides a Python library and CLI for controlling Daikin air conditioners over the network, supporting multiple WiFi module types and firmware versions with both synchronous and asynchronous APIs.

GPL-3.0-or-laterpure Python · 3.12+
73.6Kdownloads / mo