Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/r-rijnbeek/basic_decorators
- Owner: R-Rijnbeek
- License: mit
- Created: 2021-01-08T17:23:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T14:52:37.000Z (11 months ago)
- Last Synced: 2024-11-05T19:48:27.373Z (10 days ago)
- Topics: decorators, package, python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!!