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.2.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file easy-terminal-0.1.2.tar.gz
.
File metadata
- Download URL: easy-terminal-0.1.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89ffe23cac1efb00158b46792c7d75bcdf97f89db7086116df015630a6e49082 |
|
MD5 | 9a19cc1e5f8c4df425b76b6ff0977314 |
|
BLAKE2b-256 | b9726fe5f8111ebdfa680beaccbfca7c43b73a8a181ee07ed75c8b9f5c2e64c5 |
File details
Details for the file easy_terminal-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: easy_terminal-0.1.2-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 | 1a7bdd2dc0a11fc2d17abf545b28190ec37a4569493dabaf4c620b7420c43129 |
|
MD5 | 7c732d98b89403995b3786559d4c44a9 |
|
BLAKE2b-256 | da0262c5240c5939223ecebcfa78b6eca323a5ff2289b58c6c5da27b3ac45284 |