episteme-kernel 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,9 @@
1
+ """Name-defense stub: episteme does not install from PyPI."""
2
+
3
+ raise ImportError(
4
+ "episteme-kernel is a name-defense stub, not the product. episteme's "
5
+ "install units are the Claude Code plugin "
6
+ "(/plugin marketplace add junjslee/episteme) and a source checkout "
7
+ "(git clone https://github.com/junjslee/episteme && pip install -e .). "
8
+ "See https://github.com/junjslee/episteme/blob/master/INSTALL.md"
9
+ )
@@ -0,0 +1,37 @@
1
+ Metadata-Version: 2.4
2
+ Name: episteme-kernel
3
+ Version: 0.0.1
4
+ Summary: Name-defense stub for the episteme cognitive kernel. episteme does not install from PyPI — see the project README for the two real install paths.
5
+ License: AGPL-3.0-or-later
6
+ Project-URL: Homepage, https://github.com/junjslee/episteme
7
+ Project-URL: Install, https://github.com/junjslee/episteme/blob/master/INSTALL.md
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
10
+ Requires-Python: >=3.8
11
+ Description-Content-Type: text/markdown
12
+
13
+ # episteme-kernel — name-defense stub
14
+
15
+ This directory is a minimal, ready-to-publish PyPI package whose only job is
16
+ to hold the `episteme-kernel` name for the project (PRODUCT_MASTER_PLAN §9.2,
17
+ decision (a)+(c), Event 143). Importing it raises `ImportError` with pointers
18
+ to the two real install paths — the Claude Code plugin and a source checkout.
19
+ `episteme` itself is squatted on PyPI by an unrelated package; this stub keeps
20
+ the fallback name available for a future packaged kernel, should real demand
21
+ for a pip-native install ever appear (that would be §9.2 option (b), a
22
+ separate decision).
23
+
24
+ It is **not** wired into CI on purpose: publishing claims a public namespace
25
+ and cannot be unclaimed, so it is an operator action.
26
+
27
+ ## Publish (operator-run, one time)
28
+
29
+ ```bash
30
+ cd packaging/episteme-kernel-stub
31
+ python -m build
32
+ twine upload dist/*
33
+ ```
34
+
35
+ Version stays `0.0.1` until the name ever carries a real package. Do not add
36
+ this directory to the wheel/sdist of the main project; it is a sibling
37
+ artifact, not a dependency.
@@ -0,0 +1,5 @@
1
+ episteme_kernel/__init__.py,sha256=iQjQWavMFpzdhv04sz8aM-3JeVQjsqubqS34WhrFRgk,427
2
+ episteme_kernel-0.0.1.dist-info/METADATA,sha256=lJB8WxvuXzMLgDHGJYsgkVt5ZNb15sfSn_v_m8-q_ig,1623
3
+ episteme_kernel-0.0.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
4
+ episteme_kernel-0.0.1.dist-info/top_level.txt,sha256=g9r7G_e205C1UA8xJIr1zhwpfhrP1Q1fZuimbNYO_NI,16
5
+ episteme_kernel-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (83.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ episteme_kernel