python-box 7.3.2-1build1 source package in Ubuntu

Changelog

python-box (7.3.2-1build1) resolute; urgency=medium

  * No-change rebuild with Python 3.14 as supported version

 -- Graham Inggs <email address hidden>  Tue, 21 Oct 2025 10:24:50 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Resolute
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-box_7.3.2.orig.tar.gz 44.7 KiB 028b9917129e67f311932d93347b8a4f1b500d7a5a2870ee3c035f4e7b19403b
python-box_7.3.2-1build1.debian.tar.xz 3.8 KiB 5e537aa487a0604065d827fc3be98c65da2827a02cc26e2fb5d5b25d1d8390ce
python-box_7.3.2-1build1.dsc 2.2 KiB 73a57717a6ee5aeec0ab446fc547a825d602d23b9361bcc50cb15d6c2f5d6db8

View changes file

Binary packages built by this source

python3-box: Python dictionaries with advanced dot notation access

 Box is designed to be an easy drop in transparently replacements
 for dictionaries, thanks to Python's duck typing capabilities, which
 adds dot notation access. Any sub dictionaries or ones set after
 initiation will be automatically converted to a Box object.
 You can always run .to_dict() on it to return the object and all
 sub objects back into a regular dictionary.

python3-box-dbgsym: debug symbols for python3-box