https://github.com/groonga/grnpy
The Python bindings of Groonga
https://github.com/groonga/grnpy
Last synced: 5 months ago
JSON representation
The Python bindings of Groonga
- Host: GitHub
- URL: https://github.com/groonga/grnpy
- Owner: groonga
- License: lgpl-3.0
- Created: 2020-10-23T04:48:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-24T04:51:09.000Z (6 months ago)
- Last Synced: 2025-12-25T18:20:37.446Z (6 months ago)
- Language: Cython
- Size: 51.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# GrnPy - Fast full text search library based on Groonga
GrnPy is a fast full text search library based on
[Groonga](https://groonga.org/). You don't need full text search
server to do fast full text search.
## Install
```bash
pip install grnpy
```
## Usage
...
## License
LGPL-3.0-or-later. See [COPYING](COPYING) and
[COPYING.LESSER](COPYING.LESSER) for details.
Copyright 2020 Sutou Kouhei \