# typesense-python **Repository Path**: poetHB/typesense-python ## Basic Information - **Project Name**: typesense-python - **Description**: The Open Source Algolia Alternative The Easier To Use Elasticsearch Alternative - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://typesense.org/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-01 - **Last Updated**: 2022-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 | |------------------|----------------| | \>= 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.