Packages
Caches function and method results in Django applications using memoization, reducing redundant computation by storing and reusing previously computed outputs.
Adds fulltext search capabilities to SQLAlchemy models using PostgreSQL's native search features.
Quart-Auth provides session-based authentication for Quart web applications through secure cookie management, allowing you to protect routes, log users in and out, and track authentication state.
However, the 596-day gap since the last release signals dormancy; verify that the package meets your security and maintenance expectations before adopting it in a new…
Provides Django file storage backends that read from and write to Amazon S3, handling both regular media files and static files with configurable authentication, caching, and encryption.
However, maintenance is dormant (last release over a year ago), so verify compatibility with your specific Django and Python versions before adopting.
Integrates CKEditor (v4.17.2) as a text editing plugin for django CMS, providing WYSIWYG HTML editing with inline editing support and customizable toolbars.
BlockKit builds Slack UI blocks programmatically with a fluent Python API, type hints, and validation—no hand-written JSON, zero runtime dependencies.
GEOS is a web server for creating and viewing tiled map overlays in Google Earth, with support for browser-based map display, distance measurement, and PDF map printing.
Provides a collection of Django admin filter classes—dropdown, multi-select, and annotation-based filters—that extend the built-in admin filtering interface with more flexible widget options.
However, maintenance is aging (last commit 219 days ago); adopt it only if you can tolerate slow or infrequent updates, or if you are willing to fork or patch it…
Flask middleware that automatically adds or validates an X-Request-ID header on all incoming requests, enabling request tracing through distributed systems.
Flask-MongoEngine integrates MongoEngine document models with Flask, handling MongoDB connection management and providing WTForms model form generation for your MongoEngine documents.
However, it is dormant—last release 2020-11-21, last commit 2024-01-18—so it may lag behind current Flask or MongoEngine releases.
Pelican is a static site generator that converts text files in Markdown, reStructuredText, or HTML into a complete, ready-to-serve website without requiring a database or server-side code.
Wraps the wkhtmltopdf command-line tool to convert URLs and HTML to PDF from Python, with optional Flash rendering support.
Install only if maintaining legacy Python 2 code already using this package.
Starts a Cloudflare TryCloudflare tunnel for a Flask app, exposing it to the internet with a public URL without manual configuration.
Provides pre-built frontend static assets (HTML, CSS, JavaScript) for the MaiBot WebUI, packaged as a Python distribution for easy deployment alongside server components.
However, verify the license terms first—the unclear license status means you should confirm it aligns with your project's licensing requirements before committing to it.
Adds real-time video and audio streaming over WebRTC to Streamlit apps, with support for frame-by-frame processing callbacks.
Airium generates HTML from Python code using indentation and context managers instead of templates, and can also parse HTML back into Python.
Provides passwordless authentication for Django using email-based links or OAuth2 from Google, Microsoft, Facebook, and Twitter.
Adds internationalization (i18n) and localization (l10n) support to Quart web applications using Babel and pytz for language translation and timezone handling.
Provides a FastAPI-based implementation of the STAC API specification, enabling you to build and serve Spatiotemporal Asset Catalog endpoints.
Install it if you need to build a STAC-compliant API; skip it if you're not working with geospatial asset catalogs or prefer a different framework.
PasteScript is a command-line tool for creating Python package layouts and serving WSGI web applications with Paste Deploy configuration.
Django middleware that extracts the real client IP address from the X-Forwarded-For header by trusting a configurable depth of reverse proxies and sanitizing spoofed entries.
However, maintenance is dormant (last release 547 days ago); verify that it works with your specific Django and Python versions before relying on it in production,…
Django Fiber is a lightweight Django CMS that lets you manage page content and structure through a web interface, built on top of Django's admin and REST API.
However, do not install if you require active feature development or support for Django versions beyond 4.1—the last release was in October 2022, and no new features…
Converts between flag emoji and ASCII country codes (e.g., `:US:` ↔ 🇺🇸), and embeds flag emoji into text strings.
Integrates multiple third-party analytics services into Django projects through a unified template interface, eliminating the need to manually embed service-specific tracking code.
yelpapi wraps the Yelp Fusion API, letting you search for businesses, retrieve reviews, check events, and query business details programmatically from Python.
Install it if you need to integrate Yelp business data into a Python application.
Provides a Service base class for Django that encapsulates business logic separately from views and models, with form-like validation and a process/post-process execution pattern.
Render HTML by writing Python code, using classes to represent tags and leveraging Python's syntax and object-oriented features instead of template languages.
However, note that the last release was in 2021; if you encounter bugs or need new features, community support may be limited.
Provides server-side streaming support for AI chat applications built with Starlette, enabling real-time message delivery to React frontends.
Generates browsable documentation and an inventory of Django REST Framework v2 API endpoints by scanning URL patterns and extracting endpoint metadata, methods, and serializer properties.
Provides lightweight helper functions for Django views that return JSON data.
Automatically generates WTForms form classes from SQLAlchemy model definitions, eliminating the need to manually write form fields that mirror your database schema.
Flask extension that automatically minifies HTML, JavaScript, CSS, and Less output from your application to reduce response size.
Install it if you want automatic minification of HTML, CSS, and JavaScript responses without manual configuration; the decorator and bypass options give you control…
Adds multi-user group and account management to Django, letting you separate individual user identity from organizations, subscriptions, and team structures.
Install it if you need to add team or subscription account structures to a Django project and want a tested, extensible foundation rather than building from scratch.
Highcharts Maps for Python wraps the Highcharts Maps JavaScript library to create interactive geospatial and map-based data visualizations directly from Python, with native integration into Jupyter, Pandas, PySpark, and GeoPandas workflows.
However, verify the license terms first (they are unclear in the metadata), and be aware that the package has not been updated in 724 days—test compatibility with…
Adds a side-by-side version comparison view to Django admin for models tracked by django-reversion, showing field-by-field diffs between revisions.
Provides Scalar UI integration for flask-openapi3, enabling interactive API documentation and testing through a Scalar-based web interface.
A Django module providing legal document templates and compliance infrastructure for Weblate-based localization services.
Adds a Django admin action that exports selected model instances from the admin changelist as CSV data, with configurable field selection and format options.
Install it if exporting from admin is a core workflow; skip it if you need heavy data transformation or real-time exports.
Plim translates a concise Ruby-inspired template syntax into HTML and Mako markup, letting you write cleaner template code that compiles down to valid Mako templates.
No—install only if you are maintaining legacy code already using Plim.
Generates Entity Relationship Diagrams in Mermaid format from Django project models by introspecting your Django configuration.