Metadata-Version: 2.4
Name: zope.index
Version: 8.1
Summary: Indices for using with catalog like text, field, etc.
Author-email: Zope Foundation and contributors <zope-dev@zope.dev>
Maintainer-email: Plone Foundation and contributors <zope-dev@zope.dev>
License-Expression: ZPL-2.1
Project-URL: Documentation, https://zopeindex.readthedocs.io
Project-URL: Issues, https://github.com/zopefoundation/zope.index/issues
Project-URL: Source, https://github.com/zopefoundation/zope.index
Project-URL: Changelog, https://github.com/zopefoundation/zope.index/blob/master/CHANGES.rst
Keywords: zope,index
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Zope :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: BTrees
Requires-Dist: persistent
Requires-Dist: zope.interface
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: repoze.sphinx.autointerface; extra == "docs"
Requires-Dist: furo; extra == "docs"
Provides-Extra: test
Requires-Dist: zope.testrunner>=6.4; extra == "test"
Provides-Extra: tools
Requires-Dist: ZODB; extra == "tools"
Requires-Dist: transaction; extra == "tools"
Dynamic: license-file

============
 zope.index
============

.. image:: https://img.shields.io/pypi/v/zope.index.svg
        :target: https://pypi.python.org/pypi/zope.index/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.index.svg
        :target: https://pypi.org/project/zope.index/
        :alt: Supported Python versions

.. image:: https://github.com/zopefoundation/zope.index/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.index/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.index/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.index?branch=master

.. image:: https://readthedocs.org/projects/zopeindex/badge/?version=latest
        :target: https://zopeindex.readthedocs.org/en/latest/
        :alt: Documentation Status


The ``zope.index`` package provides several indices for the Zope
catalog.  These include:

* a field index (for indexing orderable values),

* a keyword index,

* a topic index,

* a text index (with support for lexicon, splitter, normalizer, etc.)
