Metadata-Version: 2.1
Name: bech32ref
Version: 0.1.0
Summary: A bech32 implemenation, slightly modified to allow for >90char strings
License: MIT
Author: niftynei
Author-email: niftynei@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# bech32m for Python

This is a straight port of @sipa's Python reference implementation of bech32 and bech32m.

Original can be found here: [https://github.com/sipa/bech32/tree/master/ref/python](https://github.com/sipa/bech32/tree/master/ref/python).

