python-decorator 3.4.0-2build1 source package in Ubuntu RTM

Changelog

python-decorator (3.4.0-2build1) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.
 -- Matthias Klose <email address hidden>   Sun, 23 Feb 2014 13:51:09 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main python
14.09 release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-decorator_3.4.0.orig.tar.gz 29.6 KiB c20b404cbb7ee5cebd506688e0114e3cd76f5ce233805a51f36e1a7988d9d783
python-decorator_3.4.0-2build1.debian.tar.gz 3.8 KiB 299f48f0a9724be790f880cf074287ed37e7bb325b00dc280cfc00a35bc27243
python-decorator_3.4.0-2build1.dsc 1.6 KiB beb6134c5a3ad8c6e057f25558da16e277254b94a6fc88300002b60764b64ef7

View changes file

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.