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.2.1.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file easy-terminal-0.2.1.tar.gz
.
File metadata
- Download URL: easy-terminal-0.2.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a90886f0e82f5de8ae8e6d4bb4f59ff1fb9777e2757be50965342f1b667f1b5 |
|
MD5 | 37b32fb14442d5defc10a92ce4f78e23 |
|
BLAKE2b-256 | 9c90a8851513eece53bf60a17a336a7cddedda5ec5a50568b5219a6c19786911 |
File details
Details for the file easy_terminal-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: easy_terminal-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.9 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 | 9aee9f24d489f8c9f6d3a6b02fbc3619bdaf9d9f3216959a33b1824c0d6c7526 |
|
MD5 | c821812ebc088868fd404124356b285f |
|
BLAKE2b-256 | c88a16b04f7332ac4bdca3c81373f653b1ffecea2675b7fa65931fe51d202c2a |