Metadata-Version: 2.1
Name: flow-py-sdk
Version: 0.2.1
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
Requires-Dist: betterproto[compiler] (>=1.2.5,<2.0.0)
Requires-Dist: ecdsa (==v0.17.0)
Requires-Dist: grpcio-tools (>=1.33.2,<2.0.0)
Requires-Dist: grpclib (>=0.4.1,<0.5.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

[![PyPI](https://img.shields.io/pypi/v/flow-py-sdk.svg)](https://pypi.org/project/flow-py-sdk/)
[![codecov](https://codecov.io/gh/janezpodhostnik/flow-py-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/codecov/example-go)


See the [DOCS](https://janezpodhostnik.github.io/flow-py-sdk)!

# flow-py-sdk

Another unofficial flow blockchain python sdk.

Under development! Currently, this is close to an "MVP" it is mostly missing more of: docs, tests, examples and organization.

If you do want to use it, install it with:

`pip install flow-py-sdk`

or if using poetry:

`poetry add flow-py-sdk`

It supports python version 3.9 or higher


