pycep-parser 0.7.1.dev4__tar.gz → 0.7.1.dev5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/PKG-INFO +4 -4
- pycep_parser-0.7.1.dev5/pyproject.toml +117 -0
- pycep_parser-0.7.1.dev4/pyproject.toml +0 -128
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/LICENSE +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/README.md +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/__init__.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/bicep.lark +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/main.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/models.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/py.typed +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/rules/__init__.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/rules/decorators.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/rules/functions.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/transformer.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/typing.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/utils.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/pycep/validator.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/__init__.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/01-param/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/01-param/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/02-var/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/02-var/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/03-output/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/03-output/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/04-resource/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/04-resource/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/05-module/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/05-module/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/06-type/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/06-type/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/07-func/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/07-func/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complete/playground/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complete/playground/result-line-numbers.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complete/playground/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/01-param-decorator/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/01-param-decorator/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/02-resource-module-decorator/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/02-resource-module-decorator/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/03-resource-existing/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/03-resource-existing/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/04-child-resource/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/04-child-resource/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/05-deploy-condition/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/05-deploy-condition/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/06-output-decorator/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/06-output-decorator/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/07-module-alias/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/07-module-alias/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/08-var-decorator/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/08-var-decorator/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/09-metadata/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/09-metadata/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/10-extension/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/10-extension/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/11-typed-var/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/11-typed-var/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/12-nullable-type/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/12-nullable-type/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/13-import/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/13-import/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/14-type-decorator/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/14-type-decorator/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/invalid/invalid_multi_line.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/array/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/array/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/array-index/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/array-index/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/array-w-newline/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/array-w-newline/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/child/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/child/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/condition/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/condition/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/object/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/object/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/management_group/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/management_group/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/resource_group/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/resource_group/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/subscription/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/subscription/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/tenant/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/tenant/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/__init__.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/any/any/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/any/any/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/array/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/array/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/concat/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/concat/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/contains/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/contains/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/empty/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/empty/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/first/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/first/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/flatten/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/flatten/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/intersection/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/intersection/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/last/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/last/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/length/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/length/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/max/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/max/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/min/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/min/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/skip/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/skip/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/take/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/take/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/union/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/array/union/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/date/date_time_add/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/date/date_time_add/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/date/date_time_from_epoch/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/date/date_time_from_epoch/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/date/date_time_to_epoch/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/date/date_time_to_epoch/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/date/utc_now/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/date/utc_now/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/deployment/deployment/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/deployment/deployment/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/deployment/environment/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/deployment/environment/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/file/load_file_as_base64/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/file/load_file_as_base64/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/file/load_json_content/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/file/load_json_content/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/file/load_text_content/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/file/load_text_content/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/file/load_yaml_content/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/file/load_yaml_content/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/lambda/filter/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/lambda/filter/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/logical/bool/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/logical/bool/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/numeric/int/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/numeric/int/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/object/json/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/object/json/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/extension_resource_id/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/extension_resource_id/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/list_keys/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/list_keys/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/management_group_resource_id/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/management_group_resource_id/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/pick_zones/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/pick_zones/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/reference/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/reference/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/resource_id/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/resource_id/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/subscription_resource_id/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/subscription_resource_id/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/tenant_resource_id/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/resource/tenant_resource_id/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/scope/management_group/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/scope/management_group/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/scope/resource_group/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/scope/resource_group/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/scope/subscription/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/scope/subscription/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/scope/tenant/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/scope/tenant/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/base64/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/base64/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/base64_to_json/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/base64_to_json/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/base64_to_string/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/base64_to_string/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/data_uri/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/data_uri/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/data_uri_to_string/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/data_uri_to_string/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/ends_with/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/ends_with/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/format/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/format/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/guid/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/guid/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/index_of/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/index_of/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/join/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/join/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/last_index_of/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/last_index_of/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/new_guid/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/new_guid/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/pad_left/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/pad_left/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/replace/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/replace/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/split/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/split/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/starts_with/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/starts_with/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/string/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/string/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/substring/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/substring/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/to_lower/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/to_lower/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/to_upper/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/to_upper/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/trim/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/trim/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/unique_string/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/unique_string/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/uri/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/uri/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/uri_component/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/uri_component/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/uri_component_to_string/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/string/uri_component_to_string/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_any.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_array.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_date.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_deployment.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_file.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_lambda.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_logical.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_numeric.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_object.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_resource.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_scope.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/test_parse_string.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_main.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/accessor/function/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/accessor/function/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/accessor/index/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/accessor/index/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/accessor/nested_resource/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/accessor/nested_resource/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/accessor/non_null/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/accessor/non_null/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/accessor/property/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/accessor/property/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/equals/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/equals/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/equals_case_insensitive/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/equals_case_insensitive/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/greater_than/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/greater_than/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/greater_than_or_equals/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/greater_than_or_equals/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/less_than/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/less_than/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/less_than_or_equals/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/less_than_or_equals/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/not_equals/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/not_equals/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/not_equals_case_insensitive/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/comparison/not_equals_case_insensitive/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/logical/and/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/logical/and/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/logical/coalesce/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/logical/coalesce/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/logical/conditional/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/logical/conditional/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/logical/not/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/logical/not/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/logical/or/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/logical/or/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/add/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/add/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/divide/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/divide/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/minus/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/minus/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/modulo/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/modulo/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/multiply/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/multiply/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/substract/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/numeric/substract/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/safe_dereference/main.bicep +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/examples/safe_dereference/result.json +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/test_parse_accessor.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/test_parse_comparison.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/test_parse_logical.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/test_parse_numeric.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_operator/test_parse_safe_dereference.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_parse_general.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_parse_loop.py +0 -0
- {pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_parse_scope.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycep-parser
|
|
3
|
-
Version: 0.7.1.
|
|
3
|
+
Version: 0.7.1.dev5
|
|
4
4
|
Summary: A Python based Bicep parser
|
|
5
|
-
Keywords: bicep,parser
|
|
5
|
+
Keywords: bicep,lark,parser
|
|
6
6
|
Author: Anton Grübel
|
|
7
7
|
Author-email: Anton Grübel <anton.gruebel@gmail.com>
|
|
8
8
|
License-Expression: Apache-2.0
|
|
@@ -18,10 +18,10 @@ Requires-Dist: lark>=1.3.0,<2.0.0
|
|
|
18
18
|
Requires-Dist: regex>=2024.11.6,<2027.0.0
|
|
19
19
|
Requires-Dist: typing-extensions>=4.12.0,<5.0.0
|
|
20
20
|
Requires-Python: >=3.10
|
|
21
|
-
Project-URL: Homepage, https://github.com/gruebel/pycep
|
|
22
|
-
Project-URL: Repository, https://github.com/gruebel/pycep
|
|
23
21
|
Project-URL: Changelog, https://github.com/gruebel/pycep/blob/master/CHANGELOG.md
|
|
22
|
+
Project-URL: Homepage, https://github.com/gruebel/pycep
|
|
24
23
|
Project-URL: Releases, https://github.com/gruebel/pycep/releases
|
|
24
|
+
Project-URL: Repository, https://github.com/gruebel/pycep
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
|
27
27
|
# pycep
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
build-backend = "uv_build"
|
|
3
|
+
requires = [ "uv-build~=0.10.0" ]
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "pycep-parser"
|
|
7
|
+
version = "0.7.1.dev5"
|
|
8
|
+
description = "A Python based Bicep parser"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
keywords = [ "bicep", "lark", "parser" ]
|
|
11
|
+
license = "Apache-2.0"
|
|
12
|
+
license-files = [ "LICENSE" ]
|
|
13
|
+
authors = [ { name = "Anton Grübel", email = "anton.gruebel@gmail.com" } ]
|
|
14
|
+
requires-python = ">=3.10"
|
|
15
|
+
classifiers = [
|
|
16
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
17
|
+
"Programming Language :: Python :: 3.10",
|
|
18
|
+
"Programming Language :: Python :: 3.11",
|
|
19
|
+
"Programming Language :: Python :: 3.12",
|
|
20
|
+
"Programming Language :: Python :: 3.13",
|
|
21
|
+
"Programming Language :: Python :: 3.14",
|
|
22
|
+
"Typing :: Typed",
|
|
23
|
+
]
|
|
24
|
+
dependencies = [
|
|
25
|
+
"lark>=1.3.0,<2.0.0",
|
|
26
|
+
"regex>=2024.11.6,<2027.0.0",
|
|
27
|
+
"typing-extensions>=4.12.0,<5.0.0",
|
|
28
|
+
]
|
|
29
|
+
urls.Changelog = "https://github.com/gruebel/pycep/blob/master/CHANGELOG.md"
|
|
30
|
+
urls.Homepage = "https://github.com/gruebel/pycep"
|
|
31
|
+
urls.Releases = "https://github.com/gruebel/pycep/releases"
|
|
32
|
+
urls.Repository = "https://github.com/gruebel/pycep"
|
|
33
|
+
|
|
34
|
+
[dependency-groups]
|
|
35
|
+
dev = [
|
|
36
|
+
"assertpy>=1.1,<2.0",
|
|
37
|
+
"prek>=0.3.4,<0.4.0",
|
|
38
|
+
"pytest>=9.0.0,<10.0.0",
|
|
39
|
+
"ty>=0.0.19,<0.1.0",
|
|
40
|
+
]
|
|
41
|
+
|
|
42
|
+
[tool.uv]
|
|
43
|
+
required-version = "~=0.10.0"
|
|
44
|
+
build-backend.module-name = "pycep"
|
|
45
|
+
build-backend.module-root = ""
|
|
46
|
+
build-backend.source-include = [ "tests/**" ]
|
|
47
|
+
|
|
48
|
+
[tool.ruff]
|
|
49
|
+
target-version = "py310"
|
|
50
|
+
line-length = 120
|
|
51
|
+
exclude = [
|
|
52
|
+
".git",
|
|
53
|
+
"__pycache__",
|
|
54
|
+
]
|
|
55
|
+
lint.select = [
|
|
56
|
+
"A",
|
|
57
|
+
"ANN",
|
|
58
|
+
"ARG",
|
|
59
|
+
"B",
|
|
60
|
+
"BLE001",
|
|
61
|
+
"C4",
|
|
62
|
+
"DTZ",
|
|
63
|
+
"E",
|
|
64
|
+
"EM103",
|
|
65
|
+
"F",
|
|
66
|
+
"FA",
|
|
67
|
+
"FBT003",
|
|
68
|
+
"FLY",
|
|
69
|
+
"FURB",
|
|
70
|
+
"G004",
|
|
71
|
+
"I",
|
|
72
|
+
"ISC",
|
|
73
|
+
"LOG",
|
|
74
|
+
"N",
|
|
75
|
+
"PERF",
|
|
76
|
+
"PGH",
|
|
77
|
+
"PIE",
|
|
78
|
+
"PLC",
|
|
79
|
+
"PLE",
|
|
80
|
+
"PLW",
|
|
81
|
+
"PT",
|
|
82
|
+
"PTH",
|
|
83
|
+
"PYI",
|
|
84
|
+
"RET",
|
|
85
|
+
"RSE",
|
|
86
|
+
"RUF",
|
|
87
|
+
"S",
|
|
88
|
+
"SIM",
|
|
89
|
+
"T10",
|
|
90
|
+
"T20",
|
|
91
|
+
"TC",
|
|
92
|
+
"UP",
|
|
93
|
+
"W",
|
|
94
|
+
"YTT",
|
|
95
|
+
]
|
|
96
|
+
lint.ignore = [
|
|
97
|
+
"E501", # the formatter will handle any too long line
|
|
98
|
+
"RET505",
|
|
99
|
+
"SIM108",
|
|
100
|
+
]
|
|
101
|
+
lint.fixable = [ "I001" ]
|
|
102
|
+
lint.preview = true
|
|
103
|
+
|
|
104
|
+
[tool.pyproject-fmt]
|
|
105
|
+
keep_full_version = true
|
|
106
|
+
max_supported_python = "3.14"
|
|
107
|
+
|
|
108
|
+
[tool.pytest]
|
|
109
|
+
strict = true
|
|
110
|
+
|
|
111
|
+
[tool.ty]
|
|
112
|
+
environment.python-version = "3.10"
|
|
113
|
+
rules.unused-ignore-comment = "error"
|
|
114
|
+
src.include = [
|
|
115
|
+
"pycep",
|
|
116
|
+
"tests",
|
|
117
|
+
]
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
[project]
|
|
2
|
-
name = "pycep-parser"
|
|
3
|
-
version = "0.7.1.dev4"
|
|
4
|
-
description = "A Python based Bicep parser"
|
|
5
|
-
authors = [
|
|
6
|
-
{ name = "Anton Grübel", email = "anton.gruebel@gmail.com" }
|
|
7
|
-
]
|
|
8
|
-
license = "Apache-2.0"
|
|
9
|
-
license-files = ["LICENSE"]
|
|
10
|
-
keywords = ["bicep", "parser", "lark"]
|
|
11
|
-
classifiers = [
|
|
12
|
-
"Programming Language :: Python :: 3 :: Only",
|
|
13
|
-
"Programming Language :: Python :: 3.10",
|
|
14
|
-
"Programming Language :: Python :: 3.11",
|
|
15
|
-
"Programming Language :: Python :: 3.12",
|
|
16
|
-
"Programming Language :: Python :: 3.13",
|
|
17
|
-
"Programming Language :: Python :: 3.14",
|
|
18
|
-
"Typing :: Typed"
|
|
19
|
-
]
|
|
20
|
-
readme = "README.md"
|
|
21
|
-
|
|
22
|
-
requires-python = ">=3.10"
|
|
23
|
-
|
|
24
|
-
dependencies = [
|
|
25
|
-
"lark>=1.3.0,<2.0.0",
|
|
26
|
-
"regex>=2024.11.6,<2027.0.0",
|
|
27
|
-
"typing-extensions>=4.12.0,<5.0.0",
|
|
28
|
-
]
|
|
29
|
-
|
|
30
|
-
[project.urls]
|
|
31
|
-
Homepage = "https://github.com/gruebel/pycep"
|
|
32
|
-
Repository = "https://github.com/gruebel/pycep"
|
|
33
|
-
Changelog = "https://github.com/gruebel/pycep/blob/master/CHANGELOG.md"
|
|
34
|
-
Releases = "https://github.com/gruebel/pycep/releases"
|
|
35
|
-
|
|
36
|
-
[dependency-groups]
|
|
37
|
-
dev = [
|
|
38
|
-
"assertpy>=1.1,<2.0",
|
|
39
|
-
"prek>=0.3.2,<0.4.0",
|
|
40
|
-
"pytest>=9.0.0,<10.0.0",
|
|
41
|
-
"ty>=0.0.17,<0.1.0",
|
|
42
|
-
]
|
|
43
|
-
|
|
44
|
-
[build-system]
|
|
45
|
-
requires = ["uv_build~=0.10.0"]
|
|
46
|
-
build-backend = "uv_build"
|
|
47
|
-
|
|
48
|
-
[tool.uv.build-backend]
|
|
49
|
-
module-name = "pycep"
|
|
50
|
-
module-root = ""
|
|
51
|
-
source-include = ["tests/**"]
|
|
52
|
-
|
|
53
|
-
[tool.uv]
|
|
54
|
-
required-version = "~=0.10.0"
|
|
55
|
-
|
|
56
|
-
[tool.ruff]
|
|
57
|
-
exclude = [
|
|
58
|
-
".git",
|
|
59
|
-
"__pycache__",
|
|
60
|
-
]
|
|
61
|
-
line-length = 120
|
|
62
|
-
target-version = "py310"
|
|
63
|
-
|
|
64
|
-
[tool.ruff.lint]
|
|
65
|
-
preview = true
|
|
66
|
-
select = [
|
|
67
|
-
"ANN",
|
|
68
|
-
"A",
|
|
69
|
-
"ARG",
|
|
70
|
-
"B",
|
|
71
|
-
"BLE001",
|
|
72
|
-
"C4",
|
|
73
|
-
"DTZ",
|
|
74
|
-
"E",
|
|
75
|
-
"EM103",
|
|
76
|
-
"F",
|
|
77
|
-
"FA",
|
|
78
|
-
"FBT003",
|
|
79
|
-
"FLY",
|
|
80
|
-
"FURB",
|
|
81
|
-
"G004",
|
|
82
|
-
"I",
|
|
83
|
-
"ISC",
|
|
84
|
-
"LOG",
|
|
85
|
-
"N",
|
|
86
|
-
"PERF",
|
|
87
|
-
"PIE",
|
|
88
|
-
"PGH",
|
|
89
|
-
"PLC",
|
|
90
|
-
"PLW",
|
|
91
|
-
"PLE",
|
|
92
|
-
"PT",
|
|
93
|
-
"PTH",
|
|
94
|
-
"PYI",
|
|
95
|
-
"RET",
|
|
96
|
-
"RSE",
|
|
97
|
-
"RUF",
|
|
98
|
-
"S",
|
|
99
|
-
"SIM",
|
|
100
|
-
"T10",
|
|
101
|
-
"T20",
|
|
102
|
-
"TC",
|
|
103
|
-
"UP",
|
|
104
|
-
"W",
|
|
105
|
-
"YTT",
|
|
106
|
-
]
|
|
107
|
-
ignore = [
|
|
108
|
-
"E501", # the formatter will handle any too long line
|
|
109
|
-
"RET505",
|
|
110
|
-
"SIM108",
|
|
111
|
-
]
|
|
112
|
-
|
|
113
|
-
fixable = ["I001"]
|
|
114
|
-
|
|
115
|
-
[tool.pytest]
|
|
116
|
-
strict = true
|
|
117
|
-
|
|
118
|
-
[tool.ty.environment]
|
|
119
|
-
python-version = "3.10"
|
|
120
|
-
|
|
121
|
-
[tool.ty.src]
|
|
122
|
-
include = [
|
|
123
|
-
"pycep",
|
|
124
|
-
"tests",
|
|
125
|
-
]
|
|
126
|
-
|
|
127
|
-
[tool.ty.rules]
|
|
128
|
-
unused-ignore-comment = "error"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/01-param/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/01-param/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/03-output/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/03-output/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/04-resource/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/04-resource/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/05-module/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/05-module/result.json
RENAMED
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/06-type/result.json
RENAMED
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/basic/07-func/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complete/playground/main.bicep
RENAMED
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complete/playground/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/09-metadata/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/09-metadata/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/10-extension/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/10-extension/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/11-typed-var/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/11-typed-var/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/13-import/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/complex/13-import/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/invalid/invalid_multi_line.bicep
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/array-index/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/array-index/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/array-w-newline/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/array-w-newline/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/condition/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/loop/condition/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/management_group/main.bicep
RENAMED
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/resource_group/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/resource_group/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/subscription/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/examples/scope/subscription/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/any/any/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.1.dev4 → pycep_parser-0.7.1.dev5}/tests/test_function/examples/any/any/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|