Metadata-Version: 2.1
Name: flow-py-sdk
Version: 0.1.0
Summary: A python SKD for the flow blockchain
Home-page: https://github.com/janezpodhostnik/flow-py-sdk
License: MIT
Author: Janez Podhostnik
Author-email: janez.podhostnik@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: betterproto[compiler] (>=1.2.5,<2.0.0)
Requires-Dist: ecdsa (>=0.16.1,<0.17.0)
Requires-Dist: grpcio-tools (>=1.33.2,<2.0.0)
Requires-Dist: rlp (>=2.0.1,<3.0.0)
Project-URL: Repository, https://github.com/janezpodhostnik/flow-py-sdk
Description-Content-Type: text/markdown

# flow-py-sdk

Another unofficial flow blockchain python sdk.

Under development! I do not recommend you use this

## Prerequisites

- [poetry](https://python-poetry.org/docs/)

## Examples

- `poetry build` (only the first time)
- `poetry run examples`
