Red Hat business days calendar
Project description
This module builds on workdays to provide a networkdays() method that knows about the Red Hat business holidays.
Example: determine number of business days from today
import datetime
from rhcalendar import networkdays
today = datetime.date.today()
to_date = datetime.date(2023, 1, 1) # something far away...
days = networkdays(from_date=today, to_date=to_date)
print('%s is %d Red Hat business days from now.' % (to_date, days))
# prints "2023-01-01 is 522 Red Hat business days from now."
Locales
Currently this module has the Red Hat holiday calendars for the US and Quebec, Canada. Contributions welcome for other locales.
# Locale option defaults to 'en-US':
days = workdays(from_date, to_date)
# Or use Quebec, Canada holidays:
days = workdays(from_date, to_date, locale='qc-CA')
Packages that use this package
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rhcalendar-1.3.1.tar.gz
(4.3 kB
view details)
File details
Details for the file rhcalendar-1.3.1.tar.gz
.
File metadata
- Download URL: rhcalendar-1.3.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99e8a814eb74dc681466d88f59aab19fc165ad95f7d6fd3a3dbc9c2fad440243 |
|
MD5 | e46d8476d7a5c2ce4a3252924487324a |
|
BLAKE2b-256 | 5322de1246e9bc82f7b05854e5c26d10d90cc38de73eda9af2bda2b012678e7a |