Announcing Pushy 0.5.1

axwalk axwalk at gmail.com
Mon Jul 11 14:56:09 CEST 2011


Greetings,

Pushy 0.5.1 is now available. This is a bug-fix release, fixing
a critical bug in the connection initiation code. There are no new
features or functional changes.

Cheers,
Andrew Wilkins.




What is Pushy?
==========================================

Pushy is a Python package for connecting Python interpreters,
providing each one access to objects in the other. Pushy
provides the novel ability to spawn and connect to Python
interpreters not only on the local host, but also on remote
hosts via SSH, requiring nothing but Python and a running SSH
daemon on the remote host.

Pushy also provides a simple Java API, which Java applications
can use to spawn and connect to Python processes and
access objects within them.

Python support is currently restricted to 2.4.x - 2.7.x. The
Pushy Java API supports Java 1.4+.


License
==========================================
Pushy is released exclusively under the MIT License.


Resources
==========================================
 - Source Repository and Issue Tracker: http://launchpad.net/pushy
 - PyPI: http://pypi.python.org/pypi/pushy/0.5.1
 - Homepage: http://awilkins.id.au/pushy
 - Blog: http://blog.awilkins.id.au


More information about the Python-announce-list mailing list