Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 913 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 913 Bytes

Build Status License: MIT Docs

tantivy-py

Python bindings for 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 for more information.