rwproperty 1.0-2ubuntu4 source package in Ubuntu

Changelog

rwproperty (1.0-2ubuntu4) oneiric; urgency=low

  * Use dh_python2 instead of deprecated python-central.
 -- Gediminas Paulauskas <email address hidden>   Wed, 24 Aug 2011 19:32:33 +0300

Upload details

Uploaded by:
Gediminas Paulauskas
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
rwproperty_1.0.orig.tar.gz 2.8 KiB 49742642f2b5e6b0861b35a43ceda2b1aad3c5173dbd6f3e4ce1cb10037f8416
rwproperty_1.0-2ubuntu4.diff.gz 2.2 KiB 14aaa3c3d648d2de0fb416ceaa96ace987d0fc7084062b21eed30ea000878e0d
rwproperty_1.0-2ubuntu4.dsc 1.1 KiB 2bbd0ad30b09c088d0635863d9e6e1f3052c2c85bf688c9f1acc40dc051c9816

Available diffs

View changes file

Binary packages built by this source

python-rwproperty: Read & write properties

 Read & write properties work like regular properties. You simply
 define a method and then apply a decorator, except that you now don't
 use ``@property`` but ``@getproperty`` to mark the getter and
 ``@setproperty`` to mark the setter.