Metadata-Version: 2.4
Name: pyxs
Version: 0.4.1
Summary: Pure Python bindings to XenStore.
Home-page: https://github.com/selectel/pyxs
Author: Sergei Lebedev
Author-email: superbobry@gmail.com
Keywords: xen,xenstore,virtualization
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
License-File: LICENSE
License-File: AUTHORS
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: platform
Dynamic: summary

.. -*- mode: rst -*-

::

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

        -- 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 <http://www.gevent.org>`_ or
  `eventlet <http://eventlet.net>`_.

Installation
------------

If you have `pip <https://pip.pypa.io/en/stable>`_ you can do the usual::

    pip install --user pyxs

Otherwise, download the source from `GitHub <https://github.com/selectel/pyxs>`_
and run::

    python setup.py install
