Announcing Pushy 0.4

axwalk axwalk at gmail.com
Sat Mar 5 09:22:06 CET 2011


Greetings,

I am pleased to announce the release of Pushy 0.4. This is a
stable release, focusing on bug fixes and improving code
quality in general.

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 limited to Python 2.4+, and not
the 3.x series. 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.4
 - Homepage: http://awilkins.id.au/pushy
 - Blog: http://blog.awilkins.id.au


More information about the Python-announce-list mailing list