/decoratorTypes

decorator types for various use cases

Primary LanguagePython

decoratorTypes

python decorators for multiple types

Decorators

  • singleton - create a singleton class instance
  • timer - log info of time took to perform function

Setup

poetry install

# Setup pre-commit and pre-push hooks
pipenv run pre-commit install -t pre-commit
pipenv run pre-commit install -t pre-push