Python¶
Snapshot¶
- Install:
pip install vmxoruv add vmx - Publication status:
vmxis published on PyPI; the repository source tree may be ahead of the latest public release. - Reactive primitive:
reactivex - Naming idiom: snake_case
What To Reach For¶
Python is the most direct fit when you want a typed but lightweight VM layer for services, CLIs, TUIs, or desktop adapters without leaving idiomatic dataclass and protocol-based code.
Pointers¶
- Flavor README: langs/python/README.md
- Getting started guide: docs/getting-started/python.md
- Example portfolio: Examples overview
- Flagship Notes Workspace: Notes Workspace
- Textual recipe: docs/integration/textual.md
Current Example Coverage¶
- Console:
examples/python/console/hello_vmx/ - tkinter Todo app:
examples/python/tk/todo_app/ - Textual inspector:
examples/python/textual/inspector/ - Textual flagship:
examples/python/textual/notes_showcase/
The flagship and inspector are the fastest way to see the hub, lifecycle, and tree helpers under a real host.