New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pyxs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyxs

Pure Python bindings to XenStore.

pipPyPI
Version
0.4.1
Maintainers
1

.. -- 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

Keywords

xen

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts