No description
- Python 100%
|
|
||
|---|---|---|
| pypromql | ||
| tests | ||
| .gitignore | ||
| LICENSE.txt | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
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.