Skip to content

Commit

Permalink
add parsing of flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoldegrove committed Feb 17, 2025
1 parent ed490bb commit 79f90e8
Show file tree
Hide file tree
Showing 6 changed files with 1,164 additions and 293 deletions.
695 changes: 403 additions & 292 deletions poetry.lock

Large diffs are not rendered by default.

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


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

[tool.poetry.scripts]
flavors-parse = "src.python_gardenlinux_lib.flavors.parse_flavors:main"

[tool.pytest.ini_options]
pythonpath = [
"src"
Expand Down
Empty file.
Loading

0 comments on commit 79f90e8

Please sign in to comment.