algoliasearch-client-python
algoliasearch-client-python copied to clipboard
⚡️ A fully-featured and blazing-fast Python API client to interact with Algolia.
- Algolia Client Version: 2.5.0 - Language Version: 3.9 ### Description The library's code contains type hints (great!) but those are not advertised so our code doesn't use them (it...
- Algolia Client Version: 2.5.0 - Language Version: Python ### Description I am facing a similar issue as reported in this Past Issue - https://github.com/algolia/algoliasearch-client-python/issues/30. StackTrace - ``` raise AlgoliaUnreachableHostException("Unreachable...
Based on the one from the [Ruby client](https://github.com/algolia/algoliasearch-client-ruby/blob/master/CONTRIBUTING.MD), update contributing guide so it's easier for external contributors to collaborate.
- Algolia Client Version: 2.4.0 - Language Version: Python 3.9.1 ### Description I'm replicating a dataset (60k records) with 100 threads (Python's builtin _ThreadExecutor_) at a time. And I find...
**Summary** With the release of the merchandising UI, the need to control UI aspects using the QR is growing and the rules API needs to expose fields to store information...
- Algolia Client Version: algoliasearch-2.4.0 - Language Version: Python 3.8.5 Windows - Flake Version: 3.8.3 (mccabe: 0.6.1, pycodestyle: 2.6.0, pyflakes: 2.2.0) CPython 3.8.3 on Windows ### Description The Flake comments...
- Algolia Client Version: 2.4.0 - Language Version: Python 3.7 ### Description The python client does not yet support the Places API. There's not a current official python implementation of...
- Version: 2.4.0 ### Underlying cause I am using Algolia in Google App Engine (GAE1) and we are using `requests` library to issue requests as well. However, due to GAE1...
In this commit https://github.com/algolia/algoliasearch-client-python/commit/108e270dd007734c814066abd08882be48fe767c#diff-448ff623544e049c870f5282201af825, an helper function was added to the tests to remove a `_metadata` extra key which is added by the engine to the rules returned by the...
Found out about this flaky test as of `2.3.1` for `py34-sync` (but the version is probably not related) when running all tests in parallel with `tox -p`. ``` ====================================================================== FAIL:...