软件包:python-egenix-mxdatetime(3.2.9-1)
python-egenix-mxdatetime 的相关链接
Debian 的资源:
下载源码包 egenix-mx-base:
- [egenix-mx-base_3.2.9-1.dsc]
- [egenix-mx-base_3.2.9.orig.tar.gz]
- [egenix-mx-base_3.2.9-1.debian.tar.xz]
维护者:
相似软件包:
date and time handling routines for Python
mxDateTime is a Python extension package that provides three new objects, 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 1970-01-01 00:00:00 UTC), the representation used by Python's 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 (the mxODBC package is one example of an extension using this interface).
mxDateTime can convert between various different date/time storage formats, including COM dates, TJD, MJD, JDN, tuples and, probably most important, strings.
The date/time parser included in mxDateTime is one of the most flexible such parser available for Python. It is constantly being improved to make parsing date/time strings as easy as possible. At the same time, it offers a fully customizable interface which allows selecting valid date/time formats from a range of predefined categories.
There are also special parser and formatter modules for ARPA and ISO date/time formats, which are handy if you work a lot with Internet standards.
其他与 python-egenix-mxdatetime 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python (<< 2.8)
- 交互式高级面向对象语言(Python2 版本)
- dep: python (>= 2.7)
-
- dep: python-egenix-mxtools
- collection of additional builtins for Python
-
- sug: python-egenix-mxdatetime-dbg
- 本虚包由这些包填实: python-egenix-mx-base-dbg
-
- sug: python-egenix-mxdatetime-doc
- date and time handling routines for Python (documentation)