pycep-parser


Namepycep-parser JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/gruebel/pycep
SummaryA Python based Bicep parser
upload_time2024-11-03 17:24:54
maintainerNone
docs_urlNone
authorAnton Grübel
requires_python<4.0,>=3.8
licenseApache-2.0
keywords bicep parser lark
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pycep

[![Build Status](https://github.com/gruebel/pycep/workflows/CI/badge.svg)](https://github.com/gruebel/pycep/actions)
[![codecov](https://codecov.io/gh/gruebel/pycep/branch/master/graph/badge.svg?token=49WHVYGE1D)](https://codecov.io/gh/gruebel/pycep)
[![PyPI](https://img.shields.io/pypi/v/pycep-parser)](https://pypi.org/project/pycep-parser/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pycep-parser)](https://github.com/gruebel/pycep)
![CodeQL](https://github.com/gruebel/pycep/workflows/CodeQL/badge.svg)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/gruebel/pycep/badge)](https://api.securityscorecards.dev/projects/github.com/gruebel/pycep)

A parser for [Azure Bicep](https://github.com/Azure/bicep) files leveraging [Lark](https://github.com/lark-parser/lark).

## Getting Started

### Requirements

- Python 3.8+
- Lark 1.1.2+

### Install

```shell
pip install --upgrade pycep-parser
```

## Current capabilities

[Supported capabilities](docs/capabilities.md)

## Next milestones

### Custom data types
Initial support was added with following parts still missing
- Array type
- Decorators in object type
- Union type in object type

### Functions
- [ ] Array (in progress)
- [ ] CIDR (in progress)
- [ ] Lambda (in progress)

### Operators
- [ ] Safe-dereference

### Considering
- 1st class support of interpolated strings

### Out-of-scope
- Bicep to ARM converter and vice versa

## Contributing

Further details can be found in the [contribution guidelines](CONTRIBUTING.md).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gruebel/pycep",
    "name": "pycep-parser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "bicep, parser, lark",
    "author": "Anton Gr\u00fcbel",
    "author_email": "anton.gruebel@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/fa/be9c4c78d36f095ce4801021f367febe232b4f299e172bb271e4a895968e/pycep_parser-0.5.1.tar.gz",
    "platform": null,
    "description": "# pycep\n\n[![Build Status](https://github.com/gruebel/pycep/workflows/CI/badge.svg)](https://github.com/gruebel/pycep/actions)\n[![codecov](https://codecov.io/gh/gruebel/pycep/branch/master/graph/badge.svg?token=49WHVYGE1D)](https://codecov.io/gh/gruebel/pycep)\n[![PyPI](https://img.shields.io/pypi/v/pycep-parser)](https://pypi.org/project/pycep-parser/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pycep-parser)](https://github.com/gruebel/pycep)\n![CodeQL](https://github.com/gruebel/pycep/workflows/CodeQL/badge.svg)\n[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/gruebel/pycep/badge)](https://api.securityscorecards.dev/projects/github.com/gruebel/pycep)\n\nA parser for [Azure Bicep](https://github.com/Azure/bicep) files leveraging [Lark](https://github.com/lark-parser/lark).\n\n## Getting Started\n\n### Requirements\n\n- Python 3.8+\n- Lark 1.1.2+\n\n### Install\n\n```shell\npip install --upgrade pycep-parser\n```\n\n## Current capabilities\n\n[Supported capabilities](docs/capabilities.md)\n\n## Next milestones\n\n### Custom data types\nInitial support was added with following parts still missing\n- Array type\n- Decorators in object type\n- Union type in object type\n\n### Functions\n- [ ] Array (in progress)\n- [ ] CIDR (in progress)\n- [ ] Lambda (in progress)\n\n### Operators\n- [ ] Safe-dereference\n\n### Considering\n- 1st class support of interpolated strings\n\n### Out-of-scope\n- Bicep to ARM converter and vice versa\n\n## Contributing\n\nFurther details can be found in the [contribution guidelines](CONTRIBUTING.md).\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Python based Bicep parser",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://github.com/gruebel/pycep",
        "Repository": "https://github.com/gruebel/pycep"
    },
    "split_keywords": [
        "bicep",
        " parser",
        " lark"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "995601afa944d13dcc2586086c4d1312c43e5bad7f8f9b3473bf0a777a616d90",
                "md5": "d685d9f8a5057390ac8c39fc46fc3fe0",
                "sha256": "8c3f99c0dc1301193b1bcbe0a44c6b2763f6d2daf24964ca48dcdfbb73087fa0"
            },
            "downloads": -1,
            "filename": "pycep_parser-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d685d9f8a5057390ac8c39fc46fc3fe0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 23606,
            "upload_time": "2024-11-03T17:24:53",
            "upload_time_iso_8601": "2024-11-03T17:24:53.120399Z",
            "url": "https://files.pythonhosted.org/packages/99/56/01afa944d13dcc2586086c4d1312c43e5bad7f8f9b3473bf0a777a616d90/pycep_parser-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5fabe9c4c78d36f095ce4801021f367febe232b4f299e172bb271e4a895968e",
                "md5": "73d7fbb6c0b9fbdbef566b5a932611e8",
                "sha256": "683bb001077c09f98408285b1b6ba10cfb3941610966c45d0638a0e1a5e1d2a4"
            },
            "downloads": -1,
            "filename": "pycep_parser-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "73d7fbb6c0b9fbdbef566b5a932611e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 22979,
            "upload_time": "2024-11-03T17:24:54",
            "upload_time_iso_8601": "2024-11-03T17:24:54.710172Z",
            "url": "https://files.pythonhosted.org/packages/a5/fa/be9c4c78d36f095ce4801021f367febe232b4f299e172bb271e4a895968e/pycep_parser-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-03 17:24:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gruebel",
    "github_project": "pycep",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pycep-parser"
}
        
Elapsed time: 0.38425s