Skip to content

Instantly share code, notes, and snippets.

@HowardMei
Last active May 16, 2020 16:30
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HowardMei/4350896 to your computer and use it in GitHub Desktop.
Save HowardMei/4350896 to your computer and use it in GitHub Desktop.
python bash integration
A collection of python & shell integration attempts:
pysh:Write shell scripts in Python
https://github.com/yunabe/pysh
lshell:function limited shell
https://github.com/ghantoos/lshell
sh:similar to plumbum but has builtin features
https://github.com/amoffat/sh
envoy:to humanize subprocess of python
https://github.com/kennethreitz/envoy
pyped:to enable one liner python in bash
https://github.com/ksamuel/Pyped
pyp:similar to pyped but has builtin features
http://code.google.com/p/pyp/
python clom:The easiest way to run shell commands with Python. A python command line object mapper.
https://github.com/six8/python-clom
SMArtSHell: python/bash hybrid shell and other hacks for ipython
https://github.com/mattvonrocketstein/smash
shython:to replace bash console
http://shython.sourceforge.net/
carnifex:to abstract process execution local or remote
https://github.com/sporsh/carnifex
lola:to warm up python interpreter and run it faster
https://github.com/mgood/lola/
plumbum:to combile shell cmds easily
https://github.com/tomerfiliba/plumbum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment