pyxle-cache 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,8 @@
1
+ """Reserved placeholder — no implementation. See https://pyxle.dev/plugins."""
2
+
3
+ raise ImportError(
4
+ "pyxle-cache is a reserved name with no implementation yet. "
5
+ "See https://pyxle.dev/docs/plugins/ideas for the roadmap, and "
6
+ "https://pyxle.dev/plugins for how community plugins get listed "
7
+ "(under their own package names)."
8
+ )
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyxle-cache
3
+ Version: 0.0.1
4
+ Summary: Reserved for a future official Pyxle plugin. Community plugins ship under their own names - see https://pyxle.dev/plugins.
5
+ Project-URL: Homepage, https://pyxle.dev/plugins
6
+ Project-URL: Roadmap, https://pyxle.dev/docs/plugins/ideas
7
+ Author-email: Shivam Saini <dev@pyxle.dev>
8
+ License: MIT
9
+ Classifier: Development Status :: 1 - Planning
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
12
+
13
+ # pyxle-cache — reserved name
14
+
15
+ This name is **reserved for a future official Pyxle plugin** and currently
16
+ contains no implementation. It is parked openly — the placeholder source
17
+ lives in [pyxle-dev/pyxle-plugins](https://github.com/pyxle-dev/pyxle-plugins)
18
+ under `reserved/`, and the intent is documented on the public
19
+ [plugin ideas roadmap](https://pyxle.dev/docs/plugins/ideas).
20
+
21
+ **Building this plugin?** Please do — it's on the ideas list because the
22
+ ecosystem needs it. Ship it under **your own PyPI name** (see the
23
+ [plugin standards](https://pyxle.dev/docs/plugins/standards) for naming),
24
+ and submit it to the [directory](https://pyxle.dev/plugins). Community
25
+ plugins accepted into the Founding Plugin Program may be **granted this
26
+ canonical name** — the reservation exists so the obvious name goes to a
27
+ plugin that meets the bar, rather than to whoever typed
28
+ `twine upload` first.
@@ -0,0 +1,4 @@
1
+ pyxle_cache/__init__.py,sha256=3Io8chhhYOwB_5JMviueQERM7qxY6yEe4Exy_E2ikqE,347
2
+ pyxle_cache-0.0.1.dist-info/METADATA,sha256=eWDilmwJ-q4gsPZutcEjXSCBxth0ly8aactiJDNOUE4,1360
3
+ pyxle_cache-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ pyxle_cache-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any