pyw-vision 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__)
pyw/vision/__init__.py ADDED
@@ -0,0 +1 @@
1
+ # placeholder
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyw-vision
3
+ Version: 0.0.0
4
+ Summary: Reserved placeholder for pyw-vision (vision utilities)
5
+ Project-URL: Homepage, https://github.com/pythonWoods/pyw-vision
6
+ Author: pythonWoods
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-vision
14
+
15
+ Reserved placeholder for pyw-vision (vision utilities).
@@ -0,0 +1,6 @@
1
+ pyw/__init__.py,sha256=TAxMvzzecHUbYSemZ7gBbqi-3hYmsODLKrbmxrtbaUQ,66
2
+ pyw/vision/__init__.py,sha256=nZ8syR0SThxKmV0Mmd-mf9p_qYtrmrlywY5sNt0959I,14
3
+ pyw_vision-0.0.0.dist-info/METADATA,sha256=J7SmjriL3MeVGEKUOKy-VLUIFwvEU_3G-qcJpLeU9lo,402
4
+ pyw_vision-0.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ pyw_vision-0.0.0.dist-info/licenses/LICENSE,sha256=Jn96Lhnfqd-Zr3dFIJhaDlIZJSk-pbfnZ6sGlp0Gv5E,12
6
+ pyw_vision-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