Just some Python date and time utils.
See top docstrings in datetime_utils.py and datetime_testutils.py.
From Github:
$ poetry add git+https://github.com/puntonim/utils-monorepo#subdirectory=datetime-utils
# at a specific version:
$ poetry add git+https://github.com/puntonim/utils-monorepo@3da9603977a5e2948429627ac83309353cca693d#subdirectory=datetime-utilsFrom a local dir:
$ poetry add ../utils-monorepo/datetime-utils/
$ poetry add "datetime-utils @ file:///Users/myuser/workspace/utils-monorepo/datetime-utils/"Same syntax as Poetry, but change poetry add with pip install.
See README.md in the root dir.
Not deployed as it can be (pip-)installed directly from Github o local dir
(see Usage section).
And not versioned as when (pip-)installing from Github, it is possible to choose
any version with a hash commit (see Usage section).
Copyright puntonim (https://github.com/puntonim). No License.