ubelt 1.3.3-1 source package in Ubuntu

Changelog

ubelt (1.3.3-1) unstable; urgency=medium

  * New upstream version 1.3.3

 -- Bo YU <email address hidden>  Sat, 12 Aug 2023 13:14:59 +0800

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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ubelt_1.3.3-1.dsc 3.1 KiB 3fba2057a7e9e31a94e7f20367cfa35dacac528c79b9b1c5be8798262b78047e
ubelt_1.3.3.orig.tar.xz 263.9 KiB 782d4114cdc1a7a40c9af040762aa172c3fcf512d30eb95affc532891e30953b
ubelt_1.3.3-1.debian.tar.xz 2.9 KiB 8839d9c15757c61eb604e1ebb9930dce1f81cbb9de64df5d6631f028ff650601

Available diffs

No changes file available.

Binary packages built by this source

python-ubelt-doc: Python Utility Belt Library

 Ubelt is a small library of robust, tested, documented, and simple
 functions that extend the Python standard library. It has a flat
 API that all behaves similarly on Windows, Mac, and Linux (up to
 some small unavoidable differences). Almost every function in ubelt
 was written with a doctest.
 .
  * Goal: provide simple functions that accomplish common tasks not
    yet addressed by the python standard library.
  * Constraints: Must be low-impact pure python; it should be easy to
    install and use.
  * Method: All functions are written with docstrings and doctests to
    ensure that a baseline level of documentation and testing always
    exists (even if functions are copy/pasted into other libraries)
  * Motto: Good utilities lift all codes.
 .
 This package contains the ubelt documentation in HTML format.

python3-ubelt: Python Utility Belt Library

 Ubelt is a small library of robust, tested, documented, and simple
 functions that extend the Python standard library. It has a flat
 API that all behaves similarly on Windows, Mac, and Linux (up to
 some small unavoidable differences). Almost every function in ubelt
 was written with a doctest.
 .
  * Goal: provide simple functions that accomplish common tasks not
    yet addressed by the python standard library.
  * Constraints: Must be low-impact pure python; it should be easy to
    install and use.
  * Method: All functions are written with docstrings and doctests to
    ensure that a baseline level of documentation and testing always
    exists (even if functions are copy/pasted into other libraries)
  * Motto: Good utilities lift all codes.
 .
 This is ubelt python package.