Metadata-Version: 1.1
Name: xbus.broker
Version: 0.1.2
Summary: Xbus Broker written in Python3
Home-page: https://bitbucket.org/xcg/xbus.broker
Author: Florent Aide
Author-email: florent.aide@xcg-consulting.fr
License: UNKNOWN
Description: # -*- encoding: utf-8 -*-
        
        xbus.brocker README
        ===================
        
        This module is new generation of open source tool for Enterprise
        Application Integration (EAI).
        Xbus offers services with high added value and for interpreting and
        transforming activities by events.
        The solution consists of a flexible middleware that connects all internal
        and external systems.
        An instance manages the interactions between controlled and optimized all systems.
        
        You can also find a presentation at http://bit.ly/1AYtQa6
        
        
        Install from sources
        ====================
        
        System requirements::
        
          $ sudo apt-get install python3-dev
          $ sudo apt-get install libzmq3-dev
        
        Install xbus.broker Python requirements::
        
          $ pip install -r requirements.txt
        
        Install xbus.broker::
        
          $ pip install xbus.broker
        
        Contributors
        ============
        
        Sorted by commit date
        
          - Florent Aide, <florent.aide@xcg-consulting.fr>
        
        Changelog
        =========
        
        0.0 Initial release (201?-??-??)
        --------------------------------
        
          - Initial implementation of the xbus broker in python
        
Keywords: xbus
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
