Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1076
| Newsgroups | comp.lang.python.announce |
|---|---|
| Date | 2013-10-02 05:59 -0700 |
| Subject | [ANN] iPOPO 0.5.4 |
| From | thomas.calmant@gmail.com |
| Message-ID | <mailman.703.1380868891.18130.python-announce-list@python.org> (permalink) |
===========
iPOPO 0.5.4
===========
iPOPO v0.5.4 has been released !
About iPOPO
===========
iPOPO is a service-oriented component model (SOCM) framework for Python, inspired from the Java project iPOJO.
What's new in 0.5.4
===================
This version greatly speeds up iPOPO on large numbers of components (from 5,000 to 30,000 components).
It also brings back Python 2.6 compatibility and fixes many bugs.
New features:
- Shell IOHandler now has a prompt() method, to request a line to the user
- Shell command service get_method_names() method is no longer used.
- iPOPO.get_factory_details() now returns the ID of the bundle providing the factory
- New way to get the iPOPO service, replacing get_ipopo_svc_ref():
from pelix.ipopo.constants import use_ipopo
with use_ipopo(bundle_context) as ipopo:
ipopo.instantiate(...)
The website of iPOPO has been replaced by a wiki: https://ipopo.coderxpress.net
You can register to propose new features !
Feel free to send feedback on your experience of Pelix/iPOPO, via the mailing lists:
User list : http://groups.google.com/group/ipopo-users
Development list : http://groups.google.com/group/ipopo-dev
Have fun !
Thomas
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
[ANN] iPOPO 0.5.4 thomas.calmant@gmail.com - 2013-10-02 05:59 -0700
csiph-web