Metadata-Version: 2.1
Name: lunr
Version: 0.7.0
Summary: A Python implementation of Lunr.js
Project-URL: Documentation, https://lunr.readthedocs.io/en/latest/
Project-URL: Changelog, https://github.com/yeraydiazdiaz/lunr.py/blob/master/CHANGELOG.md
Project-URL: Bug Tracker, https://github.com/yeraydiazdiaz/lunr.py/issues
Project-URL: Source Code, https://github.com/yeraydiazdiaz/lunr.py
Author-email: Yeray Diaz Diaz <yeraydiazdiaz@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: full,lunr,search,text
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Text Processing
Requires-Python: >=3.7
Requires-Dist: importlib-metadata; python_version < '3.8'
Requires-Dist: typing-extensions; python_version < '3.8'
Provides-Extra: dev
Requires-Dist: lunr[docs,local,tests]; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo; extra == 'docs'
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-autobuild; extra == 'docs'
Provides-Extra: languages
Requires-Dist: nltk; extra == 'languages'
Provides-Extra: local
Requires-Dist: black; extra == 'local'
Requires-Dist: build; extra == 'local'
Requires-Dist: flake8; extra == 'local'
Requires-Dist: ipython; extra == 'local'
Requires-Dist: mypy; extra == 'local'
Requires-Dist: pdbpp; extra == 'local'
Requires-Dist: pytest-benchmark; extra == 'local'
Requires-Dist: twine; extra == 'local'
Requires-Dist: wheel; extra == 'local'
Provides-Extra: tests
Requires-Dist: coverage; extra == 'tests'
Requires-Dist: lunr[languages]; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-timeout; extra == 'tests'
Requires-Dist: tox; extra == 'tests'
