Metadata-Version: 2.1
Name: Vega-API-client
Version: 0.31.0rc1
Summary: Vega API client for gRPC
Home-page: https://github.com/vegaprotocol/api-clients
Author: Vega
Author-email: hi@vega.xyz
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: googleapis-common-protos
Requires-Dist: grpcio
Requires-Dist: requests

# Vega API client

![Python tests](https://github.com/vegaprotocol/api-clients/workflows/Python%20tests/badge.svg?branch=master)

This is the Vega API client, which talks to a Vega node using gRPC, and to a Vega Wallet server using REST.

## Disclaimer

This is a community effort. It is not supported by Vega, nor is it guaranteed
to be up to date or compatible with new Vega releases.

## Examples

For examples, see the [sample API scripts](https://github.com/vegaprotocol/sample-api-scripts/) repository.


