Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quickwit-oss/tantivy-py
Python bindings for Tantivy
https://github.com/quickwit-oss/tantivy-py
Last synced: 5 days ago
JSON representation
Python bindings for Tantivy
- Host: GitHub
- URL: https://github.com/quickwit-oss/tantivy-py
- Owner: quickwit-oss
- License: mit
- Created: 2019-06-04T08:45:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T23:14:20.000Z (11 days ago)
- Last Synced: 2025-02-06T22:08:04.967Z (8 days ago)
- Language: Rust
- Homepage:
- Size: 664 KB
- Stars: 309
- Watchers: 20
- Forks: 67
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - quickwit-oss/tantivy-py - Python bindings for Tantivy (Rust)
README
[![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.