https://github.com/typesense/typesense-python
Python client for Typesense: https://github.com/typesense/typesense
https://github.com/typesense/typesense-python
Last synced: about 1 year ago
JSON representation
Python client for Typesense: https://github.com/typesense/typesense
- Host: GitHub
- URL: https://github.com/typesense/typesense-python
- Owner: typesense
- License: apache-2.0
- Created: 2018-01-30T20:29:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T11:40:31.000Z (about 1 year ago)
- Last Synced: 2025-05-12T18:55:08.115Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 417 KB
- Stars: 201
- Watchers: 5
- Forks: 39
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typesense Python Client
Python client for the Typesense API: https://github.com/typesense/typesense
## Installation
```
$ pip install typesense
```
You can also add `typesense` to your project's `requirements.txt`.
## Usage
You can find some examples [here](https://github.com/typesense/typesense-python/blob/master/examples/collection_operations.py).
See detailed [API documentation](https://typesense.org/api).
## Compatibility
| Typesense Server | typesense-python |
|------------------|------------------|
| \>= v26.0 | \>= v0.20.0 |
| \>= v0.25.0 | \>= v0.16.0 |
| \>= v0.23.0 | \>= v0.14.0 |
| \>= v0.21.0 | \>= v0.13.0 |
| \>= v0.20.0 | \>= v0.11.0 |
| \>= v0.19.0 | \>= v0.10.0 |
| \>= v0.17.0 | \>= v0.9.0 |
| \>= v0.16.0 | \>= v0.8.0 |
| \>= v0.15.0 | \>= v0.7.0 |
## Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/typesense/typesense-python].
## License
`typesense-python` is distributed under the Apache 2 license.