Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selectel/pyxs
Pure Python bindings to XenStore
https://github.com/selectel/pyxs
community xen
Last synced: 7 days 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T01:24:08.000Z (about 4 years ago)
- Last Synced: 2024-11-30T13:50:58.186Z (about 1 month ago)
- Topics: community, xen
- Language: Python
- Homepage: http://pyxs.readthedocs.org/
- Size: 378 KB
- Stars: 15
- Watchers: 20
- 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