LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
testing-requirements.txt
scripts/hcltool
src/hcl/__init__.py
src/hcl/api.py
src/hcl/lexer.py
src/hcl/parser.py
src/hcl/version.py
src/pyhcl.egg-info/PKG-INFO
src/pyhcl.egg-info/SOURCES.txt
src/pyhcl.egg-info/dependency_links.txt
src/pyhcl.egg-info/requires.txt
src/pyhcl.egg-info/top_level.txt
tests/run_tests.sh
tests/test_decoder.py
tests/test_lexer.py
tests/test_parser.py
tests/fixtures/basic.hcl
tests/fixtures/basic.json
tests/fixtures/basic_squish.hcl
tests/fixtures/decode_policy.hcl
tests/fixtures/decode_policy.json
tests/fixtures/decode_tf_variable.hcl
tests/fixtures/decode_tf_variable.json
tests/fixtures/empty.hcl
tests/fixtures/flat.hcl
tests/fixtures/multiline.json
tests/fixtures/multiline_bad.hcl
tests/fixtures/scientific.hcl
tests/fixtures/scientific.json
tests/fixtures/structure.hcl
tests/fixtures/structure.json
tests/fixtures/structure2.hcl
tests/fixtures/structure2.json
tests/fixtures/structure_flat.json
tests/fixtures/structure_flatmap.hcl
tests/fixtures/structure_list.hcl
tests/fixtures/structure_list.json
tests/fixtures/structure_list_deep.json
tests/fixtures/structure_multi.hcl
tests/fixtures/structure_multi.json
tests/fixtures/terraform_heroku.hcl
tests/fixtures/terraform_heroku.json
tests/lex-fixtures/assign_colon.hcl
tests/lex-fixtures/assign_deep.hcl
tests/lex-fixtures/comment.hcl
tests/lex-fixtures/complex.hcl
tests/lex-fixtures/list.hcl
tests/lex-fixtures/multiple.hcl
tests/lex-fixtures/structure.hcl
tests/lex-fixtures/structure_basic.hcl
tests/lex-fixtures/structure_empty.hcl
tests/lex-fixtures/types.hcl