Metadata-Version: 2.1
Name: bech32
Version: 1.0.0
Summary: Reference implementation for Bech32 and segwit addresses.
Home-page: https://github.com/fiatjaf/bech32
License: MIT
Description: bech32
        ======
        
        Since this implementation wasn't in a place that was easy to use for Python programmers I took it from from https://github.com/rustyrussell/lightning-payencode and published [on GitHub](https://github.com/fiatjaf/bech32) and [on PyPI](https://pypi.org/project/bech32/).
        
        Install
        -------
        
        ```
        pip install bech32
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
