davinci-ai-engine 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,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: davinci-ai-engine
3
+ Version: 0.0.1
4
+ Summary: Reserved package name. The real davinci-ai-engine is distributed on Davinci Solutions' internal registry and is not available on public PyPI.
5
+ Author: Davinci Technology
6
+ Description-Content-Type: text/markdown
7
+
8
+ # davinci-ai-engine (name reservation)
9
+
10
+ This is an intentionally empty package published by Davinci Technology to reserve the
11
+ `davinci-ai-engine` name on PyPI as a supply-chain (dependency-confusion) defense.
12
+
13
+ The real package is distributed exclusively on Davinci Solutions' internal package
14
+ registry. If you installed this from public PyPI expecting functionality, your index
15
+ configuration is pointing at the wrong place.
16
+
17
+ The stub version stays at 0.0.1 forever so that any resolver comparing indexes always
18
+ prefers the internal releases.
@@ -0,0 +1,11 @@
1
+ # davinci-ai-engine (name reservation)
2
+
3
+ This is an intentionally empty package published by Davinci Technology to reserve the
4
+ `davinci-ai-engine` name on PyPI as a supply-chain (dependency-confusion) defense.
5
+
6
+ The real package is distributed exclusively on Davinci Solutions' internal package
7
+ registry. If you installed this from public PyPI expecting functionality, your index
8
+ configuration is pointing at the wrong place.
9
+
10
+ The stub version stays at 0.0.1 forever so that any resolver comparing indexes always
11
+ prefers the internal releases.
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: davinci-ai-engine
3
+ Version: 0.0.1
4
+ Summary: Reserved package name. The real davinci-ai-engine is distributed on Davinci Solutions' internal registry and is not available on public PyPI.
5
+ Author: Davinci Technology
6
+ Description-Content-Type: text/markdown
7
+
8
+ # davinci-ai-engine (name reservation)
9
+
10
+ This is an intentionally empty package published by Davinci Technology to reserve the
11
+ `davinci-ai-engine` name on PyPI as a supply-chain (dependency-confusion) defense.
12
+
13
+ The real package is distributed exclusively on Davinci Solutions' internal package
14
+ registry. If you installed this from public PyPI expecting functionality, your index
15
+ configuration is pointing at the wrong place.
16
+
17
+ The stub version stays at 0.0.1 forever so that any resolver comparing indexes always
18
+ prefers the internal releases.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ davinci_ai_engine.egg-info/PKG-INFO
4
+ davinci_ai_engine.egg-info/SOURCES.txt
5
+ davinci_ai_engine.egg-info/dependency_links.txt
6
+ davinci_ai_engine.egg-info/top_level.txt
@@ -0,0 +1,13 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "davinci-ai-engine"
7
+ version = "0.0.1"
8
+ description = "Reserved package name. The real davinci-ai-engine is distributed on Davinci Solutions' internal registry and is not available on public PyPI."
9
+ readme = "README.md"
10
+ authors = [{name = "Davinci Technology"}]
11
+
12
+ [tool.setuptools]
13
+ packages = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+