pyxle-flags 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.
pyxle_flags/__init__.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"""Reserved placeholder — no implementation. See https://pyxle.dev/plugins."""
|
|
2
|
+
|
|
3
|
+
raise ImportError(
|
|
4
|
+
"pyxle-flags 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-flags
|
|
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-flags — 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_flags/__init__.py,sha256=EWDiokHFVKmc-BbkaiWpj-YRU8mTW4Oizku-QgXe9MI,347
|
|
2
|
+
pyxle_flags-0.0.1.dist-info/METADATA,sha256=gAn4I43OdZPnWY139lX3moev2Q-A4f7j7QcrkuBzkTw,1360
|
|
3
|
+
pyxle_flags-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
pyxle_flags-0.0.1.dist-info/RECORD,,
|