[ANN] iPOPO 0.5.4

thomas.calmant at gmail.com thomas.calmant at gmail.com
Wed Oct 2 14:59:59 CEST 2013


===========
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


More information about the Python-announce-list mailing list