Skip to main content

Russian work calendar

Project description

Russian work calendar

Description

Simple library for checking current day as a holiday or weekend and current time as a working time or not.

Setup

pip install work_calendar_ru

Import package

from work_calendar_ru import WCR

Using package

wcr = WCR(start_hour=9, start_minutes=0, end_hour=19, end_minutes=30)

Where start_hour and start_minutes is a time of the start of working day.

Therefore end_hour and end_minutes is a time of the end of working day.

  • Work time now wcr.is_work_time()
  • Holiday today wcr.is_holiday()
  • Work day today wcr.is_work_day()
  • Short work day today wcr.is_short_work_day()
  • Work weekend day today wcr.is_work_weekend()
  • Weekend day today wcr.is_weekend()

License

MIT license

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

work_calendar_ru-1.1.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

work_calendar_ru-1.1.2-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

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