ExPeL – The Python xPL Library.
ExPeL is a Python package which allows you to easily create a networked XPL device which can consume and produce messages as per the xPL protocol specification.
It comes as 2 parts of a meta-package expel and
expel.message.
expel.messagehandles the manipulation of xPL messages.expel.messageworks without the expel base package being installed.expelprovides a means of responding to and producing xPL messages as defined in the xPL Protocol Specification and usesexpel.messageto manipulate xPL messages.
Dependencies
expel is dependent on the following Python packages...
and expel.message only has a single dependency
Download
| Version | Description | URL |
|---|---|---|
| 0.1 | Initial version | expel-0.1.zip |
Source Code
The source code for the expel package can be browsed here http://bazaar.launchpad.net/~sffjunkie/expel/trunk/files
You can download the latest version of the source using Bazaar (bzr)
bzr checkout lp:expel
Bug Reports
Please use the Expel project page on Launchpad.net to submit bug reports.