dateutil: Extensions to the standard Python module datetime#
Description#
The dateutil module provides powerful extensions to the standard datetime module.
License#
Simplified BSD License
Upstream Contact#
Author: Gustavo Niemeyer <gustavo@niemeyer.net>
Home page: http://labix.org/python-dateutil
Type#
standard
Dependencies#
Version Information#
package-version.txt:
2.9.0.post0
version_requirements.txt:
python-dateutil >=2.8.1
Equivalent System Packages#
$ sudo pacman -S python-dateutil
$ conda install python-dateutil
$ sudo apt-get install python3-dateutil
$ sudo yum install python-dateutil
$ sudo pkg install devel/py-dateutil
$ sudo emerge dev-python/python-dateutil
$ sudo port install py-dateutil
$ sudo zypper install python3\$\{PYTHON_MINOR\}-python-dateutil
$ sudo xbps-install python3-dateutil
See https://repology.org/project/python:python-dateutil/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.