https://github.com/selectel/pyxs
Pure Python bindings to XenStore
https://github.com/selectel/pyxs
community xen
Last synced: 3 months ago
JSON representation
Pure Python bindings to XenStore
- Host: GitHub
- URL: https://github.com/selectel/pyxs
- Owner: selectel
- License: lgpl-3.0
- Created: 2011-12-15T12:51:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T01:24:08.000Z (over 4 years ago)
- Last Synced: 2025-04-30T16:17:34.433Z (3 months ago)
- Topics: community, xen
- Language: Python
- Homepage: http://pyxs.readthedocs.org/
- Size: 378 KB
- Stars: 15
- Watchers: 19
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
.. -*- mode: rst -*-
::
.---. .-..-..-.,-. .--.
: .; `: :; :`. .'`._-.'
: ._.'`._. ;:_,._;`.__.'
: : .-. :
:_; `._.' 0.4.2-dev-- 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 written 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
Fedora users can install the package from the system repository::
dnf install python2-pyxs
dnf install python3-pyxsRHEL/CentOS users can install the package from the
`EPEL `_ repository::yum install python2-pyxs
yum install python34-pyxs