Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/r-rijnbeek/basic_decorators

decorators package python

Last synced: 1 day ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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!!