DFSG NEW Queue

DFSG, Licensing & New Packages Team

python-ormar-utils 0.2.0-1

Package Information

DescriptionRust-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.

MaintainerDebian Python Team <team+python@tracker.debian.org>
Changed ByEdward Betts <edward@4angle.com>
Sponsoredward@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/python-team/packages/python-ormar-utils.git (browse)
Closes#1141428
Trackerhttps://tracker.debian.org/pkg/python-ormar-utils
Uploaded3 hours ago

New Package Report

.changes
DateSat, 04 Jul 2026 15:12:06 +0100
Sourcepython-ormar-utils
Version0.2.0-1
Changed-ByEdward Betts
Architecturesource amd64
Distributionunstable
Changelog
python-ormar-utils (0.2.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1141428)
.dsc
Componentmain
Package-Listpython3-ormar-utils deb python optional arch=any
Sectionpython
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ormar-utils
Upstream-Contact: Radosław Drążkiewicz <collerek@gmail.com>
Source: https://github.com/ormar-orm/ormar-utils

Files: *
Copyright: 2026 Radosław Drążkiewicz
License: MIT

Files: debian/*
Copyright: 2026 Edward Betts <edward@4angle.com>
License: MIT


License: MIT
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the "Software"), to deal in the Software without
 restriction, including without limitation the rights to use,
 copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following
 conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.

Back to Dashboard | View all reviews for this package