michael-c-hoffman / decoratorTypes

decorator types for various use cases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

decorator types for various use cases


Languages

Language:Python 100.0%