tantivy-py/README.md

23 lines
913 B
Markdown
Raw Permalink Normal View History

2021-10-18 13:31:07 +00:00
[![Build Status](https://travis-ci.org/quickwit-inc/tantivy-py.svg?branch=master)](https://travis-ci.org/quickwit-inc/tantivy-py)
2019-08-08 13:54:27 +00:00
[![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
==========
2022-11-28 14:24:54 +00:00
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:
2020-01-25 09:11:27 +00:00
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
2022-08-19 12:41:10 +00:00
Please see [the documentation](https://tantivy-py.readthedocs.io/en/latest/) for more information.