Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A parser for HCL2 written in Python using Lark. This parser only supports HCL2 and isn't backwards compatible with HCL v1. It can be used to parse any HCL2 config file such as Terraform.
Amplify builds innovative and compelling digital educational products that empower teachers and students across the country. We have a long history as the leading innovator in K-12 education - and have been described as the best tech company in education and the best education company in tech. While others try to shrink the learning experience into the technology, we use technology to expand what is possible in real classrooms with real students and teachers.
Learn more at https://www.amplify.com
python-hcl2 requires Python 3.7 or higher to run.
This package can be installed using pip
pip3 install python-hcl2
import hcl2
with open('foo.tf', 'r') as file:
dict = hcl2.load(file)
With version 6.x the possibility of HCL2 reconstruction from the Lark Parse Tree and Python dictionaries directly was introduced.
Documentation and an example of manipulating Lark Parse Tree and reconstructing it back into valid HCL2 can be found in tree-to-hcl2-reconstruction.md file.
More details about reconstruction implementation can be found in PRs #169 and #177.
For development, tox>=4.0.9
is recommended.
python-hcl2 uses tox
. You will need to install tox with pip install tox
.
Running tox
will automatically execute linters as well as the unit tests.
You can also run them individually with the -e
argument.
For example, tox -e py37-unit
will run the unit tests for python 3.7
To see all the available options, run tox -l
.
To create a new releaes go to Releases page, press 'Draft a new release', create a tag with a version you want to be released, fill the release notes and press 'Publish release'. Github actions will take care of publishing it to PyPi.
If you have any security issue to report, contact project maintainers privately. You can reach us at mailto:github@amplify.com
We welcome pull requests! For your pull request to be accepted smoothly, we suggest that you:
We’ll try to answer any PR’s promptly.
FAQs
A parser for HCL2
We found that python-hcl2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.