Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelnb/win-pyxs
Windows compatibility for pyxs
https://github.com/joelnb/win-pyxs
python windows xen xenstore
Last synced: 17 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T12:33:02.000Z (about 1 year ago)
- Last Synced: 2024-11-21T20:48:28.152Z (about 1 month ago)
- Topics: python, windows, xen, xenstore
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
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.