pogucam 0.1.2__tar.gz → 0.1.4__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.
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.1.2
2
+ current_version = 0.1.4
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -8,3 +8,5 @@ wheels/
8
8
 
9
9
  # Virtual environments
10
10
  .venv
11
+ *.\~undo-tree\~
12
+ *.~undo-tree~
pogucam-0.1.4/PKG-INFO ADDED
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: pogucam
3
+ Version: 0.1.4
4
+ Summary: Add your description here
5
+ Author-email: jaromrax <jaromrax@gmail.com>
6
+ Requires-Python: >=3.12
7
+ Requires-Dist: astropy>=7.1.0
8
+ Requires-Dist: click>=8.2.1
9
+ Requires-Dist: console>=0.9911
10
+ Requires-Dist: numpy>=2.3.0
11
+ Requires-Dist: opencv-python>=4.11.0.86
12
+ Requires-Dist: pillow>=11.2.1
13
+ Requires-Dist: pyqt6>=6.9.1
14
+ Requires-Dist: requests>=2.32.4
15
+ Description-Content-Type: text/markdown
16
+
17
+ # POor GUy CAMera tool
18
+
@@ -0,0 +1,28 @@
1
+ [project]
2
+ name = "pogucam"
3
+ version = "0.1.4"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ authors = [
7
+ { name = "jaromrax", email = "jaromrax@gmail.com" }
8
+ ]
9
+ requires-python = ">=3.12"
10
+ dependencies = [
11
+ "astropy>=7.1.0",
12
+ "click>=8.2.1",
13
+ "console>=0.9911",
14
+ "numpy>=2.3.0",
15
+ "opencv-python>=4.11.0.86",
16
+ "pillow>=11.2.1",
17
+ "pyqt6>=6.9.1",
18
+ "requests>=2.32.4",
19
+ ]
20
+
21
+ [project.scripts]
22
+ #pogucam = "pogucam:main"
23
+ pogucam = "explore_u24_uni:handle_cli"
24
+
25
+
26
+ [build-system]
27
+ requires = ["hatchling"]
28
+ build-backend = "hatchling.build"