$npx skillfedfor your agent

Packages starting with 'D'

1,049 packages · page 22 of 27

Packages

dlib With conditions
PyPI · Software Development · released Mar 2026

dlib is a C++ machine learning and computer vision toolkit with Python bindings, providing algorithms for image recognition, classification, and data analysis.

However, ensure your development environment has a working C++ compiler and CMake before attempting installation.

license unclearbuilds from source
198.0Kdownloads / mo
dlib-bin With conditions
PyPI · Software Development · released Mar 2026

dlib-bin provides pre-compiled binary wheels of dlib, a machine learning and computer vision toolkit, eliminating the need to build from source during installation.

However, verify that the Boost Software License is compatible with your project, and confirm that the pre-built wheels meet your performance and feature requirements…

license unclearcompiled wheel
3.6Mdownloads / mo
dlinfo With conditions
PyPI · Software Development · released Jan 2025

Provides Python access to libc's dlinfo function and macOS dyld_find, allowing you to query runtime information about loaded dynamic libraries.

Install it if you have a specific need for dlinfo; otherwise, it's a niche tool.

permissive licensepure Python · 3.9+aging
1.3Mdownloads / mo
dlint With conditions
PyPI · Security · released Oct 2024

Dlint is a flake8 plugin that adds security-focused and best-practice linting rules to Python code analysis, flagging insecure patterns like use of exec, unsafe deserialization, and other code quality issues.

However, the aging maintenance status means you should verify compatibility with your current Python and flake8 versions before relying on it for critical security…

BSD-3-Clausepure Pythonaging
93.0Kdownloads / mo
dlipower With conditions
PyPI · Python Modules · released Jun 2018

Manages Digital Loggers web-based network power switches through a Python class and command-line interface, allowing remote control of outlet power states and configuration.

BSD-3-Clausebuilds from sourcedormant
232.7Kdownloads / mo
dllist Skip
PyPI · System · released Feb 2025

Lists the shared libraries (DLLs) currently loaded by the Python process, returning their paths as a simple list.

BSD-3-Clausepure Python · 3.8+abandoned
149.1Kdownloads / mo
dlms-cosem With conditions
PyPI · Python Modules · released Mar 2025

A Python library for implementing DLMS/COSEM protocol clients to read and write data on energy meters over serial or TCP connections, handling protocol state management, APDU encoding/decoding, and encryption.

However, verify that the license permits your use case (commercial meter reading is restricted unless you contact the maintainer) and that your target meters are…

permissive licensepure Python
84.2Kdownloads / mo
dlt Worth it
PyPI · Libraries · released Aug 2026

dlt automates extraction, schema inference, and loading of data from REST APIs, SQL databases, files, and DataFrames into 20+ destinations (DuckDB, Snowflake, BigQuery, Postgres, etc.) with declarative resource definitions and zero-copy Arrow support.

Apache-2.0pure Python
8.2Mdownloads / mo
dlt-meta With conditions
PyPI · Testing · released Sep 2025

DLT-META is a metadata-driven framework that automates bronze and silver data pipelines on Databricks by reading pipeline specifications from JSON configuration files and orchestrating Lakeflow Declarative Pipeline execution.

However, the unclear license terms and aging maintenance status (332 days since last release) warrant review before committing to production use—confirm license…

license unclearpure Python · 3.8+aging
241.1Kdownloads / mo
dlthub With conditions
PyPI · Libraries · released Aug 2026

A commercial plugin that adds data transformation, dbt package generation, declarative pipeline configuration, and Iceberg support to an open-source data load tool.

However, it requires a commercial license obtained through a waiting list—verify that you can obtain one and understand its cost before committing.

license unclearpure Python
253.5Kdownloads / mo
dlthub-client With conditions
PyPI · Libraries · released Aug 2026

Extends a data load tool with a CLI command to deploy and run pipelines, datasets, notebooks, and MCP servers on dltHub Runtime.

Apache-2.0pure Python
143.3Kdownloads / mo
dm-control Worth it
PyPI · Artificial Intelligence · released Jul 2026

dm_control provides Python bindings to the MuJoCo physics engine and a suite of reinforcement learning environments for continuous control tasks, along with tools for composing and modifying physics-based simulations.

Install it if you need a physics simulation framework for continuous control research or prototyping.

permissive licensepure Python · 3.9+
444.3Kdownloads / mo
dm-haiku With conditions
PyPI · Libraries · released Jul 2026

Haiku is a neural network library for JAX that provides an object-oriented module abstraction and function transformation to build and train models while retaining access to JAX's pure function transformations.

