Announcing Pushy 0.3

axwalk axwalk at gmail.com
Thu Jul 15 15:45:14 CEST 2010


Greetings,

I am pleased to announce the release of Pushy 0.3. This is the first
announcement for the Pushy project.

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.3
 - Homepage (work in progress): http://ii.net/~maxwalk/pushy
 - Blog: http://axwalk.blogspot.com


More information about the Python-announce-list mailing list