[build-system] build-backend = "flit_core.buildapi" requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.structural_hcl" version = "0.1.2" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail structural hcl" requires-python = ">=3.11" license = {file = "LICENSE"} classifiers = [ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3", "Operating System :: OS Independent", "Natural Language :: English", "Natural Language :: French", ] dependencies = [ "rougail-base >= 1.2.0,<2", "rougail-output-json >=1.0.1,<2", "python-hcl2 >= 8.1.2,<9", ] [project.urls] Home = "https://forge.cloud.silique.fr/stove/rougail-structural-hcl"