Hey,
We are using mod_pywebsocket in our Matplotlib HTML5 Canvas backend
(
http://code.google.com/p/mplh5canvas/). Up until recently we have
included a stripped down version of mod_pywebsocket in our code (we
are license compatibile), so as to avoid external dependencies.
With the proliferation of websocket standards it has become simpler to
depend directly on mod_pywebsocket (basically via a modified
standalone.py)
Ideally we would like users to still be able to easy_install the
package without further hassle. What is the possibility of pushing
pywebsocket releases onto PyPI ?
The other option would be for us to include the full source tarball in
our distribution and build it at install time.
Any suggestions would be appreciated,
Thanks,
Simon Ratcliffe & Ludwig Schwardt