Workday date utility functions to extend python's datetime
Project description
- Extend python datetime with excel-like workday addition/subtraction
functionality:
NETWORKDAYS(start_date,end_date,holidays)
Returns the number of whole working days between start_date and end_date (inclusive of both start_date and end_date). Working days exclude weekends and any dates identified in holidays. Use NETWORKDAYS to calculate employee benefits that accrue based on the number of days worked during a specific term.
WORKDAY(start_date,days,[holidays])
Returns a number that represents a date that is the indicated number of working days before or after a date (the starting date). Working days exclude weekends and any dates identified as holidays. Use WORKDAY to exclude weekends or holidays when you calculate invoice due dates, expected delivery times, or the number of days of work performed.
This module has similarities with the BusinessHours module - you may want to check it out as well to see which one better fits your needs.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file workdays-1.4.tar.gz
.
File metadata
- Download URL: workdays-1.4.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f6cbaf1bba2c3ab2f7e14d8a84582b79e7de4e2ae3e486954724435e55af230 |
|
MD5 | 7f8486b1937c6b01b8d46c8f16b21105 |
|
BLAKE2b-256 | 6cfc82bda622103b7cf2a07fec350a7eb46dfab513064c8947a79bd122f35794 |