fendray-sdk 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.
fendray/__init__.py ADDED
@@ -0,0 +1,14 @@
1
+ """fendray — PyPI namespace placeholder (NOT the Fendray SDK).
2
+
3
+ Defensive namespace-ownership stub per ADR-044: it holds the `fendray-sdk`
4
+ and `fendray` PyPI names so they cannot be typosquatted, while the real SDK
5
+ is distributed privately (signed, entitlement-gated wheel) via the Fendray
6
+ console. Importing it raises ImportError with retrieval instructions.
7
+ """
8
+
9
+ raise ImportError(
10
+ "'fendray'/'fendray-sdk' on PyPI is a namespace placeholder, not the "
11
+ "Fendray SDK. The real SDK is distributed privately to authenticated "
12
+ "customers — sign in to your Fendray console to download it: "
13
+ "https://console.fendray.io (questions: contact@auvionx.com)"
14
+ )
@@ -0,0 +1,38 @@
1
+ Metadata-Version: 2.4
2
+ Name: fendray-sdk
3
+ Version: 0.0.1
4
+ Summary: Namespace placeholder for the Fendray SDK — not the real SDK.
5
+ Author-email: AuvionX <contact@auvionx.com>
6
+ Project-URL: Homepage, https://console.fendray.io
7
+ Classifier: Development Status :: 1 - Planning
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: License :: Other/Proprietary License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.10
12
+ Description-Content-Type: text/markdown
13
+
14
+ # fendray-sdk / fendray — PyPI namespace stub
15
+
16
+ This is **not** the Fendray SDK. It is a minimal **defensive namespace-ownership
17
+ stub** (per ADR-044) that claims the `fendray-sdk` and `fendray` names on PyPI so
18
+ they cannot be typosquatted. Importing the package raises `ImportError` pointing to
19
+ the Fendray console, where the real SDK is distributed privately (signed,
20
+ entitlement-gated wheel).
21
+
22
+ ## Two-name publishing procedure
23
+
24
+ PyPI normalizes `-`/`_`/`.`/case, so **`fendray-sdk` and the bare `fendray` are two
25
+ distinct projects**. One source tree publishes both:
26
+
27
+ 1. Build + upload with `name = "fendray-sdk"` (the committed default).
28
+ 2. Flip the single `name` line in `pyproject.toml` to `"fendray"`, rebuild, upload again.
29
+ 3. Restore `name = "fendray-sdk"` — **do not commit the flipped value**.
30
+
31
+ Upload discipline (ADR-044): role account `contact@auvionx.com`, 2FA on, dry-run on
32
+ TestPyPI first (the first upload of a project filename is irreversible), account-scoped
33
+ token for the first upload of each name then rotate to project-scoped tokens.
34
+
35
+ ## Build
36
+ ```
37
+ python -m build # produces dist/ wheel + sdist
38
+ ```
@@ -0,0 +1,5 @@
1
+ fendray/__init__.py,sha256=R7RsV9aSaTEVrjGZKWvw1ZerlRPinENpUb2o94wf0RY,674
2
+ fendray_sdk-0.0.1.dist-info/METADATA,sha256=yJWUi-icIK5iUPzAsL2oHRmPwh-opqP29WgKg7vazXw,1601
3
+ fendray_sdk-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ fendray_sdk-0.0.1.dist-info/top_level.txt,sha256=WsKK6qYBU9nS1CoiFRbqUajIAhUZjy9-ED1BTRT5rgk,8
5
+ fendray_sdk-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ fendray