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: 3 months 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: 2024-07-29T23:11:15.000Z (3 months ago)
- Last Synced: 2024-07-30T04:29:26.051Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 524 KB
- Stars: 250
- Watchers: 21
- Forks: 62
- Open Issues: 18
-
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.