python-hcl2 4.3.2__py3-none-any.whl → 4.3.3__py3-none-any.whl

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.
hcl2/version.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # file generated by setuptools_scm
2
2
  # don't change, don't track in version control
3
- __version__ = version = '4.3.2'
4
- __version_tuple__ = version_tuple = (4, 3, 2)
3
+ __version__ = version = '4.3.3'
4
+ __version_tuple__ = version_tuple = (4, 3, 3)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-hcl2
3
- Version: 4.3.2
3
+ Version: 4.3.3
4
4
  Summary: A parser for HCL2
5
5
  Author-email: Amplify Education <github@amplify.com>
6
6
  License: MIT
@@ -17,10 +17,11 @@ Classifier: Programming Language :: Python :: 3.8
17
17
  Classifier: Programming Language :: Python :: 3.9
18
18
  Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
20
21
  Requires-Python: >=3.7.0
21
22
  Description-Content-Type: text/markdown
22
23
  License-File: LICENSE
23
- Requires-Dist: lark (<2,>=1)
24
+ Requires-Dist: lark <2,>=1
24
25
 
25
26
  [![Codacy Badge](https://app.codacy.com/project/badge/Grade/9c7cdf082b044abdab378fa82795b5a5)](https://www.codacy.com/gh/amplify-education/python-hcl2/dashboard?utm_source=github.com&utm_medium=referral&utm_content=amplify-education/python-hcl2&utm_campaign=Badge_Grade)
26
27
  [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/9c7cdf082b044abdab378fa82795b5a5)](https://www.codacy.com/gh/amplify-education/python-hcl2/dashboard?utm_source=github.com&utm_medium=referral&utm_content=amplify-education/python-hcl2&utm_campaign=Badge_Coverage)
@@ -5,10 +5,10 @@ hcl2/hcl2.lark,sha256=xXdVhrWgLu6f6nxACBK_SbrVRg2XaJVV9vPBH0gRJho,3456
5
5
  hcl2/parser.py,sha256=px70k5IM_IMYTyOy2w6ZjM3EJgpNDm3pVXyQ7bf8q6w,378
6
6
  hcl2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  hcl2/transformer.py,sha256=iA17FNPwDzNlkhC6AOl2y_OZlIrXOfGA39G4tk2kEm0,10301
8
- hcl2/version.py,sha256=i1tkswKTljoMhYjsI0RmfxL1qiwKDVQFpKZ7Fj_hWzQ,160
9
- python_hcl2-4.3.2.dist-info/LICENSE,sha256=1F6u5DUziQ9nOhsdpCKebpuHYXa-t16pV8xJaZapj_s,1063
10
- python_hcl2-4.3.2.dist-info/METADATA,sha256=od3NhHsL5hzdgOmWZG4_3faPkSq3Q9Phis-A7mqWajs,4503
11
- python_hcl2-4.3.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
12
- python_hcl2-4.3.2.dist-info/entry_points.txt,sha256=bnypOQEfgRl8rn8Y5nxN-sVykWIjN6iYEZuBdIE7oIE,50
13
- python_hcl2-4.3.2.dist-info/top_level.txt,sha256=VojzcOOhGnzMUM9GGycypzCte0tKrxrfpvFqfxH5MFw,5
14
- python_hcl2-4.3.2.dist-info/RECORD,,
8
+ hcl2/version.py,sha256=g3qcqWkPvFv_kgVtqtOzxBBtBEfTAMCIl6DBm6Amswo,160
9
+ python_hcl2-4.3.3.dist-info/LICENSE,sha256=1F6u5DUziQ9nOhsdpCKebpuHYXa-t16pV8xJaZapj_s,1063
10
+ python_hcl2-4.3.3.dist-info/METADATA,sha256=1WgKT-jpso8eEKielj74yZ3nicruMiI4ShdSzLbedoo,4552
11
+ python_hcl2-4.3.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
12
+ python_hcl2-4.3.3.dist-info/entry_points.txt,sha256=bnypOQEfgRl8rn8Y5nxN-sVykWIjN6iYEZuBdIE7oIE,50
13
+ python_hcl2-4.3.3.dist-info/top_level.txt,sha256=VojzcOOhGnzMUM9GGycypzCte0tKrxrfpvFqfxH5MFw,5
14
+ python_hcl2-4.3.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5