A fluent API for Elasticsearch operations
Project description
FluentES - Elasticsearch Fluent Query Builder
A small Python library for building Elasticsearch queries using a fluent API.
Example:
from fluentes import QueryBuilder
q = (
QueryBuilder()
.match("title", "python")
.term("status", "active")
.build()
)
print(q)
License 
Released under the MIT License.
You are free to use, modify, and distribute this software, as long as the original license is included with any copies.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fluentes-0.1.0.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fluentes-0.1.0.tar.gz.
File metadata
- Download URL: fluentes-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c476306c71095856da1b6d66d974775b72a73da9903faed95af69b836f9eb43b
|
|
| MD5 |
940a6bd25a0efab63b53145fa27f8b7e
|
|
| BLAKE2b-256 |
47ddaa25dd5376ad9f801820b2c601802f04c341f75c1d1ec92528715f210fab
|
File details
Details for the file fluentes-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fluentes-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ac03c92d40e256e94d037f806b526ab27042c3b34994d9eed6f5cb9f7c990bc
|
|
| MD5 |
dc23afdb60b5b5e1d1b778acf73d34b6
|
|
| BLAKE2b-256 |
d1aec0b23da08f8d46744c6048d2355857a7dade0f85558bcb4423dc2212b443
|