Packages
PyXB-X generates Python classes from XMLSchema definitions, enabling bidirectional conversion between XML documents and Python objects with a Pythonic interface.
Parse, inspect, and manipulate XBE executable files from the original Xbox game console in pure Python.
Computes Damerau-Levenshtein edit distance between sequences using Cython for high performance, supporting strings, lists, tuples, and other sequence types with optional distance thresholds.
pyxdia extracts program metadata and symbol information from PDB (Program Database) files, enabling analysis of compiled binaries across Windows, macOS, and Linux.
PyXero is a Python client library for the Xero accounting REST API, supporting OAuth2 and PKCE authentication flows.
PyXIRR is a Rust-backed library that computes financial functions including XIRR, IRR, NPV, and FV with support for multiple day-count conventions and vectorized operations on dates and cash flows.
Parses Excel 2007-2010 Binary Workbook (xlsb) files and extracts data as rows of cells with values, dates, and positions.
However, do not rely on it for new projects or expect updates—it is abandoned.
Provides dictionary-like read and write access to Excel worksheets through openpyxl, letting you treat spreadsheet rows as structured data objects.
However, be aware that maintenance is inactive—if you encounter bugs or need compatibility updates, you may need to fork or switch to openpyxl directly.
pyxnat provides Python bindings to interact with XNAT (Extensible Neuroimaging Archive Toolkit) servers, enabling programmatic access to medical imaging data and project management through HTTP requests.
PyXtal generates crystal structures with specified symmetry constraints and analyzes their properties, supporting atomic and molecular crystals in multiple dimensions with X-ray diffraction analysis and structure manipulation via symmetry relations.
PyYAML parses and emits YAML 1.1 data format, enabling serialization and deserialization of configuration files and Python objects to and from human-readable YAML text.
Adds a custom YAML tag that lets you reference environment variables directly in YAML files, with support for fallbacks and type coercion.
PyYAML-ft is a YAML parser and emitter for Python 3.13 with support for free-threaded execution, allowing thread-safe YAML processing without the Global Interpreter Lock.
The aging maintenance status (430 days since last release) is acceptable given the package's stated purpose as a temporary fork pending upstream support; however,…
Extends PyYAML to include other YAML files into a current YAML document, with support for local files, wildcards, and remote sources via fsspec (HTTP, S3, SFTP, etc.).
However, the GPLv3+ copyleft license restricts use in proprietary closed-source projects—verify license compatibility before committing.
Embeds Python expressions directly in YAML files, evaluating them at parse time to generate dynamic configuration values.
PyZabbix provides a Python interface to the Zabbix API, enabling programmatic access to query and manage Zabbix monitoring infrastructure through HTTP requests.
However, the last release was over 970 days ago and the project is marked as aging.
Decodes one-dimensional barcodes and QR codes from images using the zbar library, returning decoded data and precise barcode locations.
Provides local lookup of US ZIP code information including city, state, coordinates, timezone, and daylight savings time, with search and radius-based filtering.
pyzipper replaces Python's standard zipfile module to read and write AES-encrypted zip archives, using the WinZip AES encryption specification.
PyZMQ provides Python bindings for ZeroMQ (ØMQ), a lightweight messaging library that enables fast, asynchronous communication between distributed processes and applications.
Pyzotero is a Python client library for the Zotero API that lets you programmatically access, search, and retrieve bibliographic items from personal or group Zotero libraries.
Provides Python bindings to the Zstandard (zstd) compression library with an API similar to bz2, lzma, and zlib modules.
Decode barcodes and QR codes from images or NumPy arrays using ZXing, supporting QR Code, Data Matrix, PDF417, Aztec, and one-dimensional formats with format hints and binary payload preservation.
Install it if you need reliable barcode or QR code decoding with control over decode hints and access to raw metadata.