ulaval_notify package

Submodules

ulaval_notify.constants module

ulaval_notify.constants.SESSION_REFRESH_INTERVAL_IN_SECONDS = 60

The interval of time elapsed before the session is refreshed

ulaval_notify.main module

This module contains the code related to the application execution.

copyright:
  1. 2018 by Antoine Gagné.
license:

MIT, see LICENSE for more details.

ulaval_notify.main.main()[source]

The main entry point of the application.

ulaval_notify.options module

ulaval_notify.options.parse_arguments()[source]

Create an argparse.ArgumentParser and parse the command-line arguments.

ulaval_notify.utils module

class ulaval_notify.utils.Decorator[source]

Bases: object

wraps(*args, **kwrags)[source]
class ulaval_notify.utils.before(g, *args, **kwargs)[source]

Bases: ulaval_notify.utils.Decorator

wraps(*args, **kwargs)[source]
ulaval_notify.utils.dummy_wrap(f, *args, **kwargs)[source]
ulaval_notify.utils.run_as_daemon(f, *args, **kwargs)[source]

Module contents