Apache-2.0pure Python · 3.10+
262.6Kdownloads / mo
dm-tree Worth it
PyPI · Libraries · released Mar 2026

Provides utilities for working with nested data structures—flattening, mapping functions across leaves, and traversing trees while preserving structure—backed by an optimized C++ implementation.

Install it if your code regularly manipulates nested dicts, lists, or mixed hierarchies—especially in machine learning or data processing contexts.

Apache-2.0compiled wheel · 3.10+
5.7Mdownloads / mo
dmgbuild With conditions
PyPI · Python Modules · released Jan 2026

dmgbuild creates macOS disk images (.dmg files) from the command line with full control over appearance, without relying on Finder or deprecated APIs.

MITpure Python · 3.10+
147.0Kdownloads / mo
dmiparser Worth it
PyPI · Monitoring · released Aug 2026

Parses dmidecode output into structured Python objects and exports them as JSON, JSONC, YAML, or XML via a Python API or command-line tools.

permissive licensepure Python · 3.6+
83.6Kdownloads / mo
dmpython Worth it
PyPI · Database · released Jul 2026

dmPython is a native Python driver for connecting to Dameng databases, implementing the Python DB API 2.0 specification to enable direct database access from Python applications.

Install it if you need to connect Python applications to Dameng databases.

permissive licensecompiled wheel
387.2Kdownloads / mo
dnaio With conditions
PyPI · Bio-Informatics · released Oct 2025

dnaio reads and writes FASTQ, FASTA, and uBAM files with optimized parsing for bioinformatics workflows, automatically handling compressed formats like .gz, .bz2, .xz, and .zst.

MITcompiled wheel · 3.10+aging
92.4Kdownloads / mo
dncil Worth it
PyPI · Security · released Dec 2022

dncil is a Python library for disassembling Common Intermediate Language (CIL) instructions from .NET managed methods, parsing headers, instructions, and exception handlers into an object-oriented API.

Install it if you need to analyze .NET CIL bytecode from Python—particularly for malware analysis, reverse engineering, or security research.

Apache-2.0pure Python · 3.7+
181.6Kdownloads / mo
dnfile Worth it
PyPI · Software Development · released Jan 2026

Parses .NET executable files to extract and inspect CLR metadata, streams, tables, resources, and structure information from compiled .NET binaries.

Install it if you work with compiled .NET binaries and need programmatic access to their CLR structures.

MITpure Python · 3.8+
289.6Kdownloads / mo
dns-lexicon Worth it
PyPI · Python Modules · released May 2026

dns-lexicon provides a unified Python interface to create, read, update, and delete DNS records across multiple DNS providers via their APIs, usable as both a CLI tool and a library.

Install it if you need to automate DNS operations or support multiple DNS backends.

MITpure Python · 3.10+
161.1Kdownloads / mo
dnslib With conditions
PyPI · Name Service (DNS) · released Mar 2025

Encodes and decodes DNS wire-format packets, supporting creation of DNS requests and responses, and parsing of zone file and DiG formats.

However, be aware it is in maintenance mode—no new features or API modernization are planned.

permissive licensepure Pythonaging
1.5Mdownloads / mo
dnspython Worth it
PyPI · Python Modules · released Sep 2025

dnspython is a DNS toolkit that handles queries, zone transfers, dynamic updates, TSIG authentication, and EDNS0, with support for nearly all DNS record types and both high-level and low-level API access.

Install it if you need DNS queries, zone operations, or DNSSEC validation in Python; avoid it only if you need simple hostname resolution.

ISCpure Python · 3.10+
326.6Mdownloads / mo
dnstwist With conditions
PyPI · Security · released Jan 2025

Generates domain name permutations to detect typosquatting, phishing, and brand impersonation attacks, with optional live phishing detection via HTML and visual similarity analysis.

Apache-2.0pure Pythonaging
119.7Kdownloads / mo
doc2docx With conditions
PyPI · Libraries · released Apr 2023

Converts legacy .doc files to modern .docx format on Windows or macOS by automating Microsoft Word, which must be installed on the system.

However, maintenance is dormant (last release April 2023, no recent commits), so if Word's automation interfaces change significantly or you encounter bugs, fixes may…

MITpure Pythondormant
79.3Kdownloads / mo
doc8 Worth it
PyPI · Utilities · released Jun 2025

doc8 is a style checker for reStructuredText documentation that validates formatting rules like line length, trailing whitespace, indentation, and newline conventions.

Install it if you maintain Sphinx or reStructuredText documentation and want automated style enforcement.

