This is the first release of python-chianode an open-source Python wrapper for Chia blockchain node APIs. The wrapper supports the official [RPC API](https://docs.chia.net/full-node-rpc) for nodes running on localhost via the RpcClient class as well as the [Mojonode API](https://api.mojonode.com/docs) via the derived class MojoClient. For additional info see the README.