lkml
A speedy LookML parser and serializer implemented in pure Python.
Read the documentation on Read the Docs.
lkml.load parses LookML strings to Python objects or JSON strings. lkml.dump serializes (generates) LookML strings from Python objects.
Why should you use lkml?
- Tested on over 160K lines of LookML from public repositories on GitHub
- Parses a typical view or model file in < 10 ms (excludes I/O time)
- Written in pure, modern Python 3.7 with no external dependencies
- A full unit test suite with excellent coverage
Interested in contributing to lkml? Check out the contributor guidelines.
How do I install it?
lkml is available to install on pip via the following command:
pip install lkml
Release files for lkml 1.3.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lkml-1.3.7.tar.gz | 28.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lkml-1.3.7-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 51.8 kB
Release files / lkml-1.3.7.tar.gz
| Download URL | lkml-1.3.7.tar.gz |
|---|---|
| Size | 28.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
51dc9f1b7e74cd7a00e0dbbf06fb573952015328f1f4a3a0730d444444a8ae7a
|
|
BLAKE2b-256 checksum How to use checksums |
bf1818a3d0281c5e209156b877796096d4ac7259f03465409673056386c99221
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.1
|
Release files / lkml-1.3.7-py2.py3-none-any.whl
| Download URL | lkml-1.3.7-py2.py3-none-any.whl |
|---|---|
| Size | 23.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
ce54c517f81fbd21d452038be9e2504fa02951a5bc30f7d7f1eb552c1f3f2b39
|
|
BLAKE2b-256 checksum How to use checksums |
c715e7124d4ec54fdcafa801b55d6b67d6196ed6c8a0de554e1a8b67b66fec65
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.1
|