Apache-2.0pure Python · 3.10+
902.4Kdownloads / mo
docarray Worth it
PyPI · Software Development · released Mar 2025

DocArray provides a Python data structure for representing, transmitting, storing, and retrieving multimodal data, with built-in support for tensors from NumPy, PyTorch, TensorFlow, and JAX.

Apache-2.0pure Python
109.0Kdownloads / mo
doccmd Worth it
PyPI · Documentation · released Jul 2026

Runs linters, formatters, and other command-line tools against code blocks embedded in documentation files (reStructuredText, Markdown, MyST, MDX, Djot, Norg).

Install it if you maintain documentation with embedded code examples and want automated validation.

MITpure Python · 3.11+
176.0Kdownloads / mo
docformatter Worth it
PyPI · Quality Assurance · released Apr 2026

Automatically formats Python docstrings to comply with PEP 257 conventions, including proper quote usage, line breaks, and field list formatting.

Install it if your team values consistent docstring formatting or you need PEP 257 compliance automation.

MITpure Python
1.5Mdownloads / mo
docker Worth it
PyPI · Software Development · released Jul 2026

A Python library that lets you programmatically control Docker—run containers, manage images, orchestrate Swarms, and perform any operation the docker command-line tool can do, all from within Python code.

Install it if you need to control Docker from Python code; it is the standard binding for that task.

Apache-2.0pure Python · 3.8+
182.8Mdownloads / mo
docker-compose With conditions
PyPI · Distributed Computing · released May 2021

Docker Compose is a command-line tool for defining and running multi-container Docker applications using a declarative YAML configuration file.

However, the latest release date (2021-05-10) is significantly outdated.

Apache-2.0pure Python · 3.4+
1.2Mdownloads / mo
docker-image-py Worth it
PyPI · Python Modules · released Jun 2026

Parses Docker image reference strings into their component parts (registry, repository, tag, digest) following Docker's distribution reference grammar and normalization rules.

Apache-2.0pure Python · 3.10+
3.2Mdownloads / mo
docker-py With conditions
PyPI · Utilities · released Nov 2016

A Python client library that lets you control Docker containers, images, and services programmatically through the Docker Remote API instead of using the command line.

However, verify that this is still the recommended Docker client for your Python version—the latest PyPI release is from 2016, and the modern Docker Python client may…

Apache-2.0pure Python
1.1Mdownloads / mo
docker-pycreds Skip
PyPI · Utilities · released Nov 2018

Provides Python bindings to interact with Docker's credential storage API, allowing you to store, retrieve, and manage Docker credentials programmatically.

Apache-2.0pure Pythonabandoned
11.5Mdownloads / mo
docker-squash With conditions
PyPI · Build Tools · released Nov 2024

Combines multiple Docker image layers into fewer layers to reduce image size and push/load time, controllable by layer count or starting layer ID.

However, the aging maintenance status (last release 639 days ago) and high install friction (source distribution, Docker daemon requirement) mean you should verify…

permissive licensebuilds from sourceaging
113.8Kdownloads / mo
dockerfile With conditions
PyPI · Build Tools · released Jan 2025

Parses Dockerfile syntax into structured Python objects using the official Docker parser, exposing commands, flags, and values for programmatic inspection.

However, be aware that the repository is no longer maintained—if Docker's parser evolves significantly or you encounter edge cases, upstream fixes are unlikely.

MITcompiled wheel · 3.9+abandoned
358.8Kdownloads / mo
dockerfile-parse With conditions
PyPI · Python Modules · released Jul 2023

Parses and manipulates Dockerfile files programmatically, allowing you to read, analyze, and modify Dockerfile structure and content through a Python API.

BSD-3-Clausepure Python · 3.6+dormant
11.6Mdownloads / mo
dockerflow Worth it
PyPI · WWW/HTTP · released Mar 2026

Provides helpers and tools for implementing Mozilla's Dockerflow pattern in Python web applications, enabling standardized health checks and deployment lifecycle management.

MPL-2.0pure Python
101.4Kdownloads / mo
dockerpty Skip
PyPI · Libraries · released Feb 2016

Operates the pseudo-terminal (PTY) allocated to a Docker container, enabling interactive terminal control of containerized processes from Python.

Apache-2.0builds from sourceabandoned
706.8Kdownloads / mo
doclang Worth it
PyPI · Libraries · released Jul 2026

DocLang is a reference toolkit for validating and packaging documents in DocLang format, an AI-native markup designed to preserve structure and semantics while mapping cleanly to LLM tokens.

Apache-2.0pure Python · 3.10+
2.3Mdownloads / mo