Metadata-Version: 1.2
Name: sjrpc2
Version: 0.1.0
Summary: JSONRPC-2.0  PYTHON implementation, including memory communication(queue), TCP communication(zero-mq), HTTP communication
Home-page: https://github.com/taceywong/sjrpc2
Author: Tacey Wong
Author-email: xinyong.wang@qq.com
License: MIT license
Description: ==================
        Simple JSONRPC-2.0
        ==================
        
        
        .. image:: https://img.shields.io/pypi/v/sjrpc2.svg
                :target: https://pypi.python.org/pypi/sjrpc2
        
        .. image:: https://img.shields.io/travis/taceywong/sjrpc2.svg
                :target: https://travis-ci.com/taceywong/sjrpc2
        
        .. image:: https://readthedocs.org/projects/sjrpc2/badge/?version=latest
                :target: https://sjrpc2.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/taceywong/sjrpc2/shield.svg
             :target: https://pyup.io/repos/github/taceywong/sjrpc2/
             :alt: Updates
        
        
        
        JSONRPC-2.0  PYTHON implementation, including memory communication(queue), TCP communication(zero-mq), HTTP communication
        
        
        * Free software: MIT license
        * Documentation: https://sjrpc2.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-05-27)
        ------------------
        
        * First release on PyPI.
        
Keywords: sjrpc2
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
