ciso8601

Fast ISO8601 date time parser for Python written in C

MIT License

Downloads
4.5M
Stars
557
Committers
21

Bot releases are hidden (Show)

ciso8601 - v2.3.1 Latest Release

Published by movermeyer 12 months ago

Version 2.3.1 - 2023-10-30

  • Added Python 3.12 wheels
ciso8601 - v2.3.0

Published by movermeyer almost 2 years ago

Version 2.3.0 - 2022-12-21

  • Added Python 3.11 support
  • Fix the build for PyPy2 (#116)
  • Added missing fromutc implementation for FixedOffset (#113). Thanks @davidkraljic
  • Removed improper ability to call FixedOffset's dst, tzname and utcoffset without arguments
  • Fixed: datetime.tzname returns a str in Python 2.7, not a unicode
  • Change METH_VARARGS to METH_O, enhancing performance. (#130)
  • Added support for ISO week dates, (#139)
  • Added support for ordinal dates, (#140)