kilagen 0.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
kilagen-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: kilagen
3
+ Version: 0.0.0
4
+ Summary: Reserved name. Kilagen — Git-native, AI-first toolkit to build and run a full security program as code. Coming soon.
5
+ Project-URL: Homepage, https://kilagen.com
6
+ Keywords: compliance,git-native,grc,security,security-as-code
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # kilagen
11
+
12
+ Reserved package name for **Kilagen** — the open-source, Git-native, AI-first toolkit that generates your entire security program (GRC + security engineering) as Markdown + YAML in a Git repository.
13
+
14
+ Not yet released. → https://kilagen.com
@@ -0,0 +1,5 @@
1
+ # kilagen
2
+
3
+ Reserved package name for **Kilagen** — the open-source, Git-native, AI-first toolkit that generates your entire security program (GRC + security engineering) as Markdown + YAML in a Git repository.
4
+
5
+ Not yet released. → https://kilagen.com
@@ -0,0 +1,17 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "kilagen"
7
+ version = "0.0.0"
8
+ description = "Reserved name. Kilagen — Git-native, AI-first toolkit to build and run a full security program as code. Coming soon."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ keywords = ["security", "grc", "compliance", "security-as-code", "git-native"]
12
+
13
+ [project.urls]
14
+ Homepage = "https://kilagen.com"
15
+
16
+ [tool.hatch.build.targets.wheel]
17
+ packages = ["src/kilagen"]
@@ -0,0 +1,3 @@
1
+ """Kilagen — reserved namespace. Not yet released. https://kilagen.com"""
2
+
3
+ __version__ = "0.0.0"