Jajcus / pyxs

Pure Python bindings to XenStore

Home Page:http://pyxs.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.---. .-..-..-.,-. .--.
: .; `: :; :`.  .'`._-.'
: ._.'`._. ;:_,._;`.__.'
: :    .-. :
:_;    `._.'       0.4.0

-- XenStore access the Python way!

What is pyxs?

It's a pure Python XenStore client implementation, which covers all of the libxs features and adds some nice Pythonic sugar on top. Here's a shortlist:

  • pyxs supports both Python 2 and 3,
  • works over a Unix socket or XenBus,
  • has a clean and well-documented API,
  • is writen in easy to understand Python,
  • can be used with gevent or eventlet.

Installation

If you have pip you can do the usual:

pip install --user pyxs

Otherwise, download the source from GitHub and run:

python setup.py install

About

Pure Python bindings to XenStore

http://pyxs.readthedocs.org/

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%