Metadata-Version: 1.2
Name: pyzmqrpc3
Version: 3.2.0
Summary: A simple ZMQ RPC extension with JSON for message serialization
Home-page: https://github.com/brgirgis/pyzmqrpc3
Author: Bassem Girgis
Author-email: brgirgis@gmail.com
Maintainer: Bassem Girgis
Maintainer-email: brgirgis@gmail.com
License: MIT
Download-URL: https://pypi.org/project/pyzmqrpc3/
Description: 
        
        This Python package adds basic Remote Procedure Call (RPC) functionalities to
        ZeroMQ.
        The supported command/service architecture allows for complex serialization of
        user defined data and modern-looking implementation.
        
        For more info visit the project repository at
        https://github.com/brgirgis/pyzmqrpc3
        
Keywords: zmq,zeromq,pyzmq,rpc
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
