pycep-parser 0.7.0.dev8__tar.gz → 0.7.0.dev9__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.0.dev8 → pycep_parser-0.7.0.dev9}/PKG-INFO +5 -6
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/transformer.py +4 -2
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/typing.py +4 -4
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pyproject.toml +13 -12
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/LICENSE +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/README.md +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/__init__.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/bicep.lark +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/main.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/models.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/py.typed +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/rules/__init__.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/rules/decorators.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/rules/functions.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/utils.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/pycep/validator.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/__init__.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/01-param/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/01-param/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/02-var/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/02-var/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/03-output/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/03-output/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/04-resource/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/04-resource/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/05-module/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/05-module/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/06-type/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/06-type/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/07-func/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/07-func/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complete/playground/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complete/playground/result-line-numbers.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complete/playground/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/01-param-decorator/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/01-param-decorator/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/02-resource-module-decorator/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/02-resource-module-decorator/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/03-resource-existing/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/03-resource-existing/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/04-child-resource/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/04-child-resource/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/05-deploy-condition/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/05-deploy-condition/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/06-output-decorator/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/06-output-decorator/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/07-module-alias/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/07-module-alias/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/08-var-decorator/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/08-var-decorator/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/09-metadata/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/09-metadata/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/10-extension/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/10-extension/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/11-typed-var/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/11-typed-var/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/12-nullable-type/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/12-nullable-type/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/13-import/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/13-import/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/14-type-decorator/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/14-type-decorator/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/invalid/invalid_multi_line.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/array/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/array/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/array-index/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/array-index/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/array-w-newline/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/array-w-newline/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/child/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/child/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/condition/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/condition/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/object/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/object/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/management_group/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/management_group/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/resource_group/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/resource_group/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/subscription/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/subscription/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/tenant/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/tenant/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/__init__.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/any/any/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/any/any/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/array/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/array/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/concat/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/concat/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/contains/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/contains/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/empty/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/empty/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/first/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/first/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/flatten/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/flatten/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/intersection/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/intersection/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/last/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/last/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/length/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/length/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/max/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/max/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/min/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/min/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/skip/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/skip/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/take/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/take/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/union/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/array/union/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/date/date_time_add/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/date/date_time_add/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/date/date_time_from_epoch/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/date/date_time_from_epoch/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/date/date_time_to_epoch/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/date/date_time_to_epoch/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/date/utc_now/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/date/utc_now/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/deployment/deployment/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/deployment/deployment/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/deployment/environment/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/deployment/environment/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/file/load_file_as_base64/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/file/load_file_as_base64/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/file/load_json_content/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/file/load_json_content/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/file/load_text_content/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/file/load_text_content/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/file/load_yaml_content/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/file/load_yaml_content/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/lambda/filter/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/lambda/filter/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/logical/bool/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/logical/bool/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/numeric/int/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/numeric/int/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/object/json/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/object/json/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/extension_resource_id/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/extension_resource_id/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/list_keys/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/list_keys/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/management_group_resource_id/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/management_group_resource_id/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/pick_zones/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/pick_zones/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/reference/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/reference/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/resource_id/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/resource_id/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/subscription_resource_id/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/subscription_resource_id/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/tenant_resource_id/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/resource/tenant_resource_id/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/scope/management_group/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/scope/management_group/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/scope/resource_group/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/scope/resource_group/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/scope/subscription/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/scope/subscription/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/scope/tenant/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/scope/tenant/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/base64/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/base64/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/base64_to_json/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/base64_to_json/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/base64_to_string/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/base64_to_string/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/data_uri/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/data_uri/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/data_uri_to_string/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/data_uri_to_string/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/ends_with/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/ends_with/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/format/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/format/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/guid/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/guid/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/index_of/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/index_of/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/join/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/join/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/last_index_of/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/last_index_of/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/new_guid/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/new_guid/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/pad_left/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/pad_left/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/replace/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/replace/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/split/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/split/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/starts_with/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/starts_with/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/string/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/string/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/substring/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/substring/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/to_lower/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/to_lower/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/to_upper/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/to_upper/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/trim/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/trim/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/unique_string/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/unique_string/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/uri/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/uri/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/uri_component/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/uri_component/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/uri_component_to_string/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/string/uri_component_to_string/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_any.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_array.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_date.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_deployment.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_file.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_lambda.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_logical.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_numeric.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_object.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_resource.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_scope.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/test_parse_string.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_main.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/accessor/function/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/accessor/function/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/accessor/index/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/accessor/index/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/accessor/nested_resource/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/accessor/nested_resource/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/accessor/non_null/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/accessor/non_null/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/accessor/property/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/accessor/property/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/equals/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/equals/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/equals_case_insensitive/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/equals_case_insensitive/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/greater_than/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/greater_than/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/greater_than_or_equals/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/greater_than_or_equals/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/less_than/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/less_than/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/less_than_or_equals/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/less_than_or_equals/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/not_equals/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/not_equals/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/not_equals_case_insensitive/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/comparison/not_equals_case_insensitive/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/logical/and/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/logical/and/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/logical/coalesce/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/logical/coalesce/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/logical/conditional/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/logical/conditional/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/logical/not/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/logical/not/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/logical/or/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/logical/or/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/add/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/add/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/divide/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/divide/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/minus/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/minus/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/modulo/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/modulo/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/multiply/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/multiply/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/substract/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/numeric/substract/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/safe_dereference/main.bicep +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/examples/safe_dereference/result.json +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/test_parse_accessor.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/test_parse_comparison.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/test_parse_logical.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/test_parse_numeric.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_operator/test_parse_safe_dereference.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_parse_general.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_parse_loop.py +0 -0
- {pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_parse_scope.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycep-parser
|
|
3
|
-
Version: 0.7.0.
|
|
3
|
+
Version: 0.7.0.dev9
|
|
4
4
|
Summary: A Python based Bicep parser
|
|
5
5
|
Keywords: bicep,parser,lark
|
|
6
6
|
Author: Anton Grübel
|
|
@@ -8,17 +8,16 @@ Author-email: Anton Grübel <anton.gruebel@gmail.com>
|
|
|
8
8
|
License-Expression: Apache-2.0
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.14
|
|
17
16
|
Classifier: Typing :: Typed
|
|
18
|
-
Requires-Dist: lark>=1.
|
|
19
|
-
Requires-Dist: regex>=
|
|
20
|
-
Requires-Dist: typing-extensions>=
|
|
21
|
-
Requires-Python: >=3.
|
|
17
|
+
Requires-Dist: lark>=1.3.0,<2.0.0
|
|
18
|
+
Requires-Dist: regex>=2024.11.6,<2026.0.0
|
|
19
|
+
Requires-Dist: typing-extensions>=4.12.0,<5.0.0
|
|
20
|
+
Requires-Python: >=3.10
|
|
22
21
|
Project-URL: Changelog, https://github.com/gruebel/pycep/blob/master/CHANGELOG.md
|
|
23
22
|
Project-URL: Homepage, https://github.com/gruebel/pycep
|
|
24
23
|
Project-URL: Releases, https://github.com/gruebel/pycep/releases
|
|
@@ -374,8 +374,10 @@ class BicepToJson(Transformer[Token, pycep_typing.BicepJson]):
|
|
|
374
374
|
"__name__": str(name),
|
|
375
375
|
"__attrs__": {
|
|
376
376
|
"decorators": decorators or [],
|
|
377
|
-
# TODO: change `zip` to `itertools.
|
|
378
|
-
"args": {
|
|
377
|
+
# TODO: change `zip` to `itertools.batched` when updating to Python 3.12
|
|
378
|
+
"args": {
|
|
379
|
+
str(arg_name): arg_type for arg_name, arg_type in zip(*[iter(arg_type_pairs)] * 2, strict=True)
|
|
380
|
+
},
|
|
379
381
|
"type": return_type,
|
|
380
382
|
"expression": expression,
|
|
381
383
|
},
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
-
from typing import Any, Literal, TypedDict
|
|
3
|
+
from typing import Any, Literal, TypeAlias, TypedDict
|
|
4
4
|
|
|
5
|
-
from typing_extensions import NotRequired
|
|
5
|
+
from typing_extensions import NotRequired
|
|
6
6
|
|
|
7
7
|
PossibleValue: TypeAlias = "bool | int | str | list[bool | int | str] | dict[str, PossibleValue]"
|
|
8
|
-
PossibleNoneValue: TypeAlias = "PossibleValue | None"
|
|
8
|
+
PossibleNoneValue: TypeAlias = "PossibleValue | None" # noqa: TC008
|
|
9
9
|
|
|
10
10
|
ModulePath: TypeAlias = "LocalModulePath | BicepRegistryModulePath | BicepRegistryAliasModulePath | TemplateSpecModulePath | TemplateSpecAliasModulePath"
|
|
11
11
|
ModuleDetail: TypeAlias = "_LocalModulePathDetail | _BicepRegistryModulePathDetail | _BicepRegistryAliasModulePathDetail | _TemplateSpecModulePathDetail | _TemplateSpecAliasModulePathDetail"
|
|
@@ -17,7 +17,7 @@ ComparisonOperators: TypeAlias = "GreaterThanOrEquals | GreaterThan | LessThanOr
|
|
|
17
17
|
LogicalOperators: TypeAlias = "And | Or | Not | Coalesce | Conditional"
|
|
18
18
|
NumericOperators: TypeAlias = "Add | Divide | Minus | Modulo | Multiply | Substract"
|
|
19
19
|
AccessorOperators: TypeAlias = "IndexAccessor | FunctionAccessor | NestedResourceAccessor | PropertyAccessor"
|
|
20
|
-
Operators: TypeAlias = "ComparisonOperators | LogicalOperators | NumericOperators | AccessorOperators"
|
|
20
|
+
Operators: TypeAlias = "ComparisonOperators | LogicalOperators | NumericOperators | AccessorOperators" # noqa: TC008
|
|
21
21
|
|
|
22
22
|
AnyFunctions: TypeAlias = "AnyFunc"
|
|
23
23
|
ArrayFunctions: TypeAlias = "Array | Concat | Contains | Empty | First | Flatten | Intersection | Last | Length | Max | Min | Range | Skip | Take | UnionFunc"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pycep-parser"
|
|
3
|
-
version = "0.7.0.
|
|
3
|
+
version = "0.7.0.dev9"
|
|
4
4
|
description = "A Python based Bicep parser"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Anton Grübel", email = "anton.gruebel@gmail.com" }
|
|
@@ -10,7 +10,6 @@ license-files = ["LICENSE"]
|
|
|
10
10
|
keywords = ["bicep", "parser", "lark"]
|
|
11
11
|
classifiers = [
|
|
12
12
|
"Programming Language :: Python :: 3 :: Only",
|
|
13
|
-
"Programming Language :: Python :: 3.9",
|
|
14
13
|
"Programming Language :: Python :: 3.10",
|
|
15
14
|
"Programming Language :: Python :: 3.11",
|
|
16
15
|
"Programming Language :: Python :: 3.12",
|
|
@@ -20,12 +19,12 @@ classifiers = [
|
|
|
20
19
|
]
|
|
21
20
|
readme = "README.md"
|
|
22
21
|
|
|
23
|
-
requires-python = ">=3.
|
|
22
|
+
requires-python = ">=3.10"
|
|
24
23
|
|
|
25
24
|
dependencies = [
|
|
26
|
-
"lark>=1.
|
|
27
|
-
"regex>=
|
|
28
|
-
"typing-extensions>=
|
|
25
|
+
"lark>=1.3.0,<2.0.0",
|
|
26
|
+
"regex>=2024.11.6,<2026.0.0",
|
|
27
|
+
"typing-extensions>=4.12.0,<5.0.0",
|
|
29
28
|
]
|
|
30
29
|
|
|
31
30
|
[project.urls]
|
|
@@ -37,9 +36,9 @@ Releases = "https://github.com/gruebel/pycep/releases"
|
|
|
37
36
|
[dependency-groups]
|
|
38
37
|
dev = [
|
|
39
38
|
"assertpy>=1.1,<2.0",
|
|
40
|
-
"prek>=0.2.
|
|
41
|
-
"pytest>=
|
|
42
|
-
"ty>=0.0.
|
|
39
|
+
"prek>=0.2.27,<0.3.0",
|
|
40
|
+
"pytest>=9.0.0,<10.0.0",
|
|
41
|
+
"ty>=0.0.11,<0.1.0",
|
|
43
42
|
]
|
|
44
43
|
|
|
45
44
|
[build-system]
|
|
@@ -60,7 +59,7 @@ exclude = [
|
|
|
60
59
|
"__pycache__",
|
|
61
60
|
]
|
|
62
61
|
line-length = 120
|
|
63
|
-
target-version = "
|
|
62
|
+
target-version = "py310"
|
|
64
63
|
|
|
65
64
|
[tool.ruff.lint]
|
|
66
65
|
preview = true
|
|
@@ -109,13 +108,15 @@ ignore = [
|
|
|
109
108
|
"E501", # the formatter will handle any too long line
|
|
110
109
|
"RET505",
|
|
111
110
|
"SIM108",
|
|
112
|
-
"TC008", # re-enable when depreacting Python 3.9
|
|
113
111
|
]
|
|
114
112
|
|
|
115
113
|
fixable = ["I001"]
|
|
116
114
|
|
|
115
|
+
[tool.pytest]
|
|
116
|
+
strict = true
|
|
117
|
+
|
|
117
118
|
[tool.ty.environment]
|
|
118
|
-
python-version = "3.
|
|
119
|
+
python-version = "3.10"
|
|
119
120
|
|
|
120
121
|
[tool.ty.src]
|
|
121
122
|
include = [
|
|
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.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/01-param/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/01-param/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/03-output/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/03-output/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/04-resource/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/04-resource/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/05-module/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/05-module/result.json
RENAMED
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/06-type/result.json
RENAMED
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/basic/07-func/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complete/playground/main.bicep
RENAMED
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/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.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/09-metadata/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/09-metadata/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/10-extension/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/10-extension/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/11-typed-var/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/11-typed-var/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/13-import/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/complex/13-import/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/invalid/invalid_multi_line.bicep
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/array-index/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/array-index/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/array-w-newline/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/array-w-newline/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/condition/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/loop/condition/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/management_group/main.bicep
RENAMED
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/resource_group/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/resource_group/result.json
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/subscription/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/examples/scope/subscription/result.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/tests/test_function/examples/any/any/main.bicep
RENAMED
|
File without changes
|
{pycep_parser-0.7.0.dev8 → pycep_parser-0.7.0.dev9}/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
|
|
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
|