A tool that help live debugging
Project description
easy-debug
A library that help you to debug the code in terminal
Getting started
Installation
pip install easy-debug
GitHub : Github
Usages
Add the @debug() before the function you want to try in the terminal
Code example
from easy_debug import debug
@debug()
def test1():
do_action_here
@debug()
async def test1(arg1, arg2, *, arg3):
do_action_here
The debug lib works for sync and async function in terminal
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easy-debug-0.0.2.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file easy-debug-0.0.2.tar.gz
.
File metadata
- Download URL: easy-debug-0.0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56289dad243535f8af7c35af1838cae02e0d8bfc2fd9f7c44f395f102036392e |
|
MD5 | 9bd28c29993df221a75b9b5ba9a48dea |
|
BLAKE2b-256 | eb373943167e8869c1b3c4bd46f699632c184f1a17dd4ea659291f6d4d9d67d4 |
File details
Details for the file easy_debug-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: easy_debug-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87b70ee1fb71d6e7e5036ae86eda55f4597fd58a463904b1cc42db0c649f81b3 |
|
MD5 | 64a1d16c095554ba840505c268e44ea7 |
|
BLAKE2b-256 | 7601782fb5c5749dab630a49c77990de7da2ee01ef0f9fd86a88ff5f54d7daaf |