lkml


Namelkml JSON
Version 1.3.4 PyPI version JSON
download
home_pagehttps://github.com/joshtemple/lkml
SummaryA speedy LookML parser implemented in pure Python.
upload_time2024-01-15 15:23:41
maintainer
docs_urlNone
authorJosh Temple
requires_python
licenseMIT
keywords lookml looker parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![CircleCI](https://img.shields.io/circleci/build/github/joshtemple/lkml.svg)](https://circleci.com/gh/joshtemple/lkml)
[![Codecov](https://img.shields.io/codecov/c/github/joshtemple/lkml.svg)](https://codecov.io/gh/joshtemple/lkml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Read the Docs](https://img.shields.io/readthedocs/lkml)](https://lkml.readthedocs.io/en/latest/)

# lkml

A speedy LookML parser and serializer implemented in pure Python.

**Read the documentation on [Read the Docs](https://lkml.readthedocs.io/en/latest/).**

`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](CONTRIBUTING.md).

## How do I install it?

`lkml` is available to install on [pip](https://pypi.org/project/lkml/) via the following command:

```
pip install lkml
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/joshtemple/lkml",
    "name": "lkml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "lookml looker parser",
    "author": "Josh Temple",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/54/78/af78144e2859afa7541de94b19484ad0912220e719da278bdc9c2e9015ae/lkml-1.3.4.tar.gz",
    "platform": null,
    "description": "[![CircleCI](https://img.shields.io/circleci/build/github/joshtemple/lkml.svg)](https://circleci.com/gh/joshtemple/lkml)\n[![Codecov](https://img.shields.io/codecov/c/github/joshtemple/lkml.svg)](https://codecov.io/gh/joshtemple/lkml)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Read the Docs](https://img.shields.io/readthedocs/lkml)](https://lkml.readthedocs.io/en/latest/)\n\n# lkml\n\nA speedy LookML parser and serializer implemented in pure Python.\n\n**Read the documentation on [Read the Docs](https://lkml.readthedocs.io/en/latest/).**\n\n`lkml.load` parses LookML strings to Python objects or JSON strings. `lkml.dump` serializes (generates) LookML strings from Python objects.\n\nWhy should you use `lkml`?\n- Tested on **over 160K lines of LookML** from public repositories on GitHub\n- Parses a typical view or model file in < **10 ms** (excludes I/O time)\n- Written in pure, modern Python 3.7 with **no external dependencies**\n- A **full unit test suite** with excellent coverage\n\nInterested in contributing to `lkml`? Check out the [contributor guidelines](CONTRIBUTING.md).\n\n## How do I install it?\n\n`lkml` is available to install on [pip](https://pypi.org/project/lkml/) via the following command:\n\n```\npip install lkml\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A speedy LookML parser implemented in pure Python.",
    "version": "1.3.4",
    "project_urls": {
        "Download": "https://github.com/joshtemple/lkml/tarball/1.3.4",
        "Homepage": "https://github.com/joshtemple/lkml"
    },
    "split_keywords": [
        "lookml",
        "looker",
        "parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66529fdd956288a6bae3d432850bd95dd35c74ddaa7073960d21cd7ed9593fd7",
                "md5": "6072ba3cef4a06989fdb75117f08a770",
                "sha256": "8a72b0595f3e7b40891c9c23e0ea6ced3077266e0ed3a3640aeedd7c82462555"
            },
            "downloads": -1,
            "filename": "lkml-1.3.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6072ba3cef4a06989fdb75117f08a770",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 22932,
            "upload_time": "2024-01-15T15:23:39",
            "upload_time_iso_8601": "2024-01-15T15:23:39.935876Z",
            "url": "https://files.pythonhosted.org/packages/66/52/9fdd956288a6bae3d432850bd95dd35c74ddaa7073960d21cd7ed9593fd7/lkml-1.3.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5478af78144e2859afa7541de94b19484ad0912220e719da278bdc9c2e9015ae",
                "md5": "4725553bc7b59b7a7d3c69b0ecf470bc",
                "sha256": "c70f9e9dfba8fcff033c53d7074f861c88eacfa8eb78f849be0f244fe653bdae"
            },
            "downloads": -1,
            "filename": "lkml-1.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4725553bc7b59b7a7d3c69b0ecf470bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28566,
            "upload_time": "2024-01-15T15:23:41",
            "upload_time_iso_8601": "2024-01-15T15:23:41.148195Z",
            "url": "https://files.pythonhosted.org/packages/54/78/af78144e2859afa7541de94b19484ad0912220e719da278bdc9c2e9015ae/lkml-1.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-15 15:23:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "joshtemple",
    "github_project": "lkml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "requirements": [],
    "tox": true,
    "lcname": "lkml"
}
        
Elapsed time: 0.17738s