Metadata-Version: 2.1
Name: vega-python-sdk
Version: 0.1.2
Summary: Python bindings for processing and sending Vega transactions
License: MIT
Author: Tom McLean
Author-email: tom@vegaprotocol.io
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT 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
Requires-Dist: bip-utils (>=2.7.1,<3.0.0)
Requires-Dist: grpcio-tools (>=1.59.0,<2.0.0)
Requires-Dist: protoc-gen-openapiv2 (>=0.0.1,<0.0.2)
Description-Content-Type: text/markdown

# Vega Python SDK

A set of helpful tools for building software interacting with Vega Protocol networks in Python.

Initially contains a client for signing/submitting transactions, which can be found in `vega.client`.
For signing and submitting, the client requires a BIP39 recovery phrase to seed the client.
