how does this differ from ciso8601?

Issue #17 closed
Former user created an issue

?

Comments (1)

  1. Brandon Nielsen repo owner

    ciso8601 is focused on speed. It does not represent anywhere near a complete implementation of an ISO 8601 parser. It can only parse dates, times, and datetimes, and it does not even support all specification compliant variants of those. Additionally, it's written as an extension module so it's unlikely to be compatible with alternative Python implementations.

    aniso8601 attempts to cover the ISO 8601 specification as much as possible. It can parse dates, times, datetimes, durations, intervals, and repeating intervals, including the shortened representations.

  2. Log in to comment