Next | Query returned 12 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2019-01-09 10:01:08 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-aniso8601: updated to 4.1.0

4.1.0:
Unknown changes.
   2018-12-06 20:25:34 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-aniso8601: added version 4.0.1

Library for parsing ISO 8601 strings

Features
* Pure Python implementation
* Python 3 support
* Logical behavior
  - Parse a time, get a datetime.time
  - Parse a date, get a datetime.date
  - Parse a datetime, get a datetime.datetime
  - Parse a duration, get a datetime.timedelta
  - Parse an interval, get a tuple of dates or datetimes
  - Parse a repeating interval, get a date or datetime generator
* UTC offset represented as fixed-offset tzinfo
* Parser separate from representation, allowing parsing to different datetime
  formats
* No regular expressions

Next | Query returned 12 messages, browsing 11 to 20 | previous