python-public 4.0-2 source package in Ubuntu

Changelog

python-public (4.0-2) unstable; urgency=medium

  * debian/copyright: Updated packaging copyright

 -- Josenilson Ferreira da Silva <email address hidden>  Tue, 10 Oct 2023 05:37:40 -0300

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-public_4.0-2.dsc 2.3 KiB 5b6fe547f2ddc090e5bdfe99629813bdfce7df0ab34ea2589613340dfddf5281
python-public_4.0.orig.tar.gz 48.5 KiB 7bb8b62ba9106569f475366b12f41d4f1d20575e3ae0daa530d474219f18e2ea
python-public_4.0-2.debian.tar.xz 5.1 KiB 9b5cbd0771e09d927b6c9af52ce47968402b598639b223365b7cb2d4cf28e6f4

Available diffs

No changes file available.

Binary packages built by this source

python-public-doc: @public decorator for adding names to _all_(common documentation)

 His module is a library that provides two simple decorators called @public
 and @private to document the publicity of names in your Python module. These
 decorators are used to control what will be imported when someone uses the
 from <module> import * statement. It's usually good practice to use a special
 attribute called __all__ to explicitly list the public names you want exposed
 in your module.
 .
 This package installs the common documentation package.

python3-public: @public decorator for adding names to __all__

 His module is a library that provides two simple decorators called @public
 and @private to document the publicity of names in your Python module. These
 decorators are used to control what will be imported when someone uses the
 from <module> import * statement. It's usually good practice to use a special
 attribute called __all__ to explicitly list the public names you want exposed
 in your module.