/timematic

Primary LanguagePythonMIT LicenseMIT

Discord

Badges
Build Nox semantic-release PyPI Read the Docs
Tests coverage pre-commit
Standards SemVer 2.0.0 Conventional Commits
Code Code style: black Imports: isort Checked with mypy
Repo GitHub issues GitHub stars GitHub license All Contributors Contributor Covenant

timematic

Utilities for working with datetime.

Read the Docs

Installation

pip

timematic is available on pip:

pip install timematic

GitHub

You can also install the latest version of the code directly from GitHub:

pip install git+git://github.com/MicaelJarniac/timematic

Usage

For more examples, see the full documentation.

from timematic import timematic

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

More details can be found in CONTRIBUTING.

Contributors ✨

License

MIT

Created from cookiecutter-python-project.