DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-egenix-mxdatetime
Beschreibungdate and time handling routines for Python
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version3.1.3-2ubuntu1
Sektionpython
Prioritätoptional
Installierte Größe384 Byte
Hängt ab vonlibc6 (>= 2.4), python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11), python-egenix-mxtools
Empfohlene Pakete
PaketbetreuerUbuntu Core Developers
Quelleegenix-mx-base
Paketgröße72748 Byte
Prüfsumme MD58f17119280efc9e068f788e32cdebf2e
Prüfsumme SHA1911b26bbfff67b853e10775653fc3d39bd844cd9
Prüfsumme SHA25688ed728e07d0fca181f48004e1b5cd2d798a479c8aaff290b942b6c8aa372bbe
Link zum Herunterladenpython-egenix-mxdatetime_3.1.3-2ubuntu1_i386.deb
Ausführliche BeschreibungmxDateTime 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 1.1.1970 0: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.


Impressum
Linux is a registered trademark of Linus Torvalds