Packages
A pure Python library for building applications that interact with the XRP Ledger, handling wallet management, transaction signing, serialization, and network communication.
Install it if you are building any application that needs to interact with the XRP Ledger or manage XRP accounts programmatically.
xsdata generates Python dataclasses from XML schemas, WSDL, DTD, and JSON documents, then parses and serializes XML and JSON data using those generated models.
Generates pydantic models from XML and JSON schemas, then parses and serializes XML/JSON documents as typed Python objects using those models.
XTGeo manipulates subsurface reservoir modelling data—3D grids, surfaces, seismic cubes, and wells—using NumPy and C backends for performance, with support for industry formats like RMS and Eclipse.
Provides plotting functions for xtgeo objects, enabling visualization of subsurface and geospatial data through matplotlib-backed rendering.
Parses JUnit/XUnit XML test result files and maps them to Python objects compatible with the standard unittest module.
Manages headless X11 virtual displays using Xvfb, allowing GUI applications to run without a physical display on Linux/Unix systems.
Install it if you need to run X11 applications or browser automation tests without a physical display.
xxhash provides fast non-cryptographic hashing via Python bindings to the xxHash C library, supporting xxh32, xxh64, and xxh3 algorithms with both streaming and one-shot interfaces.
Install it if you need fast non-cryptographic hashing; avoid it only if you require cryptographic security or have no hashing performance constraints.
xxtea is a Python extension that implements the XXTEA block cipher algorithm, providing functions to encrypt and decrypt data with a 128-bit key using a non-standard 4-byte PKCS#7 padding scheme.
However, be aware that its non-standard padding makes output incompatible with other XXTEA libraries; use only if interoperability with this specific implementation…
Provides a Python API and JSON database of XYZ tile service providers for use as raster basemap tiles in maps, with no external runtime dependencies.
Install it if you're using tile-based maps and want a reliable reference for provider URLs and attribution.