python3-pyhcl

HCL configuration parser for python
  https://github.com/virtuald/pyhcl
  0
  no reviews



This Python module implements a parser for HCL (HashiCorp Configuration Language: https://github.com/hashicorp/hcl). This implementation aims to be compatible with the original golang version of the parser.

The grammar and many of the tests/fixtures were copied/ported from the golang parser into pyhcl.