No description
Find a file
2024-02-24 23:20:19 -07:00
pypromql Add function_call rule 2024-02-24 23:20:19 -07:00
tests Add function_call rule 2024-02-24 23:20:19 -07:00
.gitignore matrix selector tests passing 2024-02-22 20:32:35 -07:00
LICENSE.txt Initial commit 2024-02-17 14:21:34 -07:00
poetry.lock Add tests and begin parser 2024-02-18 09:41:19 -07:00
pyproject.toml Add tests and begin parser 2024-02-18 09:41:19 -07:00
README.md Initial commit 2024-02-17 14:21:34 -07:00

PyPromQL

Native Python PromQL parser. The goal of this code is to enable you to parse and validate PromQL queries using Python. This library is written as a learning tool for the Lark parser in Python and likely won't fully parse all valid PromQL for a very long time, if ever.