Metadata-Version: 2.1
Name: lunr
Version: 0.3.0
Summary: A Python implementation of Lunr.js
Home-page: https://github.com/yeraydiazdiaz/lunr.py
Author: Yeray Diaz Diaz
Author-email: yeraydiazdiaz@gmail.com
License: MIT
Description: A Python implementation of Lunr.js (https://lunrjs.com) by Oliver Nightingale.
        
           A bit like Solr, but much smaller and not as bright.
        
        This Python version of Lunr.js aims to bring the simple and powerful full text search capabilities into Python guaranteeing results as close as the original implementation as possible.
Keywords: lunr full text search
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Text Processing
Provides-Extra: languages
