open-genai-stack 0.0.1__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.
@@ -0,0 +1,5 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software...
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: open-genai-stack
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for open-genai-stack
5
+ License: MIT
6
+ Project-URL: Homepage, https://github.com/meta-llama/open-genai-stack
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+ License-File: LICENSE
10
+ Dynamic: license-file
11
+
12
+ # open-genai-stack
13
+
14
+ Coming soon.
@@ -0,0 +1,3 @@
1
+ # open-genai-stack
2
+
3
+ Coming soon.
@@ -0,0 +1,2 @@
1
+ """Placeholder for open-genai-stack."""
2
+ __version__ = "0.0.1"
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.4
2
+ Name: open-genai-stack
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for open-genai-stack
5
+ License: MIT
6
+ Project-URL: Homepage, https://github.com/meta-llama/open-genai-stack
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+ License-File: LICENSE
10
+ Dynamic: license-file
11
+
12
+ # open-genai-stack
13
+
14
+ Coming soon.
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ open_genai_stack/__init__.py
5
+ open_genai_stack.egg-info/PKG-INFO
6
+ open_genai_stack.egg-info/SOURCES.txt
7
+ open_genai_stack.egg-info/dependency_links.txt
8
+ open_genai_stack.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ open_genai_stack
@@ -0,0 +1,14 @@
1
+ [build-system]
2
+ requires = ["setuptools>=58.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "open-genai-stack"
7
+ version = "0.0.1"
8
+ description = "Placeholder package for open-genai-stack"
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = {text = "MIT"}
12
+
13
+ [project.urls]
14
+ Homepage = "https://github.com/meta-llama/open-genai-stack"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+