Skip to content

seantis/sedate

Repository files navigation

Sedate

PyPI version

Python versions

Tests

Codecov.io

pre-commit

Date/time helper functions used by various Seantis packages.

There are projects like Arrow or Delorean which provide ways to work with timezones without having to think about it too much.

Seantis doesn't use them because we want to reason about these things, to ensure they are correct, and partly because of self-loathing.

Adding another layer makes this reasoning harder.

Run the Tests

Install tox and run it:

pip install tox
tox

Limit the tests to a specific python version:

tox -e py37

Conventions

Sedate follows PEP8 as close as possible. To test for it run:

tox -e lint

Sedate uses Semantic Versioning

Development

Setup your local development environment:

python3.8 -m venv venv
source venv/bin/activate
pip install .[dev]
pre-commit install

License

sedate is released under GPLv2

About

Date/time helper functions used by various Seantis packages.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages