pyw-vision 0.0.0__tar.gz

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 @@
1
+ MIT License
@@ -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,3 @@
1
+ # pyw-vision
2
+
3
+ Reserved placeholder for pyw-vision (vision utilities).
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["hatchling>=1.18"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "pyw-vision"
7
+ version = "0.0.0"
8
+ description = "Reserved placeholder for pyw-vision (vision utilities)"
9
+ authors = [{name = "pythonWoods"}]
10
+ license = {text = "MIT"}
11
+ requires-python = ">=3.9"
12
+ readme = "README.md"
13
+ dependencies = [
14
+ "pyw-core>=0.0.0"
15
+ ]
16
+
17
+ [project.urls]
18
+ Homepage = "https://github.com/pythonWoods/pyw-vision"
19
+
20
+ [tool.hatch.build.targets.wheel]
21
+ packages = ["src/pyw"]
@@ -0,0 +1,2 @@
1
+ import pkgutil
2
+ __path__ = pkgutil.extend_path(__path__, __name__)
@@ -0,0 +1 @@
1
+ # placeholder