Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #144

Announcing Pushy 0.5

From axwalk <axwalk@gmail.com>
Newsgroups comp.lang.python.announce
Subject Announcing Pushy 0.5
Date 2011-05-23 04:31 -0700
Organization http://groups.google.com
Message-ID <mailman.1994.1306205756.9059.python-announce-list@python.org> (permalink)

Show all headers | View raw


Greetings,

I am pleased to announce the release of Pushy 0.5. This is a
stable release, focusing on bug fixes, performance, and a few
sugary feature additions.

You can read about what's new in 0.5 here:
    http://blog.awilkins.id.au/2011/05/pushy-05-released.html

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
 - Homepage: http://awilkins.id.au/pushy
 - Blog: http://blog.awilkins.id.au

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

Announcing Pushy 0.5 axwalk <axwalk@gmail.com> - 2011-05-23 04:31 -0700

csiph-web