hoursofoperation

Utilities for loading and doing calculations with a partner's hours of operations configration.


Keywords
hours
License
MIT
Install
pip install hoursofoperation==0.1.7

Documentation

hoursofoperation

Utilities for loading and doing calculations with a partner's hours of operations configration.

Install dependencies

pip install -e ".[dev]"

For maintainers: How to build

  1. Increment __version__ in setup.py.

  2. Update the Change Log below.

  3. Run the following:

    rm -i dist/*
    python setup.py sdist bdist_wheel
    
  4. Add and push a release tag

  5. Run the following:

    twine upload dist/*
    

Change Log

0.1.12 - 2020-09-10

Changed

  • Change hoursOfOperation to use the passed in timezone instead of the local timezone

0.1.11 - 2019-02-26

Added

  • Python 3.7 and some build/deployment issues cleaned.

0.1.8 - 2018-10-05

Added

  • Python 3.6+ support!

0.1.7 - 2017-12-07

Changed

  • Fixed issues in setup.py that were preventing package build

0.1.6 - 2017-12-07

Added

  • Dependendies in setup.py

0.1.5 - 2017-12-05

Changed

  • Minor stylistic updates