python-ormar-utils 0.2.0-1
Package Information
| 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. |
|---|---|
| Maintainer | Debian Python Team <team+python@tracker.debian.org> |
| Changed By | Edward Betts <edward@4angle.com> |
| Sponsor | edward@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/python-team/packages/python-ormar-utils.git (browse) |
| Closes | #1141428 |
| Tracker | https://tracker.debian.org/pkg/python-ormar-utils |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Date | Sat, 04 Jul 2026 15:12:06 +0100 |
|---|---|
| Source | python-ormar-utils |
| Version | 0.2.0-1 |
| Changed-By | Edward Betts |
| Architecture | source amd64 |
| Distribution | unstable |
Changelog
python-ormar-utils (0.2.0-1) unstable; urgency=medium . * Initial release. (Closes: #1141428)
.dsc
| Component | main |
|---|---|
| Package-List | python3-ormar-utils deb python optional arch=any |
| Section | python |
| Priority | optional |
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.