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-terminal-0.0.0.1.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file easy-terminal-0.0.0.1.tar.gz
.
File metadata
- Download URL: easy-terminal-0.0.0.1.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 | d7b2c38058d50ebf5a4d4e2420a2ea8e36f76296278bb9b6225bd21fec11f53d |
|
MD5 | 368b10125d85a235d835fc777100825e |
|
BLAKE2b-256 | 52fed8d267ef603e39e97908154765fb4a431c8692bb7f2acf105f876a70b56d |
File details
Details for the file easy_terminal-0.0.0.1-py3-none-any.whl
.
File metadata
- Download URL: easy_terminal-0.0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 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 | 9cbbafb72099bb0a631359d3fa8c0cae3d85ac571809dade6f7708901749c0e1 |
|
MD5 | 11050864a8339e6cd1445e561c9a50b0 |
|
BLAKE2b-256 | 881e1fe2cbda665c5aba765bd90bc31e8954deef18294574578fb27ea892db7a |