Go to file
dependabot[bot] 5da844f048
build(deps): bump serde_json from 1.0.127 to 1.0.128 (#348)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-10 09:06:22 +10:00
.cargo Tantivy 0.19.2 (#67) 2023-02-14 13:20:59 +00:00
.github build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#340) 2024-09-03 22:39:32 +10:00
ci chore: deprecate python 3.7 and add 3.12 (#139) 2023-11-01 15:58:18 +10:00
docs Docs: Updated the building queries with Query objects section (#254) 2024-04-25 17:17:48 +02:00
src Expose SnippetGenerator.set_max_num_chars() so changing the default is possible (#323) 2024-08-08 12:36:04 +02:00
tantivy chore: type-sig schema in Document.from_dict has None default (#346) 2024-09-05 16:28:35 +02:00
tests Expose Range Query (Beta) (#281) 2024-06-10 01:00:39 +02:00
.gitignore Snippet generator (fixes #36 and #63) (#122) 2023-09-13 12:03:39 +02:00
.readthedocs.yaml doc: configure ReadTheDocs (#120) 2023-09-10 22:44:53 +02:00
build.rs Update to pyo3 0.15 (#40) 2022-01-17 10:16:08 +09:00
Cargo.lock build(deps): bump serde_json from 1.0.127 to 1.0.128 (#348) 2024-09-10 09:06:22 +10:00
Cargo.toml build(deps): bump serde_json from 1.0.127 to 1.0.128 (#348) 2024-09-10 09:06:22 +10:00
LICENSE Initial python bindings implementation. 2019-06-04 11:09:58 +02:00
MANIFEST.in Initial python bindings implementation. 2019-06-04 11:09:58 +02:00
mkdocs.yml doc: add MkDocs documentation (#94) 2023-08-04 13:27:52 +02:00
noxfile.py chore: update python versions in CI (#251) 2024-04-24 22:01:32 +10:00
pyproject.toml doc: enable doctests (#156) 2023-11-20 11:44:32 +10:00
README.md doc: simplify README. fixes #204 (#224) 2024-03-20 10:32:22 +10:00
requirements-dev.txt doc: Add mktestdocs, and tutorial for snippets. Fixes #219 (#223) 2024-03-20 01:06:31 +01:00
rust-toolchain.toml chore: set toolchain stable (#342) 2024-09-03 14:25:03 +02:00
rustfmt.toml Tantivy 0.19.2 (#67) 2023-02-14 13:20:59 +00:00

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.