Metadata-Version: 2.1
Name: tantivy
Version: 0.25.0
Requires-Dist: nox ; extra == 'dev'
Provides-Extra: dev
License-File: LICENSE
Summary: Official Python bindings for the Tantivy search engine
Author: Damir Jelić <poljar@termina.org.uk>
Author-email: Damir Jelić <poljar@termina.org.uk>, Caleb Hattingh <code@cjrh.info>, Cam Parry <cam.parry@kapiche.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

[![Build Status](https://travis-ci.org/quickwit-inc/tantivy-py.svg?branch=master)](https://travis-ci.org/quickwit-inc/tantivy-py)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Docs](https://readthedocs.org/projects/tantivy-py/badge/?version=latest&style=flat-default)](https://tantivy-py.readthedocs.io/en/latest/)

tantivy-py
==========

Python bindings for [Tantivy](https://github.com/quickwit-oss/tantivy) the full-text search engine library written in Rust.

# Installation

The bindings can be installed using from pypi using pip:

    pip install tantivy

If no binary wheel is present for your operating system the bindings will be
build from source, this means that Rust needs to be installed before building
can succeed.

# Documentation

Please see [the documentation](https://tantivy-py.readthedocs.io/en/latest/) for more information.

