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.7.tar.gz
(2.9 kB
view details)
Built Distribution
bashi-1.1.7-py3-none-any.whl
(2.4 kB
view details)
File details
Details for the file bashi-1.1.7.tar.gz
.
File metadata
- Download URL: bashi-1.1.7.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78ad69c01a9052743f82733cf545a4c2c77f3785c6d559edb755b59e47e23fb8 |
|
MD5 | 5904340012c4e144f526000c92076c37 |
|
BLAKE2b-256 | 9c74372f77b8adf312f747a93f1469c8d5b0a6eebee3609086d5b629f05dedcf |
File details
Details for the file bashi-1.1.7-py3-none-any.whl
.
File metadata
- Download URL: bashi-1.1.7-py3-none-any.whl
- Upload date:
- Size: 2.4 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 | 721546c87ff7f6ff162736cd1c5a17e3a40b99edbe2388efc9e231c61f2da528 |
|
MD5 | ca73ac86854a3f30c74f2003fbb0a59a |
|
BLAKE2b-256 | 39a4168016d9a2502ecf7e50c2bd9012650d9cd1c6955a478746d560b4996b18 |