Metadata-Version: 2.1
Name: mospy-wallet
Version: 0.1.0
Summary: This package is a fork of cosmospy and is a light framework for the cosmos ecosystem
Project-URL: Homepage, https://github.com/ctrl-Felix/mospy/
Project-URL: Bug Tracker, https://github.com/ctrl-Felix/mospy/issues
Author-email: ctrl-felix <dev@ctrl-felix.de>
License: BSD 3-Clause License
Keywords: cosmos,cosmospy,mospy
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Dist: bech32==1.2.0
Requires-Dist: cosmospy-protobuf==0.0.2
Requires-Dist: ecdsa==0.17.0
Requires-Dist: grpcio~=1.47.0
Requires-Dist: hdwallets==0.1.2
Requires-Dist: httpx==0.23.0
Requires-Dist: mnemonic==0.20
Requires-Dist: protobuf==4.21.3
Description-Content-Type: text/markdown

# MosPy

MosPy is a fork of the cosmospy library and aims to be a versatile transaction signing library for the whole cosmos ecosystem.
It depends [cosmospy-protobuf](https://github.com/ctrl-Felix/cosmospy-protobuf) for the protos. Through this library you also can add your own transaction types and sign them through Mospy.

## Documentation

A documentation with according examples can be found at https://mospy.ctrl-felix.de

## Installation
Mospy is available through (pypi)[]



