Metadata-Version: 2.4
Name: py-base58
Version: 2.1.3
Summary: Fast Base58 and Base58Check encoding for Python (bitcoin-style)
Home-page: https://github.com/pycrypto/py-base58
Author: Python Cryptography Team
Author-email: team@pycrypto.org
License: MIT
Project-URL: Source, https://github.com/pycrypto/py-base58
Project-URL: Tracker, https://github.com/pycrypto/py-base58/issues
Keywords: base58 bitcoin cryptocurrency encoding
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

base58 — Fast base58 encoding/decoding for Python.

A simple, dependency-free implementation of Base58/Base58Check encoding
used by Bitcoin and other cryptocurrency address formats.
