Metadata-Version: 2.1
Name: argo-client
Version: 0.0.11
Summary: A JSON RPC client library.
License: BSD License
Keywords: JSON,RPC
Author: Galois, Inc.
Author-email: cryptol-team@galois.com
Requires-Python: >=3.8.0,<4
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: urllib3 (>=1.26.5)
Project-URL: Bug Tracker, https://github.com/GaloisInc/argo/issues
Project-URL: Source, https://github.com/GaloisInc/argo/tree/master/python
Description-Content-Type: text/markdown

# Argo Client

A python library for client connections to [JSON RPC](https://www.jsonrpc.org/specification) servers, specifically designed with the Haskell [Argo](https://github.com/galoisinc/argo) sister library in mind.

