taion-org-libs 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.
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: taion-org-libs
3
+ Version: 0.0.0
4
+ Summary: Placeholder for an internal package. The real distribution is served from a private Artifact Registry, not PyPI. Do not install from PyPI.
5
+ Author: TAION-EC
6
+ License-Expression: LicenseRef-Proprietary
7
+ Classifier: Development Status :: 1 - Planning
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # taion-org-libs (PyPI placeholder)
12
+
13
+ This name on PyPI is a **placeholder reserved to prevent dependency-confusion attacks**.
14
+
15
+ It contains **no functional code**. The real `taion-org-libs` distribution is served
16
+ only from a private Google Artifact Registry (internal PyPI), never from PyPI.
17
+
18
+ **Do not install or depend on this package from PyPI.**
19
+
20
+ Version is pinned at `0.0.0` and will never be bumped on PyPI.
@@ -0,0 +1,10 @@
1
+ # taion-org-libs (PyPI placeholder)
2
+
3
+ This name on PyPI is a **placeholder reserved to prevent dependency-confusion attacks**.
4
+
5
+ It contains **no functional code**. The real `taion-org-libs` distribution is served
6
+ only from a private Google Artifact Registry (internal PyPI), never from PyPI.
7
+
8
+ **Do not install or depend on this package from PyPI.**
9
+
10
+ Version is pinned at `0.0.0` and will never be bumped on PyPI.
@@ -0,0 +1,22 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ # PyPI dependency-confusion 対策の placeholder(予約専用)。
7
+ # 正規の配布は GCP Artifact Registry の内部 PyPI(taion-org-libs==0.1.0〜)で行う。
8
+ # 本 placeholder は 0.0.0 固定・実コードなし・以後新版を上げない(同版シャドーイング自家中毒の防止。Wave2 計画書 §2.4)。
9
+ name = "taion-org-libs"
10
+ version = "0.0.0"
11
+ description = "Placeholder for an internal package. The real distribution is served from a private Artifact Registry, not PyPI. Do not install from PyPI."
12
+ requires-python = ">=3.9"
13
+ readme = "README.md"
14
+ authors = [{ name = "TAION-EC" }]
15
+ license = "LicenseRef-Proprietary"
16
+ classifiers = [
17
+ "Development Status :: 1 - Planning",
18
+ ]
19
+
20
+ [tool.setuptools]
21
+ # 実コードを含めない。空の名前空間ディレクトリ 1 つだけを同梱する。
22
+ packages = ["taion_org_libs_placeholder"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: taion-org-libs
3
+ Version: 0.0.0
4
+ Summary: Placeholder for an internal package. The real distribution is served from a private Artifact Registry, not PyPI. Do not install from PyPI.
5
+ Author: TAION-EC
6
+ License-Expression: LicenseRef-Proprietary
7
+ Classifier: Development Status :: 1 - Planning
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # taion-org-libs (PyPI placeholder)
12
+
13
+ This name on PyPI is a **placeholder reserved to prevent dependency-confusion attacks**.
14
+
15
+ It contains **no functional code**. The real `taion-org-libs` distribution is served
16
+ only from a private Google Artifact Registry (internal PyPI), never from PyPI.
17
+
18
+ **Do not install or depend on this package from PyPI.**
19
+
20
+ Version is pinned at `0.0.0` and will never be bumped on PyPI.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ taion_org_libs.egg-info/PKG-INFO
4
+ taion_org_libs.egg-info/SOURCES.txt
5
+ taion_org_libs.egg-info/dependency_links.txt
6
+ taion_org_libs.egg-info/top_level.txt
7
+ taion_org_libs_placeholder/__init__.py
@@ -0,0 +1 @@
1
+ taion_org_libs_placeholder
@@ -0,0 +1,4 @@
1
+ # PyPI placeholder package — intentionally empty.
2
+ # The real taion-org-libs is distributed via a private Artifact Registry, not PyPI.
3
+ # See README.md and Wave2 plan §2.4.
4
+ __all__ = []