Metadata-Version: 1.0
Name: gepard-python
Version: 1.0.13
Summary: Python client for gepard:General purpose communications for distributed applications / Microservices / events, semaphores and messages for JavaScript, Java, Python and PHP
Home-page: https://github.com/gessinger-hj/gepard-python
Author: Hans-Juergen Gessinger
Author-email: gessinger.hj@gmail.com
License: MIT
Description: gepard-python
        =============
        
        General purpose communication and synchronization layer for distributed
        applications / Microservices / events, semaphores, locks and messages
        for JavaScript, Java, Python and PHP
        
        .. raw:: html
        
           <!-- MarkdownTOC -->
        
        -  `Overview <#overview>`__
        -  `Install <#install>`__
        
        .. raw:: html
        
           <!-- /MarkdownTOC -->
        
        Overview
        ========
        
        This **Python** module implements a full featured client for the
        **GEPARD** middleware for general purpose distributed applications.
        
        In order to use this **Python** client you must have installed the
        **GEPARD** middleware. This is simply done by executing the command:
        
        .. code:: bash
        
                npm install gepard
        
        Prerequisite for this command is the installation of node and npm. For
        more information see `gepard on npm <https://www.npmjs.com/package/gepard>`__
        and `gessinger-hj/gepard on github <https://github.com/gessinger-hj/gepard>`__.
        
        If you are interested in the **PHP** client see `pepard-python on pypi <https://pypi.python.org/pypi?name=gepard-python&:action=display>`__
        and `gepard-python on github <https://github.com/gessinger-hj/gepard-python>`__
        
        Install
        =======
        
        Installation is done from **pypi** with:
        
        .. code:: sh
        
            pip install gepard-python
        
Keywords: distributed-applications events semaphores locks messages JavaScript Java Python PHP messages
Platform: UNKNOWN
