Metadata-Version: 1.1
Name: hashedindex
Version: 0.1.0
Summary: InvertedIndex implementation using hash lists (dictionaries)
Home-page: https://github.com/MichaelAquilina/hashedindex
Author: Michael Aquilina
Author-email: michaelaquilina@gmail.com
License: BSD
Description: ===============================
        hashedindex
        ===============================
        
        .. image:: https://img.shields.io/travis/MichaelAquilina/hashedindex.svg
                :target: https://travis-ci.org/MichaelAquilina/hashedindex
        
        .. image:: https://img.shields.io/pypi/v/hashedindex.svg
                :target: https://pypi.python.org/pypi/hashedindex
        
        
        InvertedIndex implementation using hash lists (dictionaries)
        
        * Free software: BSD license
        * Documentation: https://hashedindex.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        0.1.0 (2015-01-11)
        ---------------------
        
        * First release on PyPI.
        
Keywords: hashedindex
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
