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
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.