Skip to content

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

Notifications You must be signed in to change notification settings

R-Rijnbeek/basic_decorators

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published