Metadata-Version: 1.1
Name: perfect-hash
Version: 0.3.0
Summary: creating perfect minimal hash function
Home-page: https://github.com/ilanschnell/perfect-hash
Author: Ilan Schnell
Author-email: ilanschnell@gmail.com
License: BSD
Description: Program for creating perfect minimal hash function
        --------------------------------------------------
        
        Generate a minimal perfect hash function for a given set of keys.
        A given code template is filled with parameters, such that the
        output is code which implements the hash function.
        Templates can easily be constructed for any programming language.
        
        Part of the code is based on an a program A.M. Kuchling wrote:
        http://www.amk.ca/python/code/perfect-hash
        
        The algorithm the program uses is described in the paper
        'Optimal algorithms for minimal perfect hashing',
        Z. J. Czech, G. Havas and B.S. Majewski.
        http://cmph.sourceforge.net/papers/chm92.pdf
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
