Skip to content

Commit 79f90e8

Browse files
committed
add parsing of flavors
1 parent ed490bb commit 79f90e8

File tree

6 files changed

+1164
-293
lines changed

6 files changed

+1164
-293
lines changed

poetry.lock

Lines changed: 403 additions & 292 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python_gardenlinux_lib"
3-
version = "0.4.5"
3+
version = "0.5.0"
44
description = "Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames"
55
authors = ["Garden Linux Maintainers <[email protected]>"]
66
license = "Apache-2.0"
@@ -19,11 +19,15 @@ jsonschema = "^4.23.0"
1919
oras = { git = "https://github.com/oras-project/oras-py.git", rev="caf8db5b279382335fbb1f6d7402ed9b73618d37" }
2020
python-dotenv = "^1.0.1"
2121
cryptography = "^44.0.0"
22+
boto3 = "*"
2223

2324

2425
[tool.poetry.group.dev.dependencies]
2526
black = "^24.8.0"
2627

28+
[tool.poetry.scripts]
29+
flavors-parse = "src.python_gardenlinux_lib.flavors.parse_flavors:main"
30+
2731
[tool.pytest.ini_options]
2832
pythonpath = [
2933
"src"

src/python_gardenlinux_lib/flavors/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)