Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.