$npx skillfedfor your agent

Packages starting with 'D'

1,049 packages · page 25 of 27

Packages

drf-jsonschema-serializer With conditions
PyPI · Python Modules · released Jun 2024

Converts Django REST Framework serializers to JSON Schema and provides fields to validate JSON data against schemas or serializers, enabling shared validation between client-side and server-side.

However, the aging maintenance status (779 days since last release) means it is best suited to stable projects that do not require frequent updates or rapid bug fixes.

BSD-3-Clausepure Python · 3.10+aging
168.5Kdownloads / mo
drf-jwt Worth it
PyPI · WWW/HTTP · released Jan 2022

Adds JSON Web Token (JWT) authentication to Django REST Framework APIs, allowing stateless token-based access control for REST endpoints.

MITpure Pythondormant
583.2Kdownloads / mo
drf-nested-routers Worth it
PyPI · WWW/HTTP · released Jul 2026

Provides routers and serializer fields for Django REST Framework to build nested REST API resources where child resources are scoped within parent resources.

Install it if you need to build hierarchical REST APIs with Django and Django REST Framework without manual routing logic.

Apache-2.0pure Python · 3.10+
2.2Mdownloads / mo
drf-orjson-renderer With conditions
PyPI · Dynamic Content · released Dec 2025

Provides a high-performance JSON renderer and parser for Django REST Framework using orjson, a Rust-backed library, while maintaining pretty-printed output for the browsable API.

Install it if JSON performance is a concern; skip it if your API traffic is low or you have no performance issues with the default renderer.

MITpure Python · 3.9+aging
398.1Kdownloads / mo
drf-pydantic Worth it
PyPI · Python Modules · released Dec 2025

Bridges pydantic models and Django REST framework by automatically generating DRF serializers from pydantic model definitions, enabling pydantic validation within DRF views.

Install it if you are building DRF APIs and want to unify your validation layer around pydantic models.

MITpure Python · 3.9+aging
173.3Kdownloads / mo
drf-recaptcha With conditions
PyPI · Libraries · released Aug 2025

Adds reCAPTCHA v2 and v3 field validation to Django REST Framework serializers, integrating Google's bot-detection service into API endpoints.

MITpure Python · 3.10+aging
242.6Kdownloads / 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
drf-spectacular Worth it
PyPI · WWW/HTTP · released Jul 2026

Generates OpenAPI 3.0.3, 3.1, and 3.2 schemas automatically from Django REST framework APIs, with extensive customization options for real-world use cases.

Install it if you need OpenAPI schemas for a DRF API and want automation over manual maintenance.

BSD-3-Clausepure Python · 3.8+
13.9Mdownloads / mo
drf-spectacular-jsonapi With conditions
PyPI · Libraries · released May 2026

Generates OpenAPI 3 schemas for Django REST Framework APIs that use the JSON:API specification, extending drf-spectacular to handle JSON:API-specific conventions.

BSD-3-Clausepure Python · 3.7+
94.9Kdownloads / mo
drf-spectacular-sidecar Worth it
PyPI · WWW/HTTP · released Aug 2026

Serves pre-built Swagger UI and Redoc distributions as Django static files, enabling API documentation display without requiring Node.js or additional build steps.

BSD-3-Clausepure Python · 3.6+
1.8Mdownloads / mo
drf-standardized-errors Worth it
PyPI · Application Frameworks · released Apr 2026

Converts all Django REST Framework API error responses (4xx and 5xx) into a standardized JSON format with consistent error structure, type classification, and field attribution.

Install it if you want predictable, standardized error responses across your DRF project.

MITpure Python · 3.8+
510.4Kdownloads / mo
drf-writable-nested With conditions
PyPI · WWW/HTTP · released Mar 2025

Extends Django REST Framework serializers to handle creation and updates of nested model relationships (OneToOne, ForeignKey, ManyToMany, GenericRelation) in a single request.

BSD-3-Clausepure Python · 3.9+aging
735.7Kdownloads / mo
drf-yasg Worth it
PyPI · Documentation · released Feb 2026

Generates Swagger/OpenAPI 2.0 specifications automatically from Django REST Framework APIs, with built-in UI viewers for swagger-ui and ReDoc.

BSD-3-Clausepure Python · 3.9+
3.1Mdownloads / mo
DrissionGet With conditions
PyPI · Utilities · released Jun 2026

DrissionGet is a multithreaded file downloader that handles single and batch downloads with automatic chunking, task scheduling, and session reuse for maintaining login state.

