python-decorator 4.0.6-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Sun, 27 Dec 2015 20:17:21 +0100

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
Xenial release main python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-decorator_4.0.6-1.dsc 2.2 KiB a0611dbb5541c3d81bddace50d639af6c9bafaa90d5c99807f275966aa6b8d30
python-decorator_4.0.6.orig.tar.gz 67.2 KiB 1c6254597777fd003da2e8fb503c3dbf3d9e8f8d55f054709c0e65be3467209c
python-decorator_4.0.6-1.debian.tar.xz 3.5 KiB 3ad4365e1038d9033f6b5b7ce1b6e77a79ebea172f5e11aa68e3c821bb00f142

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: 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.