python-pyhcl 0.4.4-3 source package in Ubuntu

Changelog

python-pyhcl (0.4.4-3) unstable; urgency=medium

  * Cleans better (Closes: #1046712).

 -- Thomas Goirand <email address hidden>  Fri, 18 Aug 2023 10:27:05 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyhcl_0.4.4-3.dsc 2.0 KiB f671795a998d832961b96148bcdb6fc24dcf3c9dedb3e93541c6d561605150b6
python-pyhcl_0.4.4.orig.tar.xz 48.0 KiB 4f2621156c530254490e76a56d74c93c2c3448e12e0b80afc6a395acbba33f6c
python-pyhcl_0.4.4-3.debian.tar.xz 7.2 KiB 5b3caf8ea04056fbfda5ca037e99be4e59ae7147e5369cc303941f1dc64c16cb

Available diffs

No changes file available.

Binary packages built by this source

python3-pyhcl: HCL configuration parser for python

 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.