Metadata-Version: 2.1
Name: ivy-python
Version: 4.0rc1
Summary: Ivy: a lightweight software bus
Author-email: Sébastien Bigaret <sebastien.bigaret@telecom-bretagne.eu>
Maintainer-email: Sébastien Bigaret <sebastien.bigaret@telecom-bretagne.eu>
License: Ivy: a lightweight software bus
        Copyright (c) 2005-2023 Sébastien Bigaret <sebastien.bigaret@telecom-bretagne.eu>
        
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions
        are met:
        
        1. Redistributions of source code must retain the above copyright notice,
           this list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright
           notice, this list of conditions and the following disclaimer in the
           documentation and/or other materials provided with the distribution.
        
        3. Neither the name of its copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY  THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS  OR IMPLIED WARRANTIES, INCLUDING, BUT  NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY  AND FITNESS FOR A PARTICULAR PURPOSE
        ARE DISCLAIMED.  IN  NO EVENT SHALL THE COPYRIGHT  OWNER OR CONTRIBUTORS BE
        LIABLE  FOR  ANY  DIRECT,  INDIRECT,  INCIDENTAL,  SPECIAL,  EXEMPLARY,  OR
        CONSEQUENTIAL  DAMAGES  (INCLUDING,  BUT  NOT LIMITED  TO,  PROCUREMENT  OF
        SUBSTITUTE GOODS  OR SERVICES; LOSS OF  USE, DATA, OR  PROFITS; OR BUSINESS
        INTERRUPTION) HOWEVER  CAUSED AND  ON ANY THEORY  OF LIABILITY,  WHETHER IN
        CONTRACT,  STRICT LIABILITY,  OR TORT  (INCLUDING NEGLIGENCE  OR OTHERWISE)
        ARISING IN ANY WAY OUT OF THE  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
        POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Homepage, https://www.eei.cena.fr/products/ivy/
Project-URL: Documentation, https://ivy-python.readthedocs.io/
Project-URL: Bug Tracker, https://gitlab.com/ivybus/ivy-python/issues
Project-URL: Source Code, https://gitlab.com/ivybus/ivy-python/
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

Ivy: a lightweight software bus
===============================

[Ivy](http://www.eei.cena.fr/products/ivy/) is a lightweight software
bus for quick-prototyping protocols.  It allows applications to
broadcast information through text messages, with a subscription
mechanism based on regular expressions.

This is the python implementation.  A lot of materials, including
libraries for many other languages are available from the [Ivy Home
Page](http://www.eei.cena.fr/products/ivy/).

Supported versions of python are: 3.7+

> **Note**: ivy-python v3.3 was the latest version supporting Python 2.7.


Contributors
------------

The following people have participated to the project, by reporting
bugs, proposing new features and/or proposing patches, proposing the
hosting svn & web servers (before we switched to gitlab), etc.

By chronological  order:

- Frédéric Cadier
- Marcellin Buisson
- Yannick Jestin
- Olivier Fourdan
- Olivier Saal
- Gwenael Bothorel
- Jiri Borovec
- Nicolas Courtel
- Fabien André
- Bohdan Mushkevych
- Antoine Drouin
- Felix Ruess
- Aurélien Pardon
- Duminda Ratnayake
- Mathieu Cousy
- Fabien-B
- Alexandre Duchevet

Thank you!
