python3-ciso8601

fast ISO8601 date time parser for Python written in C
  https://github.com/closeio/ciso8601
  0
  no reviews



This package converts date time strings from ISO8601 or RFC3339 into Python datetime objects. Since it's written as a C module, it is much faster than other Python libraries. Ciso8601 doesn't support the entirety of the ISO 8601 spec, only a popular subset.