Bump databases/kbibtex to version 0.6_5
[dports.git] / devel / py-epsilon / pkg-descr
1 A small utility package that depends on tools too recent for Twisted (like
2 datetime in python2.4) but performs generic enough functions that it can be
3 used in projects that don't want to share Divmod's other projects' large
4 footprint.
5
6 Currently included:
7
8     * A powerful date/time formatting and import/export class (ExtimeDotTime),
9       for exchanging date and time information between all Python's various
10       ways to interpret objects as times or time deltas.
11     * Tools for managing concurrent asynchronous processes within Twisted.
12     * A metaclass which helps you define classes with explicit states.
13     * A featureful Version class.
14     * A formal system for application of monkey-patches.
15
16 WWW: https://launchpad.net/epsilon/