Skip to main content

A tool to help calculate the number of 'work days' between two dates given a particular schedule.

Project description

service-days

A tool to help calculate the number of service days between two dates given a service schedule.

PyPI - Version PyPI - Python Version


Table of Contents

Concepts

There are many libraries that will find the number work days between two dates, but what if you don't work Monday to Friday? What if your schedule is Monday, Thursday, Saturday?

This library calls that 3 day work schedule "service days"; as in, there are 3 "service days" in a given week.

It will calculate the number of service days between two dates given a service schedule.

service-days is a library that will calculate the number of service days between two dates

Tools

Add Days Given a date and a service schedule, add x number of days to get to the next service day.

Days in Period Given a start date and an end date, calculate the number of service days in that period.

Convert JSON formatted text list, to list of days Given a JSON formatted list of days, convert it to a list of days.

e.g.

'["Mon", "Tue"]'

Explanation / Usage

This is a quick explanation, may not be 100% accurate. See the tests for more examples, and examples of how the methods are used.

Service Days

Installation

pip install service-days

License

service-days is distributed under the terms of the MIT license.

Miscellany

Logging

Uses standard Python logging, with the name servicedays

To make quiet in your code do the following

        s_logger = logging.getLogger('servicedays')
        s_logger.setLevel(logging.WARNING)

Hatch

This is my first attempt at using hatch to manage a Python project. I'm not sure if I'm doing it right, but I'm trying. If you have any suggestions, please let me know. Thanks!

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

service_days-0.0.7.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

service_days-0.0.7-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file service_days-0.0.7.tar.gz.

File metadata

  • Download URL: service_days-0.0.7.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.23.0

File hashes

Hashes for service_days-0.0.7.tar.gz
Algorithm Hash digest
SHA256 3e46836234c9331b1cdbc958f3dc3dbfd87034f602de2fd9d6088b2dd3582e1b
MD5 7fd50f596877a8d9ea7179e026253740
BLAKE2b-256 72dabfd77697b396ad6b5df9a8366a6bd7feb5a19e9fd19a85464fa8958efe9f

See more details on using hashes here.

File details

Details for the file service_days-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: service_days-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.23.0

File hashes

Hashes for service_days-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 1407b5a5d3028da735496fd3224b4918cdf9b59fdf73bac8452a2638e0aa03c4
MD5 18c60f904ce4337b32e7aaa1c1d47afa
BLAKE2b-256 a8d967c62cdbd32e8d33f4e57e31c48c5e5aa0164a237d85f6854d5fe72e5eee

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page