A tool that help using python function into terminal
Project description
easy-terminal
A library that help you to debug the code in terminal
Getting started
Installation
pip install easy-terminal
Require easy-events>=2.2.0
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.1.0.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file easy-terminal-0.1.0.tar.gz
.
File metadata
- Download URL: easy-terminal-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5976aad8514c6e69a70d0caa34357cec92307f182c11021c33829427b47bf36c |
|
MD5 | e99959a46608ba5210472f790742e4ff |
|
BLAKE2b-256 | 727adc7404836ab542227d55fefbc4cab73550200107c1b361cb1ff1d2ccf7a4 |
File details
Details for the file easy_terminal-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: easy_terminal-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c975233d7ad97cf3b34798b6d2d6b70010dea8518d63825a1be8657de44be8b1 |
|
MD5 | dc7c7ec3d2d86a514849c3ffca3b445b |
|
BLAKE2b-256 | e88067ac581d4c2395d11b818313d95802afb585156b53ac5a2da82f2f6a3765 |