Metadata-Version: 2.1
Name: bech32m
Version: 1.0.0
Summary: Encoding/decoding Bech32 and Bech32m
Project-URL: Source, https://github.com/ods/bech32m
Author-email: Denis Otkidach <denis.otkidach@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: bech32,bech32m,bitcoin,blockchain
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# bech32m

[![CI](https://github.com/ods/bech32m/actions/workflows/ci.yml/badge.svg)](https://github.com/ods/bech32m/actions/workflows/ci.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/bech32m.svg)](https://pypi.org/project/bech32m)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bech32m.svg)](https://pypi.org/project/bech32m)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install bech32m
```

## License

`bech32m` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
