All Projects → jpetrucciani → Bash.py

jpetrucciani / Bash.py

Licence: apache-2.0
An inline Bash script runner, for Python.

Programming Languages

python
139335 projects - #7 most used programming language
bash
514 projects

Projects that are alternatives of or similar to Bash.py

Jackson Modules Java8
Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Stars: ✭ 312 (-1.27%)
Mutual labels:  hacktoberfest
Snare
Super Next generation Advanced Reactive honEypot
Stars: ✭ 311 (-1.58%)
Mutual labels:  hacktoberfest
Devlopr Jekyll
Build and Deploy your Static Site 🚀 using this beautiful Jekyll Framework/Theme built for Creatives
Stars: ✭ 309 (-2.22%)
Mutual labels:  hacktoberfest
Katello
Katello integrates open source systems management tools into a single solution for controlling the lifecycle of your machines.
Stars: ✭ 312 (-1.27%)
Mutual labels:  hacktoberfest
Ghost Cli
CLI Tool for installing & updating Ghost
Stars: ✭ 313 (-0.95%)
Mutual labels:  hacktoberfest
Prettier Eslint
Code ➡️ prettier ➡️ eslint --fix ➡️ Formatted Code ✨
Stars: ✭ 3,435 (+987.03%)
Mutual labels:  hacktoberfest
Code Sleep Python
Awesome Projects in Python - Machine Learning Applications, Games, Desktop Applications all in Python 🐍
Stars: ✭ 306 (-3.16%)
Mutual labels:  hacktoberfest
Circuitverse
CircuitVerse Primary Code Base
Stars: ✭ 314 (-0.63%)
Mutual labels:  hacktoberfest
Json2md
📌 A JSON to Markdown converter.
Stars: ✭ 312 (-1.27%)
Mutual labels:  hacktoberfest
Unleash
Unleash is the open source feature toggle service.
Stars: ✭ 4,679 (+1380.7%)
Mutual labels:  hacktoberfest
Grabana
User-friendly Go library for building Grafana dashboards
Stars: ✭ 313 (-0.95%)
Mutual labels:  hacktoberfest
Finance
A self hosted app to help you get a better understanding of your personal finances.
Stars: ✭ 313 (-0.95%)
Mutual labels:  hacktoberfest
Corcel
Use WordPress backend with Laravel or any PHP application
Stars: ✭ 3,504 (+1008.86%)
Mutual labels:  hacktoberfest
Gerador Validador Cpf
Biblioteca JS open-source para gerar e validar CPF.
Stars: ✭ 312 (-1.27%)
Mutual labels:  hacktoberfest
Git Duet
Support for pairing with git
Stars: ✭ 313 (-0.95%)
Mutual labels:  hacktoberfest
Openhospital
Open Hospital is a free and open source software for healthcare data management. This repository is used to build its releases.
Stars: ✭ 312 (-1.27%)
Mutual labels:  hacktoberfest
Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+1575%)
Mutual labels:  hacktoberfest
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (-0.32%)
Mutual labels:  hacktoberfest
Sdr Examples
A collection of GNU Radio flow graphs
Stars: ✭ 315 (-0.32%)
Mutual labels:  hacktoberfest
Lsp Mode
Emacs client/library for the Language Server Protocol
Stars: ✭ 3,691 (+1068.04%)
Mutual labels:  hacktoberfest

image PyPI version Code style: black Python 3.6+ supported

An inline Bash script runner, for Python.

Example Usage

>>> import bash

>>> bash.run("echo hi")
<BashProcess pid=24108 return_code=0>

>>> proc = _
>>> proc.output
'hi\n'

>>> proc.return_code
0

Installation

$ pipenv install bash.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].