Source: python-ormar-utils Maintainer: Debian Python Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 14), dh-sequence-python3, dh-sequence-single-binary, cargo, librust-pyo3-dev (>= 0.28), pybuild-plugin-pyproject, python3-all, python3-setuptools, python3-maturin, rustc, Build-Depends-Arch: python3-pytest , Standards-Version: 4.7.4 Homepage: https://github.com/ormar-orm/ormar-utils Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ormar-utils Vcs-Git: https://salsa.debian.org/python-team/packages/python-ormar-utils.git Testsuite: autopkgtest-pkg-pybuild Package: python3-ormar-utils Architecture: any Description: Rust-accelerated utility functions for the ormar ORM This library provides utility routines used by ormar for data encoding, hashing, list handling, alias mapping, and merge planning. . It includes functions for encoding byte values as text, decoding them back to bytes, and serialising values to JSON. It can convert dictionaries and lists into hashable tuples, translate strings containing double-underscore path separators into nested dictionaries, and group related field names into nested structures. . The library also provides a unique-list collection that keeps duplicate entries out, routines for building reverse alias maps, and helpers for grouping primary key values and planning ordered list merges. The main other entity it works with is the ormar ORM, which can call these routines during its internal model and relation handling.