python-decorator 4.1.1-1 source package in Ubuntu

Changelog

python-decorator (4.1.1-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version bumped to 4.0.0 (no changes needed)

 -- Piotr Ożarowski <email address hidden>  Thu, 20 Jul 2017 20:11:13 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-decorator_4.1.1-1.dsc 2.2 KiB aa970587ab96fc014d7718522375215cd33402476a47fc576b6ffab3eeef56bb
python-decorator_4.1.1.orig.tar.gz 31.2 KiB d48a0a1107a1e72ebd603ae3f9b06e4b9109f7fa92e28152a710adc4d37bf6e9
python-decorator_4.1.1-1.debian.tar.xz 3.6 KiB dad634de570d5802d6f633d1e25b8184de0cd5723e87f40ab042b9a97d59ebf6

Available diffs

No changes file available.

Binary packages built by this source

python-decorator: simplify usage of Python decorators by programmers

 Python 2.4 decorators have significantly changed the way Python programs are
 structured.
    * decorators help reduce boilerplate code;
    * decorators help the separation of concerns;
    * decorators enhance readability and maintainability;
    * decorators are very explicit.
 Still, as of now, writing custom decorators correctly requires some
 experience and is not as easy as it could be. For instance, typical
 implementations of decorators involve nested functions and we all know that
 flat is better than nested.
 The aim of the decorator module it to simplify the usage of decorators for
 the average programmer and to popularize decorators usage giving examples of
 useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc.

python3-decorator: No summary available for python3-decorator in ubuntu artful.

No description available for python3-decorator in ubuntu artful.