pycep-parser


Namepycep-parser JSON
Version 0.4.2 PyPI version JSON
download
home_pagehttps://github.com/gruebel/pycep
SummaryA Python based Bicep parser
upload_time2023-11-05 15:08:33
maintainer
docs_urlNone
authorAnton Grübel
requires_python>=3.7,<4.0
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.7+
- Lark 1.1.2+

### Install

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

## Current capabilities

[Supported capabilities](docs/capabilities.md)

## Next milestones

### Functions
- [x] Any
- [ ] Array (in progress)
- [x] Date
- [x] Deployment
- [x] File
- [ ] Lambda (in progress)
- [x] Logical
- [x] Numeric
- [x] Object
- [x] Resource
- [x] Scope
- [x] String

### Operators
- [x] Accessor
- [x] Numeric

### 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": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "bicep,parser,lark",
    "author": "Anton Gr\u00fcbel",
    "author_email": "anton.gruebel@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2a/77/2f00435ff4134ed92c8039bd91b13aa94bc90d5359e761847f3c69ecca2b/pycep_parser-0.4.2.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.7+\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### Functions\n- [x] Any\n- [ ] Array (in progress)\n- [x] Date\n- [x] Deployment\n- [x] File\n- [ ] Lambda (in progress)\n- [x] Logical\n- [x] Numeric\n- [x] Object\n- [x] Resource\n- [x] Scope\n- [x] String\n\n### Operators\n- [x] Accessor\n- [x] Numeric\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.4.2",
    "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": "e80bb3ae46dca1a4f86ff093e55524aef83b7e6c30e9446376d064e95bd27e4d",
                "md5": "2c0c22b563b98e2775b6aab3f7640fc3",
                "sha256": "4a72820891865e8154928488853e30552a51f0f4ea239cee87bb5f7d5579ee82"
            },
            "downloads": -1,
            "filename": "pycep_parser-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2c0c22b563b98e2775b6aab3f7640fc3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 23208,
            "upload_time": "2023-11-05T15:08:31",
            "upload_time_iso_8601": "2023-11-05T15:08:31.386180Z",
            "url": "https://files.pythonhosted.org/packages/e8/0b/b3ae46dca1a4f86ff093e55524aef83b7e6c30e9446376d064e95bd27e4d/pycep_parser-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a772f00435ff4134ed92c8039bd91b13aa94bc90d5359e761847f3c69ecca2b",
                "md5": "9fac88c20875019ecc1791e7469c4b8d",
                "sha256": "f9d6d7dd7487cfa35cdbc0d8002596cbee50d46c3cb1a849040fd1346941c7b1"
            },
            "downloads": -1,
            "filename": "pycep_parser-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9fac88c20875019ecc1791e7469c4b8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 22319,
            "upload_time": "2023-11-05T15:08:33",
            "upload_time_iso_8601": "2023-11-05T15:08:33.035114Z",
            "url": "https://files.pythonhosted.org/packages/2a/77/2f00435ff4134ed92c8039bd91b13aa94bc90d5359e761847f3c69ecca2b/pycep_parser-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-05 15:08:33",
    "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.23622s