freebsd-ports/devel/py-ciso8601/pkg-descr
Ivan Rozhuk 9669d34379 devel/py-ciso8601: New port
Fast ISO8601 date time parser for Python written in C.

PR:		252072
Approved by:	lwhsu (mentor)
2021-07-02 05:26:40 -04:00

8 lines
300 B
Text

ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python
datetime objects. Since it's written as a C module, it is much faster
than other Python libraries.
Note: ciso8601 doesn't support the entirety of the ISO 8601 spec,
only a popular subset.
WWW: https://github.com/closeio/ciso8601