epsilon 0.6.0+r2713-2 source package in Ubuntu
Changelog
epsilon (0.6.0+r2713-2) unstable; urgency=medium [ Vincent Bernat ] * Clarify long description. Closes: #624180. [ Tristan Seligmann ] * Upload to unstable. -- Tristan Seligmann <email address hidden> Fri, 29 Nov 2013 08:22:55 +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 | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
epsilon_0.6.0+r2713-2.dsc | 2.1 KiB | 926d2027e001ef7e83c8aaf3b57bc43a0bc59e8b4b4ca2f58bdcb4c1e0fd67c0 |
epsilon_0.6.0+r2713.orig.tar.gz | 84.0 KiB | e4649819088842ef8af264538b3db37a042103a545bd68dcd8ea5fdd23efb9e1 |
epsilon_0.6.0+r2713-2.debian.tar.gz | 4.8 KiB | a1f8f731a2db81529e9d536f8f8328584209f02d096922838e8d16dd360bd4f6 |
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