Skip to content

quickwit-oss/tantivy-py

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2023
Feb 18, 2025
Nov 24, 2024
Feb 9, 2025
Feb 9, 2025
Feb 9, 2025
Feb 9, 2025
Sep 13, 2023
Sep 10, 2023
Feb 3, 2025
Feb 3, 2025
Jun 4, 2019
Jun 4, 2019
Mar 20, 2024
Jan 17, 2022
Aug 4, 2023
Nov 24, 2024
Nov 24, 2024
Mar 20, 2024
Sep 3, 2024
Feb 14, 2023

Repository files navigation

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.