pinyin-box 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.
- pinyin_box-0.0.1/PKG-INFO +15 -0
- pinyin_box-0.0.1/README.md +7 -0
- pinyin_box-0.0.1/pyproject.toml +11 -0
- pinyin_box-0.0.1/setup.cfg +4 -0
- pinyin_box-0.0.1/src/pinyin_box/__init__.py +1 -0
- pinyin_box-0.0.1/src/pinyin_box.egg-info/PKG-INFO +15 -0
- pinyin_box-0.0.1/src/pinyin_box.egg-info/SOURCES.txt +7 -0
- pinyin_box-0.0.1/src/pinyin_box.egg-info/dependency_links.txt +1 -0
- pinyin_box-0.0.1/src/pinyin_box.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pinyin-box
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder — contains no code. Demonstrates this name was unregistered.
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Requires-Python: >=3.8
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# pinyin-box (placeholder)
|
|
10
|
+
|
|
11
|
+
This package contains no functional code.
|
|
12
|
+
|
|
13
|
+
It was uploaded to demonstrate that the name `pinyin-box` was unregistered on PyPI and could be claimed by anyone — including malicious actors (a supply-chain attack known as "dependency confusion").
|
|
14
|
+
|
|
15
|
+
**Do not use this package.**
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# pinyin-box (placeholder)
|
|
2
|
+
|
|
3
|
+
This package contains no functional code.
|
|
4
|
+
|
|
5
|
+
It was uploaded to demonstrate that the name `pinyin-box` was unregistered on PyPI and could be claimed by anyone — including malicious actors (a supply-chain attack known as "dependency confusion").
|
|
6
|
+
|
|
7
|
+
**Do not use this package.**
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "pinyin-box"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Placeholder — contains no code. Demonstrates this name was unregistered."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = "MIT"
|
|
11
|
+
requires-python = ">=3.8"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# This is a placeholder package. It contains no functional code.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pinyin-box
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder — contains no code. Demonstrates this name was unregistered.
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Requires-Python: >=3.8
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# pinyin-box (placeholder)
|
|
10
|
+
|
|
11
|
+
This package contains no functional code.
|
|
12
|
+
|
|
13
|
+
It was uploaded to demonstrate that the name `pinyin-box` was unregistered on PyPI and could be claimed by anyone — including malicious actors (a supply-chain attack known as "dependency confusion").
|
|
14
|
+
|
|
15
|
+
**Do not use this package.**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pinyin_box
|