chash

Content-based hash


License
BSD-3-Clause
Install
pip install chash==0.1.1

Documentation

Content-Based Hash

Package Description

This package provides a hash function for computing the hash of the contents of complex data structures. This can be useful for memoization of functions that process complex data structures (assuming that the produced data structures are not subsequently modified).

Latest Version

Quick Start

Make sure you have pip installed; once you do, install the package as follows:

pip install chash

Development

The latest source code can be obtained from the project website on GitHub.

Authors & Acknowledgements

See the included AUTHORS.rst file for more information.

License

This software is licensed under the BSD License. See the included LICENSE.rst file for more information.