pycep
A parser for Azure Bicep files leveraging Lark.
Getting Started
Requirements
Install
pip install --upgrade pycep-parser
Current capabilities
Supported capabilities
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
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.