BSD-3-Clausepure Python · 3.6+
430.3Kdownloads / mo
DrissionPage With conditions
PyPI · Utilities · released May 2026

DrissionPage is a Python web automation tool that controls Chromium-based browsers and sends/receives HTTP data packets, combining browser automation with direct HTTP efficiency.

However, the license status is unclear—the description mentions commercial-use restrictions and legal compliance terms, but formal license metadata is missing.

license unclearpure Python · 3.6+
534.6Kdownloads / mo
DrissionRecord With conditions
PyPI · Utilities · released Apr 2026

Buffers and writes data to files (xlsx, csv, json, jsonl, sqlite, txt, byte) with caching to reduce I/O overhead and support for multi-threaded writes.

MITpure Python · 3.6+
429.3Kdownloads / mo
drjax With conditions
PyPI · Distributed Computing · released Jun 2026

DrJAX embeds MapReduce programming primitives into JAX, enabling differentiable distributed and parallel computations with optimized execution across large-scale datacenter settings.

However, it remains early-stage (first release January 2025) with modest adoption; verify that its API and performance characteristics match your production…

Apache-2.0pure Python · 3.9+
253.4Kdownloads / mo
drjit With conditions
PyPI · Scientific/Engineering · released Aug 2026

Dr.Jit is a just-in-time compiler for differentiable and ordinary computation that traces arithmetic operations into computation graphs, JIT-compiles them to GPU or CPU kernels, and optionally computes derivatives via automatic differentiation.

Not recommended for general machine learning; use JAX, PyTorch, or TensorFlow instead.

BSD-3-Clausecompiled wheel · 3.8+
207.9Kdownloads / mo
dronecan With conditions
PyPI · Libraries · released Oct 2025

Implements the DroneCAN v1 protocol stack in Python for reliable CAN bus communication in aerospace and robotic applications.

MITpure Python · 3.7+
107.8Kdownloads / mo
dropbox Worth it
PyPI · Python Modules · released Jul 2026

Official Python client library for the Dropbox API, enabling programmatic access to Dropbox file operations, authentication, and account management.

Install it if you need to integrate Dropbox into a Python application.

MITpure Python · 3.11+
2.3Mdownloads / mo
dropbox-sign With conditions
PyPI · WWW/HTTP · released May 2026

Python client library for the Dropbox Sign v3 API, enabling programmatic creation and management of signature requests, templates, accounts, and related document workflows.

permissive licensepure Python
1.4Mdownloads / mo
dry-rest-permissions Skip
PyPI · WWW/HTTP · released Jan 2018

Defines rules-based permissions for Django REST Framework APIs by writing permission logic directly on models, supporting both global (table-level) and object-level (row-level) access control.

Install only if maintaining legacy code on those exact versions.

BSD-3-Clausepure Pythonabandoned
88.4Kdownloads / mo
ds-store With conditions
PyPI · Python Modules · released Jun 2026

Read and modify macOS Finder .DS_Store files from Python code on any platform, without requiring macOS.

MITpure Python · 3.10+
211.1Kdownloads / mo
dscribe With conditions
PyPI · Scientific/Engineering · released Sep 2025

DScribe transforms atomic structures into fixed-size numerical fingerprints (descriptors) for use in machine learning, visualization, and similarity analysis of materials.

Apache-2.0compiled wheel · 3.9+aging
76.7Kdownloads / mo
dsinternals With conditions
PyPI · Security · released Feb 2026

Interact with Windows Active Directory by reading and manipulating directory service internals through Python, providing native classes and functions for AD operations.

However, the aging maintenance status (194 days since last release) and narrow use case (Windows AD-specific) mean it's not a general-purpose tool—install only if…

MITpure Python · 3.4+aging
76.2Kdownloads / mo
dsmr-parser Worth it
PyPI · Utilities · released Aug 2026

Parses Dutch Smart Meter Requirements (DSMR) telegram data from serial ports, sockets, or raw strings, supporting DSMR versions 2, 3, 4, and 5.

Install it if you need to read Dutch smart meter data; skip it if you don't have a P1 port or DSMR source.

permissive licensepure Python · 3.10+
82.1Kdownloads / mo
dsnparse With conditions
PyPI · Internet · released Oct 2025

Parses DSN (Data Source Name) connection URL strings into structured components like scheme, username, password, host, port, and paths.

MITpure Python · 3.10+aging
547.5Kdownloads / mo
dspy Worth it
PyPI · Artificial Intelligence · released Aug 2026

