Skip to main content

Python Package made by Mhadhbi Issam .

Project description

ibash

Installation :

pip install bashi

Quick start :

from bashi import bash

result = bash("ls")
if result.code == 0 : 
    stdout = result.stdout 
    stderr = result.stderr

result2 = bash("not working command ")
 $ ls          
main.py

 $ not working command            ==> code 127
/bin/sh: 1: not: not found)

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

bashi-1.1.7.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

bashi-1.1.7-py3-none-any.whl (2.4 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