A set of usefull Python decorator's.
Project description
decoraid stands for Decorator Aid :) -->
pip install decoraid
decoraid --example or decoraid --help
sample usage: -->
wrap the decorator around the function you want to test, provide the name of the package and the path to the virtual environment
from decoraid.cpdec import check_package
venv_path = "C:/projects/git/xxxx/.venv/"
@check_package("pandas", venv_path)
def test_pandas():
print('test_cpdec')
if __name__ == "__main__":
test_pandas()
Versioning :
0.0.1+ --> cpdec decorator added 0.0.2+ --> trace decorator was added
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file decoraid-0.0.21.tar.gz.
File metadata
- Download URL: decoraid-0.0.21.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dfcf7ab0423fa4ce8faf1f7f9e3d842f6e60dd5a0af0d9d6e57411540fe65c4
|
|
| MD5 |
68a8a8a8345f3b65b069fa35b9645df1
|
|
| BLAKE2b-256 |
705a5ea98c5881c8dd351440e3926cead9f93aeb79f6d70dc18bf49a3e296b55
|
File details
Details for the file decoraid-0.0.21-py3-none-any.whl.
File metadata
- Download URL: decoraid-0.0.21-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
542861a8696de7921eb468d0a25a076a63a1c9b0e027310fc25bbf7d96942aac
|
|
| MD5 |
87a2efd816bb0255202ac687fceafa9b
|
|
| BLAKE2b-256 |
2c9d1e5c88d7e839b2c338d25416ec4afa8dbc0d677adbe4137754cae6ff0c59
|