Getting Started

Installation

pip install when-exactly

Usage

Since the name when_exactly is a bit verbose, it is recommended to use an import alias. Throughout this site you will see the alias wnx, pronounced When-X.

>>> import when_exactly as wnx

Alternatively, you can import only what you need:

>>> from when_exactly import Year, Month, Week # etc.