https://github.com/jmcantrell/python-dateutils
Utilities for working with datetime objects.
https://github.com/jmcantrell/python-dateutils
Last synced: 5 months ago
JSON representation
Utilities for working with datetime objects.
- Host: GitHub
- URL: https://github.com/jmcantrell/python-dateutils
- Owner: jmcantrell
- License: 0bsd
- Created: 2009-02-27T01:46:22.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T08:54:41.000Z (about 5 years ago)
- Last Synced: 2025-12-07T08:58:09.571Z (7 months ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 17
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
README
dateutils
=========
The main purpose of this package is to provide more complex arithmetic
operations on dates/times. Heavy use is made of the relativedelta type from
Labix's dateutil library. Much of this package is just a light wrapper on top
of this with some added features such as range generation and business day
calculation.
Installation
------------
You should install dateutils with pip:
pip install dateutils
Otherwise, you'll have to download the package and run:
python setup.py install
If you install it this way then you will also have to install all necessary
dependencies manually.