1 repository
Representing system-level environment variables and paths as mutable objects in a high-level language.
Distinguishing note: Existing candidates focus on general OOP modeling or databases, not the mapping of OS environment state to language objects.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Object-Oriented Environment Mapping. Refine with filters or upvote what's useful.
Xonsh is a cross-platform command-line interface shell and automation tool that integrates a full Python interpreter with standard shell capabilities. It functions as a Python-powered environment where users can mix native programming logic and external subprocesses within a single shared namespace. The shell is designed for extensibility, supporting a plugin system, custom event hooks, and the ability to import configurations from other shells such as Bash or Zsh. It differentiates itself by representing system environment variables and paths as mutable Python objects, allowing for programma
Represents system environment variables and paths as mutable Python objects for programmatic manipulation.