Metadata-Version: 2.4
Name: argo-client
Version: 0.0.14
Summary: A JSON RPC client library.
License: BSD License
License-File: 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
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: requests (>=2.31.0)
Requires-Dist: types-requests (>=2.31.0)
Requires-Dist: urllib3 (>=2.2.0)
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.

## Python Version Support

Currently argo is tested against Python 3.12.

