mordred-hermes 0.0.0.dev0__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,15 @@
|
|
|
1
|
+
"""Name-reservation placeholder for the ``mordred-hermes`` distribution.
|
|
2
|
+
|
|
3
|
+
This is **not** the real Mordred plugin bundle. It is an intentionally
|
|
4
|
+
empty ``0.0.0.dev0`` stub uploaded to TestPyPI/PyPI to reserve the
|
|
5
|
+
project name before the public docs launch, preventing name-squat /
|
|
6
|
+
supply-chain attacks (Mordred TODO §0.5 L70, "M7").
|
|
7
|
+
|
|
8
|
+
The real release ships as ``0.1.0a0`` and up via
|
|
9
|
+
``.github/workflows/release.yml`` (mode ``release``). Until then, do not
|
|
10
|
+
depend on this package — it provides no functionality.
|
|
11
|
+
|
|
12
|
+
See https://github.com/InternetMaximalism/Mordred-Hermes
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
__version__ = "0.0.0.dev0"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mordred-hermes
|
|
3
|
+
Version: 0.0.0.dev0
|
|
4
|
+
Summary: Name-reservation placeholder for the Mordred privacy plugin bundle (real release pending)
|
|
5
|
+
Project-URL: Homepage, https://github.com/InternetMaximalism/Mordred-Hermes
|
|
6
|
+
Project-URL: Source, https://github.com/InternetMaximalism/Mordred-Hermes
|
|
7
|
+
Author: InternetMaximalism
|
|
8
|
+
License: MIT
|
|
9
|
+
Requires-Python: >=3.11
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# mordred-hermes — name reservation stub
|
|
13
|
+
|
|
14
|
+
This directory builds an **intentionally empty `0.0.0.dev0` package**.
|
|
15
|
+
|
|
16
|
+
It is **not** the real Mordred privacy plugin bundle. Its only purpose is
|
|
17
|
+
to claim the `mordred-hermes` name on TestPyPI and PyPI *before* the
|
|
18
|
+
public documentation launch, so a third party cannot squat the name and
|
|
19
|
+
ship a malicious package (Mordred `TODO.md` §0.5 L70, milestone "M7").
|
|
20
|
+
|
|
21
|
+
The real package — the sibling [`mordred-hermes/`](../../) project,
|
|
22
|
+
version `0.1.0a0` and up — is published later. PEP 440 orders
|
|
23
|
+
`0.0.0.dev0 < 0.1.0a0`, so this stub never blocks the real release.
|
|
24
|
+
`mordred-hermes/tests/test_packaging_versions.py` enforces that ordering.
|
|
25
|
+
|
|
26
|
+
## Build & publish
|
|
27
|
+
|
|
28
|
+
The publish path is `.github/workflows/release.yml`:
|
|
29
|
+
|
|
30
|
+
- `mode=reserve` — builds and uploads **this stub** (run once, TestPyPI then PyPI).
|
|
31
|
+
- `mode=release` — builds and uploads the **real** `mordred-hermes/` package.
|
|
32
|
+
|
|
33
|
+
See `docs/dev/CI.md` § `release.yml` for the operator runbook
|
|
34
|
+
(PyPI Trusted Publishing / pending-publisher setup).
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
mordred_hermes/__init__.py,sha256=0gKFPW93Vecc64tGzlIO06bqY0IHbCFxlDgGSnZxuCM,603
|
|
2
|
+
mordred_hermes-0.0.0.dev0.dist-info/METADATA,sha256=w4XY54oZYEUXIid3pZsonLv6LS4YpVuIC13x1L4DigA,1455
|
|
3
|
+
mordred_hermes-0.0.0.dev0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
mordred_hermes-0.0.0.dev0.dist-info/RECORD,,
|