Commit Graph

2 Commits

Author SHA1 Message Date
eric
8c131ca116 update to 0.5.10
ok wcmaier@
2008-09-01 19:09:17 +00:00
eric
ce55c13d11 Epsilon is a set of utility modules, commonly used by all Divmod projects.
This is intended mainly as a support package for code used by Divmod projects,
and not as an external library.  However, it contains many useful modules and
you can feel free to use them!

Currently included:

  * A powerful date/time formatting and import/export class
    (ExtimeDotTime), 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 featureful Version class. 
  * A formal system for application of monkey-patches. 

ok pyr@
2008-04-21 19:06:02 +00:00