| Package Name | Access | Summary | Updated |
|---|---|---|---|
| deprecat | public | Python @deprecat decorator to deprecate old python classes, functions or methods. | 2025-09-08 |
| debugpy | public | An implementation of the Debug Adapter Protocol for Python | 2025-09-08 |
| dbf | public | Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files (including memos) | 2025-09-08 |
| dawg-python | public | Pure-python reader for DAWGs (DAFSAs) created by dawgdic C++ library or DAWG Python extension. | 2025-09-08 |
| datrie | public | Super-fast, efficiently stored Trie for Python, uses libdatrie | 2025-09-08 |
| dateutils | public | Various utilities for working with date and datetime objects | 2025-09-08 |
| dateparser | public | Date parsing library designed to parse dates from HTML pages | 2025-09-08 |
| dask-core | public | Parallel Python with task scheduling | 2025-09-08 |
| dacite | public | Simple creation of data classes from dictionaries. | 2025-09-08 |
| cymem | public | Manage calls to calloc/free through Cython | 2025-09-08 |
| cwcwidth | public | Python bindings for wc(s)width | 2025-09-08 |
| ctypesgen | public | Python wrapper generator for ctypes | 2025-09-08 |
| cssselect | public | CSS Selectors for Python | 2025-09-08 |
| cryptominisat | public | An advanced SAT Solver https://www.msoos.org | 2025-09-08 |
| cryptography-vectors | public | Test vectors for cryptography. | 2025-09-08 |
| cryptography | public | Provides cryptographic recipes and primitives to Python developers | 2025-09-08 |
| croniter | public | croniter provides iteration for datetime object with cron like format | 2025-09-08 |
| cron-descriptor | public | A Python library that converts cron expressions into human readable strings. | 2025-09-08 |
| crc32c | public | A python package exposing the Intel SSE4.2 CRC32C instruction | 2025-09-08 |
| coverage | public | Code coverage measurement for Python | 2025-09-08 |
| contextlib2 | public | Backports and enhancements for the contextlib module | 2025-09-08 |
| constantly | public | Symbolic constants in Python | 2025-09-08 |
| configparser | public | Updated configparser from stdlib for earlier Pythons. | 2025-09-08 |
| configobj | public | Config file reading, writing and validation. | 2025-09-08 |
| configargparse | public | Applications with more than a handful of user-settable options are best configured through a combination of command line args, config files, hard-coded defaults, and in some cases, environment variables. | 2025-09-08 |