Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.23 KB

README.md

File metadata and controls

56 lines (39 loc) · 2.23 KB

datetime-helpers

A handy collection of datetime utils.

Build Publish

Python 3.7+ PyPI - License PyPI - Version

codecov pre-commit.ci status Imports: isort Code style: black Checked with mypy

Install

Install and update using pip.

$ pip install -U datetime-helpers

Contributing

Contributions are welcome via pull requests.

First time setup

$ git clone git@github.com:DeveloperRSquared/datetime-helpers.git
$ cd datetime-helpers
$ poetry install
$ source .venv/bin/activate

Tools including black, mypy etc. will run automatically if you install pre-commit using the instructions below

$ pre-commit install
$ pre-commit run --all-files

Running tests

$ poetry run pytest

Links