python-dateutil==2.9.0.post0
# Extensions to the standard Python datetime module
$ pip install python-dateutil
downloads/wk
263,754,822
license
Dual License
version
2.9.0.post0
python
!=3.0.*,!=3.1.*,!=3.2.*,>=2.7
What is python-dateutil?
python-dateutil extends Python's built-in datetime module with utilities for parsing dates from strings, performing relative date calculations, and handling recurring events (rrules). Developers use it to simplify common date and time operations that would otherwise require substantial custom code, such as finding the next occurrence of a recurring event or parsing dates in various formats.
Dependencies (1)
Author
Gustavo Niemeyer