Download List

项目描述

Epsilon is a small utility package. Its
dependencies make it inappropriate for inclusion
in Twisted, but it performs functions that are
generic enough to be used in projects that don't
want to share the large footprint of Divmod's
other projects. Currently, it includes a powerful
date/time formatting and import/export class for
exchanging date and time information between all
Python's various ways to interpret objects as
times or time deltas. It also includes some tools
for managing concurrent asynchronous processes
within Twisted.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-12 12:18 Back to release list
0.1.0

小量目前提供两个主要的特点。epsilon.extime提供转换,从不同的时间格式:RFC 2822中格式化的日期,POSIX的戳记,DateTime对象,struct_time对象,过ISO8601格式的时间戳和一个特定的上下文感知的格式称为“人类可读的格式“。 epsilon.cooperator提供了一个异步任务调度,充分递延的支持,以及集团的能力和优先任务。
标签: Initial freshmeat announcement
Epsilon currently offers two major features.
epsilon.extime offers conversion to and from a
variety of time formats: RFC 2822 formatted dates,
POSIX timestamps, datetime objects, struct_time
objects, ISO8601 formatted timestamps, and a
particular context-aware format known as the
"human readable format". epsilon.cooperator
provides a scheduler for asynchronous tasks, with
full Deferred support, as well as the ability to
group and prioritize tasks.

Project Resources