A speedy LookML parser implemented in pure Python.
Project description
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
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
lkml-1.3.5.tar.gz
(28.6 kB
view hashes)
Built Distribution
lkml-1.3.5-py2.py3-none-any.whl
(22.9 kB
view hashes)