R-Rijnbeek / basic_decorators

Some useful decorators that you can use for different purposes such as logging, counter or put an decorator standard to all methods inside a class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basic_decorators

Repository with usefull decorator methods

How it work:

  1. Create en python environent and install the package using de command:

    pip install basic_decorators
    
  2. Once you get installed the package you can import the packahe in the python module by:

    from basic_decorators import argument_check
    

    or

    import basic_decorators
    

and that's it!!

About

Some useful decorators that you can use for different purposes such as logging, counter or put an decorator standard to all methods inside a class.

License:MIT License


Languages

Language:Python 93.6%Language:Batchfile 6.4%