DSPy is a framework for building and optimizing modular language model systems through Python code rather than manual prompt engineering, with built-in algorithms for teaching models to produce high-quality outputs.

permissive licensepure Python
6.4Mdownloads / mo
dspy-ai Worth it
PyPI · Artificial Intelligence · released Aug 2026

DSPy is a framework for building and optimizing modular AI systems through declarative Python code rather than prompt engineering, supporting RAG pipelines and agent loops.

Install it if you're building anything beyond simple single-prompt use cases.

permissive licensepure Python · 3.9+
909.7Kdownloads / mo
dstack With conditions
PyPI · Artificial Intelligence · released Aug 2026

dstack is a unified control plane for provisioning and orchestrating GPU workloads across cloud providers, Kubernetes, and on-premises clusters, supporting NVIDIA, AMD, Google TPU, and Tenstorrent accelerators.

MPL-2.0pure Python · 3.10+
78.0Kdownloads / mo
dt With conditions
PyPI · Software Development · released Oct 2025

A Python client for the Dynatrace REST API with type hints and a focus on ease of use for exploring the API and writing quick scripts.

However, note the aging maintenance status (288 days since last release) — verify that its API coverage and compatibility align with your Dynatrace version before…

Apache-2.0pure Python · 3.6+aging
90.7Kdownloads / mo
dtaidistance Worth it
PyPI · Scientific/Engineering · released Feb 2026

Computes distance measures between time series using Dynamic Time Warping (DTW) and related algorithms, with both pure Python and optimized C implementations.

Apache-2.0compiled wheel · 3.8+
138.7Kdownloads / mo
dtale Worth it
PyPI · Scientific/Engineering · released Apr 2026

D-Tale is a Flask-backed web interface for viewing, exploring, and analyzing Pandas DataFrames and Series interactively in a browser, with built-in filtering, sorting, visualization, and data manipulation tools.

However, review PYSEC-2024-117 before using in production, and be aware that the copyleft LGPL license requires sharing modifications to the library itself.

copyleftpure Python1 known vulnerabilities
79.6Kdownloads / mo
dtlpymetrics With conditions
PyPI · Quality Assurance · released Feb 2026

Calculates and generates quality scores for annotations in image and video datasets, measuring agreement between annotators and comparing against reference annotations using geometry, label, and attribute matching.

However, verify the license before use in proprietary contexts, and confirm that dtlpy is available and configured in your environment.

license unclearpure Python
506.0Kdownloads / mo
dtreeviz With conditions
PyPI · Artificial Intelligence · released Jan 2026

dtreeviz renders decision trees from scikit-learn, XGBoost, LightGBM, Spark MLlib, and TensorFlow as interactive visualizations to help understand and interpret how these models make predictions.

MITpure Python · 3.6+aging
84.2Kdownloads / mo
dttlib With conditions
PyPI · Scientific/Engineering · released Aug 2026

dttlib provides frequency-domain analysis tools for LIGO gravitational wave detector data, supporting FFT-based diagnostics and swept-sine measurements.

license unclearcompiled wheel · 3.9+
120.3Kdownloads / mo
dtw-python With conditions
PyPI · Scientific/Engineering · released Jun 2026

Computes Dynamic Time Warping alignments between time series, measuring optimal temporal correspondence and cumulative distance with support for windowing and step-pattern constraints.

GPL-3.0-or-latercompiled wheel · 3.9+
250.9Kdownloads / mo
dub With conditions
PyPI · WWW/HTTP · released Jul 2026

Dub is a Python SDK for the Dub.co link attribution platform, providing programmatic access to create, manage, and track short links, conversion data, and affiliate programs.

However, verify the license terms before use in commercial or compliance-sensitive projects, since the license status is currently unclear in the metadata.

license unclearpure Python · 3.10+
249.6Kdownloads / mo
duckdb Worth it
PyPI · Scientific/Engineering · released Jul 2026

DuckDB is an in-process SQL database engine that executes analytical queries on local and remote data files (CSV, Parquet, JSON) without requiring a separate server or external dependencies.

MITcompiled wheel · 3.10.0+
57.2Mdownloads / mo
duckdb-engine Worth it
PyPI · Front-Ends · released Mar 2025

A SQLAlchemy driver that enables you to use DuckDB as a database backend, allowing standard SQLAlchemy ORM and SQL operations against DuckDB instances.

MITpure Python
2.1Mdownloads / mo