python-box 3.4.6-3 source package in Ubuntu

Changelog

python-box (3.4.6-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Sandro Tosi <email address hidden>  Thu, 02 Jun 2022 23:45:51 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-box_3.4.6-3.dsc 2.1 KiB 2da37e656df251f3e6eb383dcdac8f95e9cdc1ba9ab6433c3ce4658be7ec3701
python-box_3.4.6.orig.tar.xz 23.1 KiB 0d1a60f604350977bd1bd2a15e38ef551a834016cfc916f23d867b5e59349992
python-box_3.4.6-3.debian.tar.xz 3.1 KiB 59ef1603f8c602f3a30016b16c215cd1c6a732d05d4ea07bdee5c678420c9ed1

Available diffs

No changes file available.

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.