https://github.com/joelnb/win-pyxs
Windows compatibility for pyxs
https://github.com/joelnb/win-pyxs
python windows xen xenstore
Last synced: 5 months ago
JSON representation
Windows compatibility for pyxs
- Host: GitHub
- URL: https://github.com/joelnb/win-pyxs
- Owner: joelnb
- License: lgpl-3.0
- Created: 2019-01-10T00:22:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-31T21:10:08.000Z (8 months ago)
- Last Synced: 2025-10-31T21:19:39.164Z (8 months ago)
- Topics: python, windows, xen, xenstore
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win-pyxs
A python implementation of the Xenstore protocol for Windows using either the [WinPV](https://www.xenproject.org/developers/teams/windows-pv-drivers.html) or [GPLPV](https://wiki.xen.org/wiki/Xen_Windows_GplPv) drivers.
## Status
Very unfinished and not working yet. This is a work in progress and will be added to as and when I have the time.
## Background
Inspired by the work of [selectel](https://github.com/selectel/pyxs) and [JKDingwall](https://github.com/JKDingwall/pyxs/tree/windows) this project takes the work done by JKDingwall and splits it out into a separate module which is compatible with the latest version of pyxs.