A tool that help live debugging
Project description
easy-terminal
A library that help you to debug the code in terminal
Getting started
Installation
pip install easy-terminal
GitHub : Github
Usages
Add the @debug() before the function you want to try in the terminal
Code example
from easy_terminal import terminal
@terminal()
def test1():
do_action_here
@terminal()
async def test1(arg1, arg2, *, arg3):
do_action_here
This lib make you run python function in a 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.3.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file easy-terminal-0.0.0.3.tar.gz
.
File metadata
- Download URL: easy-terminal-0.0.0.3.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 | 5714a1e8fca01598672641e80d6b3e30edeffd30e55d4dbd78294e417fe40fa7 |
|
MD5 | 42190dd0041b67dbcd5e500aab6bebc5 |
|
BLAKE2b-256 | e93b74c89d5db88c46de9c90840323cc87d60d1f9180cb2848ac7051b4f069be |
File details
Details for the file easy_terminal-0.0.0.3-py3-none-any.whl
.
File metadata
- Download URL: easy_terminal-0.0.0.3-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 | fc1ce206a06dd1180688d8efd9121a6b935d8e523f37736979213886329c4338 |
|
MD5 | 6bee9e39abdebde2da9b58aabb536f7c |
|
BLAKE2b-256 | 2adc0ba13ddddba861cc3d83b60c57d9feefab40d9c9b0729b7bbe82126cbd7c |