Исходный код egenix-mx-base:
mxDateTime is an extension package that provides three new object types, DateTime, DateTimeDelta and RelativeDateTime, which let you store and handle date/time values in a much more natural way than by using ticks (seconds since 1.1.70 0:00 UTC; the encoding used by the time module).
You can add, subtract and even multiply instances, pickle and copy them and convert the results to strings, COM dates, ticks and some other more esoteric values. In addition, there are several convenient constructors and formatters at hand to greatly simplify dealing with dates and times in real-world applications.
In addition to providing an easy-to-use Python interface the package also exports a comfortable C API interface for other extensions to build upon. This is especially interesting for database applications which often have to deal with date/time values.
|
|
|
| Архитектура | Размер пакета | В установленном виде | Файлы |
|---|---|---|---|
| alpha | 126,1 Кб | 600 Кб | [список файлов] |
| amd64 | 124,7 Кб | 588 Кб | [список файлов] |
| arm | 122,0 Кб | 572 Кб | [список файлов] |
| hppa | 129,8 Кб | 600 Кб | [список файлов] |
| i386 | 120,3 Кб | 460 Кб | [список файлов] |
| ia64 | 147,1 Кб | 704 Кб | [список файлов] |
| mips | 123,8 Кб | 600 Кб | [список файлов] |
| mipsel | 123,7 Кб | 600 Кб | [список файлов] |
| powerpc | 127,0 Кб | 600 Кб | [список файлов] |
| s390 | 125,0 Кб | 580 Кб | [список файлов] |
| sparc | 122,4 Кб | 592 Кб | [список файлов] |