Metadata-Version: 2.1
Name: multi-hash
Version: 0.1.0
Summary: Self-describing hashes
Home-page: https://github.com/matheusmoreira/multihash.py
Author: Matheus Afonso Martins Moreira
Author-email: matheus.a.m.moreira@gmail.com
License: UNKNOWN
Description: # multihash.py
        
        Python implementation of the [multihash] [multiformat]
        with complete unsigned varint support.
        
        # References
        
         - [Specification]
        
        # License
        
        This module is licensed under the MIT license.
        
        [multihash]: https://multiformats.io/multihash/
        [multiformat]: https://multiformats.io/
        [Specification]: https://github.com/multiformats/multihash
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
