Metadata-Version: 2.4
Name: tantivy
Version: 0.26.2
Requires-Dist: nox ; extra == 'dev'
Provides-Extra: dev
License-File: LICENSE
Summary: Official Python bindings for the Tantivy search engine
Author-email: Damir Jelić <poljar@termina.org.uk>, Caleb Hattingh <code@cjrh.info>, Cam Parry <cam.parry@kapiche.com>
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Changelog, https://github.com/quickwit-oss/tantivy-py/releases
Project-URL: Documentation, https://tantivy-py.readthedocs.io/en/latest/
Project-URL: Homepage, https://github.com/quickwit-oss/tantivy-py
Project-URL: Issues, https://github.com/quickwit-oss/tantivy-py/issues
Project-URL: Repository, https://github.com/quickwit-oss/tantivy-py

[![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.

# Contributing

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to contribute.

