From: George Shuklin <george.shuklin@gmail.com>
To: xen-devel <xen-devel@lists.xensource.com>,
"xen-users@lists.xensource.com" <xen-users@lists.xensource.com>
Subject: Our pyxs library is now opensource
Date: Fri, 16 Dec 2011 14:59:14 +0400 [thread overview]
Message-ID: <4EEB2482.7080005@gmail.com> (raw)
Good day.
We (Selectel Ltd) decided to publish our internal library for accessing
XenStore from python (pyxs) under LGPL license.
Main difference from classic xen.lowlevel.xs is nice support for
multiple subscriptions to different keys in xenstore and overall
'pythonic' way do do some staff. F.e. instead x.read('path') you can use
just x['path'], instead x.write('','path',value) x['path']=value. But
the main cool feature - is Monitor class to allow multiple subscription.
It written purely on python without C dependences.
Repository: https://github.com/selectel/pyxs
Any comments and bugreports appreciated.
reply other threads:[~2011-12-16 10:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EEB2482.7080005@gmail.com \
--to=george.shuklin@gmail.com \
--cc=xen-devel@lists.xensource.com \
--cc=xen-users@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.