pyw-config 0.0.0__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.
pyw/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ import pkgutil
2
+ __path__ = pkgutil.extend_path(__path__, __name__) # namespace package
pyw/config/__init__.py ADDED
@@ -0,0 +1 @@
1
+ # placeholder
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyw-config
3
+ Version: 0.0.0
4
+ Summary: Reserved placeholder for pyw-config (configuration utilities for pythonWoods suite)
5
+ Project-URL: Homepage, https://github.com/pythonWoods/pyw
6
+ Author-email: pythonWoods <you@example.com>
7
+ License: MIT
8
+ License-File: LICENSE
9
+ Requires-Python: >=3.9
10
+ Requires-Dist: pyw-core>=0.0.0
11
+ Description-Content-Type: text/markdown
12
+
13
+ # pyw-config
14
+
15
+ Placeholder package to reserve the name on PyPI. Configuration utilities coming soon.
@@ -0,0 +1,6 @@
1
+ pyw/__init__.py,sha256=yHu7XfvDr1YKArhukYnKx9Eb5EGNv_P-89S4fJn2F1g,87
2
+ pyw/config/__init__.py,sha256=nZ8syR0SThxKmV0Mmd-mf9p_qYtrmrlywY5sNt0959I,14
3
+ pyw_config-0.0.0.dist-info/METADATA,sha256=egWyySuxcjk1bZF4eYBPiMk9YEmU07soyOUiOkDm0xE,478
4
+ pyw_config-0.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ pyw_config-0.0.0.dist-info/licenses/LICENSE,sha256=Jn96Lhnfqd-Zr3dFIJhaDlIZJSk-pbfnZ6sGlp0Gv5E,12
6
+ pyw_config-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1 @@
1
+ MIT License