Difference between revisions of "ISODate"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=ISODate |Short description=an ISO 8601 date, time, duration parser and formater. |Full description=This module implements ISO 8601 date, time and duration parsing. ...")
 
(New version)
 
Line 3: Line 3:
 
|Short description=an ISO 8601 date, time, duration parser and formater.
 
|Short description=an ISO 8601 date, time, duration parser and formater.
 
|Full description=This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended by this module to support 2 digit years. (while it may still be valid as ISO date, because it is not explicitly forbidden.) Another example is, when no time zone information is given for a time, then it should be interpreted as local time, and not UTC. As this module maps ISO 8601 dates/times to standard Python data types, like date, time, datetime and timedelta, it is not possible to convert all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by the Python date and datetime classes.
 
|Full description=This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended by this module to support 2 digit years. (while it may still be valid as ISO date, because it is not explicitly forbidden.) Another example is, when no time zone information is given for a time, then it should be interpreted as local time, and not UTC. As this module maps ISO 8601 dates/times to standard Python data types, like date, time, datetime and timedelta, it is not possible to convert all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by the Python date and datetime classes.
 +
|Homepage URL=http://cheeseshop.python.org/pypi/isodate
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
 
|Component programs=
 
|Homepage URL=http://cheeseshop.python.org/pypi/isodate
 
|VCS checkout command=
 
 
|Computer languages=Python
 
|Computer languages=Python
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=format,Python,time,date,standard,parse,formatter,ISO,ISO 8601
 
|Keywords=format,Python,time,date,standard,parse,formatter,ISO,ISO 8601
|Is GNU=n
+
|Version identifier=0.5.4
|Last review by=Kelly Hopkins
+
|Version date=2015/08/06
|Last review date=2009-08-31
+
|Version status=beta
 +
|Version download=https://pypi.python.org/packages/f4/5b/fe03d46ced80639b7be9285492dc8ce069b841c0cebe5baacdd9b090b164/isodate-0.5.4.tar.gz
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/02/26
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.4.0
+
|Status=
|Version date=2009-08-21
+
|Is GNU=No
|Version status=beta
+
|License verified date=2009-08-27
|Version download=http://pypi.python.org/packages/source/i/isodate/isodate-0.4.0.tar.gz#md5=74eb2ffca6ab3318d6627f25f88e24e5
+
}}
 +
{{Project license
 +
|License=BSD_3Clause
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-08-27
 
|License verified date=2009-08-27
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Gerhard Weis
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Gerhard Weis
 
 
|Email=gerhard.weis@proclos.com
 
|Email=gerhard.weis@proclos.com
 
|Resource URL=
 
|Resource URL=
Line 40: Line 36:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=BSD_3Clause
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-08-27
 
}}
 

Latest revision as of 16:24, 26 February 2017


[edit]

ISODate

http://cheeseshop.python.org/pypi/isodate
an ISO 8601 date, time, duration parser and formater.

This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended by this module to support 2 digit years. (while it may still be valid as ISO date, because it is not explicitly forbidden.) Another example is, when no time zone information is given for a time, then it should be interpreted as local time, and not UTC. As this module maps ISO 8601 dates/times to standard Python data types, like date, time, datetime and timedelta, it is not possible to convert all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by the Python date and datetime classes.





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

27 August 2009




Leaders and contributors

Contact(s)Role
Gerhard Weis Maintainer


Resources and communication

Software prerequisites




Entry
















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.