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


Groups > comp.lang.python.announce > #1076 > unrolled thread

[ANN] iPOPO 0.5.4

Started bythomas.calmant@gmail.com
First post2013-10-02 05:59 -0700
Last post2013-10-02 05:59 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  [ANN] iPOPO 0.5.4 thomas.calmant@gmail.com - 2013-10-02 05:59 -0700

#1076 — [ANN] iPOPO 0.5.4

Fromthomas.calmant@gmail.com
Date2013-10-02 05:59 -0700
Subject[ANN] iPOPO 0.5.4
Message-ID<mailman.703.1380868891.18130.python-announce-list@python.org>
===========
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web