pyclickimage 2.2.0__tar.gz → 2.2.1__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.
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/.bumpver.toml +1 -1
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/PKG-INFO +5 -5
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage/__version__.py +1 -1
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage.egg-info/PKG-INFO +5 -5
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyproject.toml +4 -4
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/.github/workflows/publish.yml +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/.github/workflows/sphinx.yml +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/.gitignore +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/.gitlab-ci.yml +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/COPYING +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/LICENSE +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/Makefile +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/README.md +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/api.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/api_doc/click_image_app.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/api_doc/click_manager.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/api_doc/image_viewer.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/api_doc/run.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/conf.py +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/index.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/installation.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/usage.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/usage_doc/extracting_the_clicks.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/usage_doc/running_the_GUI.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/docs/source/usage_doc/using_the_GUI.rst +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/examples/clicks.csv +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/examples/example.png +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/examples/example.py +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage/__init__.py +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage/__main__.py +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage/click_image_app.py +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage/click_manager.py +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage/image_viewer.py +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage/resources/__init__.py +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage/resources/app.png +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage/run.py +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage.egg-info/SOURCES.txt +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage.egg-info/dependency_links.txt +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage.egg-info/entry_points.txt +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage.egg-info/requires.txt +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/pyclickimage.egg-info/top_level.txt +0 -0
- {pyclickimage-2.2.0 → pyclickimage-2.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyclickimage
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Python library to select points on a image [pyqt5 GUI]
|
|
5
5
|
Author-email: Artezaru <artezaru.github@proton.me>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -677,10 +677,10 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
677
677
|
the library. If this is what you want to do, use the GNU Lesser General
|
|
678
678
|
Public License instead of this License. But first, please read
|
|
679
679
|
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
|
|
680
|
-
Project-URL: Homepage, https://github.com/Artezaru/
|
|
681
|
-
Project-URL: Documentation, https://Artezaru.github.io/
|
|
682
|
-
Project-URL: Source, https://github.com/Artezaru/
|
|
683
|
-
Project-URL: Tracker, https://github.com/Artezaru/
|
|
680
|
+
Project-URL: Homepage, https://github.com/Artezaru/pyclickimage
|
|
681
|
+
Project-URL: Documentation, https://Artezaru.github.io/pyclickimage
|
|
682
|
+
Project-URL: Source, https://github.com/Artezaru/pyclickimage
|
|
683
|
+
Project-URL: Tracker, https://github.com/Artezaru/pyclickimage/issues
|
|
684
684
|
Classifier: Programming Language :: Python :: 3
|
|
685
685
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
686
686
|
Classifier: Operating System :: OS Independent
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyclickimage
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: Python library to select points on a image [pyqt5 GUI]
|
|
5
5
|
Author-email: Artezaru <artezaru.github@proton.me>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
@@ -677,10 +677,10 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
677
677
|
the library. If this is what you want to do, use the GNU Lesser General
|
|
678
678
|
Public License instead of this License. But first, please read
|
|
679
679
|
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
|
|
680
|
-
Project-URL: Homepage, https://github.com/Artezaru/
|
|
681
|
-
Project-URL: Documentation, https://Artezaru.github.io/
|
|
682
|
-
Project-URL: Source, https://github.com/Artezaru/
|
|
683
|
-
Project-URL: Tracker, https://github.com/Artezaru/
|
|
680
|
+
Project-URL: Homepage, https://github.com/Artezaru/pyclickimage
|
|
681
|
+
Project-URL: Documentation, https://Artezaru.github.io/pyclickimage
|
|
682
|
+
Project-URL: Source, https://github.com/Artezaru/pyclickimage
|
|
683
|
+
Project-URL: Tracker, https://github.com/Artezaru/pyclickimage/issues
|
|
684
684
|
Classifier: Programming Language :: Python :: 3
|
|
685
685
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
686
686
|
Classifier: Operating System :: OS Independent
|
|
@@ -26,10 +26,10 @@ dependencies = [
|
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.urls]
|
|
29
|
-
Homepage = "https://github.com/Artezaru/
|
|
30
|
-
Documentation = "https://Artezaru.github.io/
|
|
31
|
-
Source = "https://github.com/Artezaru/
|
|
32
|
-
Tracker = "https://github.com/Artezaru/
|
|
29
|
+
Homepage = "https://github.com/Artezaru/pyclickimage"
|
|
30
|
+
Documentation = "https://Artezaru.github.io/pyclickimage"
|
|
31
|
+
Source = "https://github.com/Artezaru/pyclickimage"
|
|
32
|
+
Tracker = "https://github.com/Artezaru/pyclickimage/issues"
|
|
33
33
|
|
|
34
34
|
[tool.setuptools.packages.find]
|
|
35
35
|
where = ["."]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|