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
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
bashi-1.1.6.tar.gz
(2.8 kB
view details)
Built Distribution
bashi-1.1.6-py3-none-any.whl
(2.3 kB
view details)
File details
Details for the file bashi-1.1.6.tar.gz
.
File metadata
- Download URL: bashi-1.1.6.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 281a3f7b8e9fdd62f58233fc6d24962f83b8975b3746f9e97d8fadb3118be484 |
|
MD5 | 89e52f4a344ea70ba7bdfd87c8010dae |
|
BLAKE2b-256 | c81f9da8a7bdf110ecb042b37de479863d209ea04727f58cf5ced6025bcc6e5f |
File details
Details for the file bashi-1.1.6-py3-none-any.whl
.
File metadata
- Download URL: bashi-1.1.6-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93a797286acc3155bd83775e2fed1bf0b922b567de8d7fbdb2437aae14035c6d |
|
MD5 | 626d7276eaf7ea0134ab22a4e2b1e485 |
|
BLAKE2b-256 | ae569ed17fe5d6a4b57973679891879cbb9a0b9ac1105990ac7fb289139c3660 |