fortifyroot-ocelle 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,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: fortifyroot-ocelle
3
+ Version: 0.0.1
4
+ Summary: Reserved package namespace for FortifyRoot Ocelle
5
+ Author: FortifyRoot
6
+ Project-URL: Homepage, https://fortifyroot.com
7
+ Project-URL: Documentation, https://docs.fortifyroot.com
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # FortifyRoot Ocelle
19
+
20
+ Official FortifyRoot-qualified package namespace for the Ocelle LLM
21
+ observability platform.
22
+
23
+ This package currently exists to reserve the project name.
24
+
@@ -0,0 +1,7 @@
1
+ # FortifyRoot Ocelle
2
+
3
+ Official FortifyRoot-qualified package namespace for the Ocelle LLM
4
+ observability platform.
5
+
6
+ This package currently exists to reserve the project name.
7
+
@@ -0,0 +1,27 @@
1
+ [build-system]
2
+ requires = ["setuptools>=69", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "fortifyroot-ocelle"
7
+ version = "0.0.1"
8
+ description = "Reserved package namespace for FortifyRoot Ocelle"
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ authors = [
12
+ { name = "FortifyRoot" },
13
+ ]
14
+ classifiers = [
15
+ "Development Status :: 1 - Planning",
16
+ "Intended Audience :: Developers",
17
+ "Programming Language :: Python :: 3",
18
+ "Programming Language :: Python :: 3.10",
19
+ "Programming Language :: Python :: 3.11",
20
+ "Programming Language :: Python :: 3.12",
21
+ "Topic :: Software Development :: Libraries :: Python Modules",
22
+ ]
23
+
24
+ [project.urls]
25
+ Homepage = "https://fortifyroot.com"
26
+ Documentation = "https://docs.fortifyroot.com"
27
+
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,4 @@
1
+ """Reserved package namespace for FortifyRoot Ocelle."""
2
+
3
+ __version__ = "0.0.1"
4
+
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: fortifyroot-ocelle
3
+ Version: 0.0.1
4
+ Summary: Reserved package namespace for FortifyRoot Ocelle
5
+ Author: FortifyRoot
6
+ Project-URL: Homepage, https://fortifyroot.com
7
+ Project-URL: Documentation, https://docs.fortifyroot.com
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
15
+ Requires-Python: >=3.10
16
+ Description-Content-Type: text/markdown
17
+
18
+ # FortifyRoot Ocelle
19
+
20
+ Official FortifyRoot-qualified package namespace for the Ocelle LLM
21
+ observability platform.
22
+
23
+ This package currently exists to reserve the project name.
24
+
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/fortifyroot_ocelle/__init__.py
4
+ src/fortifyroot_ocelle.egg-info/PKG-INFO
5
+ src/fortifyroot_ocelle.egg-info/SOURCES.txt
6
+ src/fortifyroot_ocelle.egg-info/dependency_links.txt
7
+ src/fortifyroot_ocelle.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ fortifyroot_ocelle