Metadata-Version: 1.1
Name: eiffellib
Version: 1.0.1
Summary: Python library for sending and receiving Eiffel events
Home-page: https://github.com/eiffel-community/eiffel-pythonlib
Author: Tobias Persson
Author-email: tobiaspn@axis.com
License: Apache License, Version 2.0
Description: #########
        Eiffellib
        #########
        
        Eiffellib is a python library for subscribing to and publishing Eiffel events to a message-broker.
        
        Description
        ===========
        
        Eiffellib solves the problem of publishing Eiffel events and subscribing to events, removing the need of knowing how to connect to a message-broker or how to utilize the protocol it supplies.
        
        With Eiffellib you can start subscribing to and publish valid Eiffel messages quickly and to get a feel for the event protocol.
        
        It is designed to be fast and easy to start using while still being production quality.
        
        Documentation: https://eiffellib.readthedocs.io/en/latest/
        
        Features
        ========
        
        - Simple subscription and publishing of Eiffel events.
        - Event building assistance with event validation on receive and publish.
        - Following a context link.
        
        
        Installation
        ============
        
        Install the project for by running:
        
            pip install eiffellib
        
        Contribute
        ==========
        
        - Issue Tracker: https://github.com/eiffel-community/eiffel-pythonlib/issues
        - Source Code: https://github.com/eiffel-community/eiffel-pythonlib
        
        Support
        =======
        
        If you are having issues, please let us know.
        There is a mailing list at: eiffel-pythonlib-maintainers@google-groups.com
        or just write an Issue.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Apache Software License
