Package to parse Kibana Query Language (KQL) strings.
Project description
kibana-ql
Install
pip install kibana-ql
Use
from kibana_ql import KqlParser
p = KqlParser()
p.parse("field: value")
Tests
py -m unittest discover -v -s tests -p "*_test.py"
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
kibana_ql-0.1.tar.gz
(2.6 kB
view hashes)