Metadata-Version: 1.1
Name: iPOPO
Version: 0.6.2
Summary: A service-oriented component model framework
Home-page: https://ipopo.coderxpress.net/
Author: Thomas Calmant
Author-email: thomas.calmant@gmail.com
License: Apache License 2.0
Description: iPOPO: A component model for Python
        ###################################
        
        .. image:: https://badges.gitter.im/Join%20Chat.svg
           :alt: Join the chat at https://gitter.im/tcalmant/ipopo
           :target: https://gitter.im/tcalmant/ipopo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        .. image:: https://img.shields.io/pypi/v/ipopo.svg
            :target: https://pypi.python.org/pypi/ipopo/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/l/ipopo.svg
            :target: https://pypi.python.org/pypi/ipopo/
            :alt: License
        
        .. image:: https://travis-ci.org/tcalmant/ipopo.svg?branch=master
             :target: https://travis-ci.org/tcalmant/ipopo
             :alt: Travis-CI status
        
        .. image:: https://coveralls.io/repos/tcalmant/ipopo/badge.svg?branch=master
             :target: https://coveralls.io/r/tcalmant/ipopo?branch=master
             :alt: Coveralls status
        
        `iPOPO <https://ipopo.coderxpress.net/>`_ is a Python-based Service-Oriented
        Component Model (SOCM) based on Pelix, a dynamic service platform.
        They are inspired on two popular Java technologies for the development of
        long-lived applications: the
        `iPOJO <http://felix.apache.org/documentation/subprojects/apache-felix-ipojo.html>`_
        component model and the `OSGi <http://osgi.org/>`_ Service Platform.
        iPOPO enables to conceive long-running and modular IT services.
        
        See https://ipopo.coderxpress.net for documentation and more information.
        
        iPOPO is available on `PyPI <http://pypi.python.org/pypi/iPOPO>`_ and is
        released under the terms of the
        `Apache License 2.0 <http://www.apache.org/licenses/LICENSE-2.0>`_.
        
        
        Feedback
        ########
        
        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
        
        Bugs and features requests can be submitted on GitHub
        `tcalmant/ipopo <https://github.com/tcalmant/ipopo/issues>`_.
        
        More information at https://ipopo.coderxpress.net/
        
        
        Compatibility
        #############
        
        Pelix and iPOPO are tested using `Tox <http://testrun.org/tox/latest/>`_ and
        `Travis-CI <https://travis-ci.org/tcalmant/ipopo>`_ with Pypy 2.5.0 and
        Python 2.7, 3.2, 3.3 and 3.4.
        
        Most of the framework can work with Python 2.6 if the *importlib* package is
        installed, but there is no guarantee that the latest features will be
        compatible.
        
        Release notes: 0.6.2
        ####################
        
        See the CHANGELOG.rst file to see what changed in previous releases.
        
        iPOPO
        *****
        
        * The properties of a component can be updated when calling the
          ``retry_erroneous()`` method. This allows to modifiy the configuration of
          a component before trying to validate it again (HTTP port, ...).
        * The ``get_instance_details()`` dictionary now always contains a *filter*
          entry for each of the component requirement description, even if not filter
          has been set.
        
        
        Shell
        *****
        
        * The ``ipopo.retry`` shell command accepts properties to be reconfigure the
          instance before trying to validate it again.
        * The bundle commands (*start*, *stop*, *update*, *uninstall*) now prints the
          name of the bundle along with its ID.
        * The ``threads`` and ``threads`` shell commands now accept a stack depth limit
          argument.
        
        HTTP
        ****
        
        * Protect the ``ServletRequest.read_data()`` method against empty or invalid
          *Content-Length* headers
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
