Skip to main content

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

  1. Installation
  2. Usages
  3. Code example
  4. Documentation

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


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 hashes)

Uploaded Source

Built Distribution

easy_terminal-0.1.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page