Contents

lkml 1.3.4

0

A speedy LookML parser implemented in pure Python.

A speedy LookML parser implemented in pure Python.

Stars: 159, Watchers: 159, Forks: 30, Open Issues: 10

The joshtemple/lkml repo was created 4 years ago and the last code push was 2 weeks ago.
The project is popular with 159 github stars!

How to Install lkml

You can install lkml using pip

pip install lkml

or add it to a project with poetry

poetry add lkml

Package Details

Author
Josh Temple
License
MIT
Homepage
https://github.com/joshtemple/lkml
PyPi:
https://pypi.org/project/lkml/
GitHub Repo:
https://github.com/joshtemple/lkml

Classifiers

  • Software Development
No  lkml  pypi packages just yet.

Errors

A list of common lkml errors.

Code Examples

Here are some lkml code examples and snippets.

GitHub Issues

The lkml package has 10 open issues on GitHub

  • Add back comments to parsed/dumped file

See more issues on GitHub

Related Packages & Articles

ics 0.7.2

Python icalendar (rfc5545) parser

esprima 4.0.1

ECMAScript parsing infrastructure for multipurpose analysis in Python

astroid 3.1.0

An abstract syntax tree for Python with inference support.

ply 3.11

PLY is a 100% Python implementation of the common parsing tools lex and yacc.