Skip to main content

Objects representing a (non-ISO) week

Project description

CalWeek class

The calweek module provide the class CalWeek. Instances represent specific weeks spanning 7 days Sunday to Saturday except weeks at the year beginning/end may be shorter. There are 53 or 54 numbered weeks in a year. Week 1 is always starts on January 1 of the year.

This is a traditional week number system different from the ISO 8601 standard. ISO 8601 week numbering is now more predominate, but still sometimes software needs to work with the old system.

For ISO 8601 week support in Python, use the isoweek module on which this code was based.

The CalWeek instances are light weight and immutable with an interface similar to the datetime.date objects. Example code:

from calweek import CalWeek
w = CalWeek(2011, 20)
print "Week %s starts on %s" % (w, w.day(0))

print "Current week number is", CalWeek.thisweek().week
print "Next week is", CalWeek.thisweek() + 1

weeknum() function

The calweek module also includes a weeknum() function compatible with Microsoft Excel's WEEKNUM formula function.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

calweek-0.5.0-py2.py3-none-any.whl (5.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file calweek-0.5.0-py2.py3-none-any.whl.

File metadata

  • Download URL: calweek-0.5.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/47.1.1 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5

File hashes

Hashes for calweek-0.5.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6dfb35cd0f930d4872018df92ffb741fb9e341114a59530e4abd0432b270fef5
MD5 5e9fa54e7e8adccf9442f2035eda2819
BLAKE2b-256 aab2afa1cfd3145e8089d489db3582a49a4a9d70467a981b82d79975cbae965d

See more details on using hashes here.

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