Metadata-Version: 1.2
Name: ajsonrpc
Version: 0.0.1
Summary: Async JSON-RPC 2.0 server
Home-page: https://github.com/pavlov99/async-json-rpc
Author: Kirill Pavlov
Author-email: k@p99.io
License: MIT
Project-URL: Documentation, https://ajsonrpc.readthedocs.io
Project-URL: Code, https://github.com/pavlov99/async-json-rpc
Project-URL: Issue tracker, https://github.com/pavlov99/async-json-rpc/issues
Description: Async JSON-RPC 2.0
        ==================
        
        ```python
        pipenv run python setup.py bdist
        ```
        
        ```python
        pipenv run pytest
        ```
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
