epsilon 0.7.0-2 source package in Ubuntu

Changelog

epsilon (0.7.0-2) unstable; urgency=medium


  * Enable automated tests via autopkgtest.

 -- Tristan Seligmann <email address hidden>  Sat, 29 Mar 2014 16:38:27 +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

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
epsilon_0.7.0-2.dsc 2.1 KiB 8fc5254a37ef68886b951cdc030b7014fb0eba6ac4b7e9777e62c9d762859199
epsilon_0.7.0.orig.tar.gz 79.3 KiB 81419d50b17a20efd75440d43e4b07fe3c2a5e6d619f39318dab9031a0680032
epsilon_0.7.0-2.debian.tar.xz 13.3 KiB 8a47b9a2ab346cfe01847c7773e26652d1535db25853174ccb288713f704c9b1

Available diffs

No changes file available.

Binary packages built by this source

python-epsilon: Python utility modules commonly used by Divmod.org project

 Epsilon is a set of Python utility modules, commonly used by all
 Divmod.org Python projects.
 .
 This is intended mainly as a support package for code used by Divmod
 projects, however it contains many generally useful modules.
 .
 Currently included:
  * a powerful date/time formatting and import/export class
    (extime.Time), for exchanging date and time information between all
    Python's various ways to interpret objects as times or time deltas
  * tools for managing concurrent asynchronous processes within Twisted
  * a metaclass which helps you define classes with explicit states
  * a formal system for application of monkey-patches