Integrates (system) shell functionality into a standard python shell. Unlike other approaches, it does not modify the python syntax, but allows the user to call executables in the same way as python functions.
Features
- Execute programs like ordinary python functions
- Capture stdout, stderr or provide stdin
- Full python shell
- Access directories as dictionaries
Follow Python shell integration
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Interesting approach, turn pwd command into pwd(), cd /home into cd('/home'). I'll give it a try, but not sure wether I will get used to the additional characters that I need to type. Cannot use ^z to push jobs to the background.