tar-engine-official 0.0.1__py3-none-any.whl
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,11 @@
|
|
|
1
|
+
"""Defensive namespace placeholder.
|
|
2
|
+
|
|
3
|
+
This package name is reserved to prevent typosquatting and impersonation.
|
|
4
|
+
The real package is: tar-engine
|
|
5
|
+
Install with: pip install tar-engine
|
|
6
|
+
"""
|
|
7
|
+
raise ImportError(
|
|
8
|
+
"Package 'tar-engine-official' is a reserved defensive namespace. "
|
|
9
|
+
"Install 'tar-engine' instead: pip install tar-engine "
|
|
10
|
+
"(see https://github.com/qingxuantang/tar-engine)"
|
|
11
|
+
)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tar-engine-official
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Defensive namespace placeholder. Use tar-engine instead.
|
|
5
|
+
Author: qingxuantang
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/qingxuantang/tar-engine
|
|
8
|
+
Project-URL: Real-Package, https://pypi.org/project/tar-engine/
|
|
9
|
+
Classifier: Development Status :: 7 - Inactive
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Requires-Python: >=3.8
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# tar-engine-official
|
|
16
|
+
|
|
17
|
+
> ⚠️ **Defensive namespace placeholder** · **防御性命名占位**
|
|
18
|
+
|
|
19
|
+
This PyPI package name is reserved to prevent typosquatting and brand impersonation.
|
|
20
|
+
|
|
21
|
+
**Real package / 真实包名:** `tar-engine`
|
|
22
|
+
|
|
23
|
+
Install the real thing:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
pip install tar-engine
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Official repository / 官方仓库: [https://github.com/qingxuantang/tar-engine](https://github.com/qingxuantang/tar-engine)
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
*Reserved: 2026-07-04 · Owner: qingxuantang*
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
tar_engine_official/__init__.py,sha256=1o9WwtVjxb7u4JVnawtaU6SGpQ19W1m-Jf4lBk_lvG0,393
|
|
2
|
+
tar_engine_official-0.0.1.dist-info/METADATA,sha256=xaNbRejLWpyMvS_7y34AD2VIJuhAbgAxy0-l0gyZPIc,971
|
|
3
|
+
tar_engine_official-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
tar_engine_official-0.0.1.dist-info/top_level.txt,sha256=hEkZWN-zcgxMmnTaaNCzWrh1DvNIKK_on78jj5PlZVk,20
|
|
5
|
+
tar_engine_official-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tar_engine_official
|