feat(apim-apps): first commit

This commit is contained in:
2026-06-29 14:22:37 +02:00
commit 7738a51d16
28 changed files with 1973 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[project]
name = "apim-apps"
version = "0.1.0"
description = "Axway API Manager compliance tool — manage organisations and applications from a YAML manifest"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"requests>=2.32",
"pyyaml>=6.0",
"urllib3>=2.0",
]
[dependency-groups]
dev = [
"pytest>=8.0",
"pytest-mock>=3.14",
]
[tool.pytest.ini_options]
testpaths = ["tests"]