Metadata-Version: 1.0
Name: micropython-hashlib
Version: 2.4.0.post4
Summary: PyPy hashlib module ported to MicroPython
Home-page: https://github.com/micropython/micropython-lib
Author: micropython-lib Developers
Author-email: micro-python@googlegroups.com
License: MIT
Description: This is a module ported from PyPy standard library to be compatible with
        MicroPython interpreter. Usually, this means applying small patches for
        features not supported (yet, or at all) in MicroPython. Sometimes, heavier
        changes are required. Note that CPython modules are written with availability
        of vast resources in mind, and may not work for MicroPython ports with
        limited heap. If you are affected by such a case, please help reimplement
        the module from scratch.
Platform: UNKNOWN
