interactive-pipe 0.6.0__tar.gz → 0.6.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.
Files changed (58) hide show
  1. {interactive_pipe-0.6.0/src/interactive_pipe.egg-info → interactive_pipe-0.6.1}/PKG-INFO +21 -12
  2. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/pyproject.toml +8 -2
  3. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/readme.md +14 -11
  4. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1/src/interactive_pipe.egg-info}/PKG-INFO +21 -12
  5. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe.egg-info/requires.txt +6 -0
  6. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/LICENSE +0 -0
  7. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/setup.cfg +0 -0
  8. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/__init__.py +0 -0
  9. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/core/__init__.py +0 -0
  10. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/core/cache.py +0 -0
  11. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/core/engine.py +0 -0
  12. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/core/filter.py +0 -0
  13. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/core/graph.py +0 -0
  14. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/core/pipeline.py +0 -0
  15. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/core/signature.py +0 -0
  16. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/data_objects/__init__.py +0 -0
  17. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/data_objects/curves.py +0 -0
  18. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/data_objects/data.py +0 -0
  19. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/data_objects/image.py +0 -0
  20. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/data_objects/parameters.py +0 -0
  21. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/graphical/__init__.py +0 -0
  22. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/graphical/gui.py +0 -0
  23. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/graphical/mpl_control.py +0 -0
  24. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/graphical/mpl_gui.py +0 -0
  25. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/graphical/mpl_window.py +0 -0
  26. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/graphical/nb_control.py +0 -0
  27. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/graphical/nb_gui.py +0 -0
  28. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/graphical/qt_control.py +0 -0
  29. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/graphical/qt_gui.py +0 -0
  30. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/graphical/window.py +0 -0
  31. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/headless/__init__.py +0 -0
  32. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/headless/control.py +0 -0
  33. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/headless/keyboard.py +0 -0
  34. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/headless/pipeline.py +0 -0
  35. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/helper/__init__.py +0 -0
  36. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/helper/_private.py +0 -0
  37. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/helper/choose_backend.py +0 -0
  38. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/helper/control_abbreviation.py +0 -0
  39. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/helper/filter_decorator.py +0 -0
  40. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/helper/keyword_args_analyzer.py +0 -0
  41. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/helper/pipeline_decorator.py +0 -0
  42. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/thirdparty/images_openai_api.py +0 -0
  43. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe/thirdparty/music_spotify.py +0 -0
  44. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe.egg-info/SOURCES.txt +0 -0
  45. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe.egg-info/dependency_links.txt +0 -0
  46. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/src/interactive_pipe.egg-info/top_level.txt +0 -0
  47. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_cache.py +0 -0
  48. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_control_abbreviations.py +0 -0
  49. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_controller.py +0 -0
  50. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_core.py +0 -0
  51. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_curves.py +0 -0
  52. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_decorator.py +0 -0
  53. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_engine.py +0 -0
  54. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_filter.py +0 -0
  55. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_headless.py +0 -0
  56. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_image.py +0 -0
  57. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_parameters.py +0 -0
  58. {interactive_pipe-0.6.0 → interactive_pipe-0.6.1}/test/test_recorder.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: interactive_pipe
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: Library to create flexible interactive image processing pipelines and automatically add a graphical user interface without knowing anything about GUI coding!
5
5
  Author-email: Balthazar Neveu <balthazarneveu@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/balthazarneveu/interactive_pipe
@@ -15,6 +15,12 @@ Requires-Dist: matplotlib>=3.5.3
15
15
  Requires-Dist: numpy>=1.21.6
16
16
  Requires-Dist: Pillow>=9.0.1
17
17
  Requires-Dist: PyYAML>=5.4.1
18
+ Requires-Dist: PyQt6>=6.5.2
19
+ Requires-Dist: PyQt6_sip>=13.5.2
20
+ Requires-Dist: opencv_python_headless>=4.8.1.78
21
+ Requires-Dist: pytest>=6.2.5
22
+ Requires-Dist: ipywidgets>=8.0.7
23
+ Requires-Dist: pandas
18
24
  Provides-Extra: qt6
19
25
  Requires-Dist: PyQt6>=6.5.2; extra == "qt6"
20
26
  Requires-Dist: PyQt6_sip>=13.5.2; extra == "qt6"
@@ -37,7 +43,7 @@ Requires-Dist: pandas; extra == "full"
37
43
  # `interactive_pipe`
38
44
 
39
45
  Quick setup
40
- `pip install interactive-pipe[full]`
46
+ `pip install interactive-pipe`
41
47
 
42
48
  ### Concept
43
49
  - Develop an algorithm while debugging visually with plots, while checking robustness & continuity to parameters change.
@@ -58,8 +64,12 @@ Quick setup
58
64
 
59
65
  ----------------------
60
66
 
61
- ### Setup
62
- `pip install interactive-pipe[full]`
67
+ ### Local setup
68
+ ```
69
+ git clone git@github.com:balthazarneveu/interactive_pipe.git
70
+ cd interactive-pipe
71
+ pip install -e ".[full]"
72
+ ```
63
73
 
64
74
  ----------------------
65
75
 
@@ -82,6 +92,7 @@ Quick setup
82
92
  ----------------------
83
93
 
84
94
  ## :scroll: Features
95
+
85
96
  **Version 0.6.0**
86
97
  - Modular multi-image processing filters
87
98
  - Declarative: Easily make graphical user interface without having to learn anything about pyQt or matplotlib
@@ -91,16 +102,8 @@ Quick setup
91
102
  - `KeyboardControl` : no slider on UI but exactly the same internal mechanism, update on key press.
92
103
  - Support Curve plots (2D signals)
93
104
 
94
- #### :soon: Upcoming features:
95
- - :soon: Scientific visual debugging: Display both colored images, heatmaps & graphs
96
105
 
97
106
 
98
- #### :test_tube: Experimental features
99
- - custom events on specific key press
100
- - Display the execution graph of the pipeline
101
- - [thirdparty/music](/src/interactive_pipe/thirdparty/music.py) Play audio (Qt backend only). Play songs on spotify (linux only) when the spotify app is running.
102
- - [thirdparty/images_openai_api](/src/interactive_pipe/thirdparty/images_openai_api.py) Generate images from prompt using OpenAI API image generation DALL-E Model (:dollar: paid service ~ 2cents/image)
103
-
104
107
  #### :keyboard: Keyboard shortcuts
105
108
  Shortcuts while using the GUI (QT & matplotlib backends)
106
109
 
@@ -140,6 +143,12 @@ Shortcuts while using the GUI (QT & matplotlib backends)
140
143
 
141
144
 
142
145
 
146
+ #### :test_tube: Experimental features
147
+ - Custom events on specific key press
148
+ - Display the execution graph of the pipeline `G` key
149
+ - [thirdparty/music](/src/interactive_pipe/thirdparty/music.py) Play audio (Qt backend only). Play songs on spotify (linux only) when the spotify app is running.
150
+ - [thirdparty/images_openai_api](/src/interactive_pipe/thirdparty/images_openai_api.py) Generate images from prompt using OpenAI API image generation DALL-E Model (:dollar: paid service ~ 2cents/image)
151
+
143
152
  # Tutorials
144
153
 
145
154
  ### Learn by examples
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "interactive_pipe"
8
- version = "0.6.0"
8
+ version = "0.6.1"
9
9
  authors = [
10
10
  { name="Balthazar Neveu", email="balthazarneveu@gmail.com" },
11
11
  ]
@@ -14,6 +14,12 @@ dependencies = [
14
14
  "numpy>=1.21.6",
15
15
  "Pillow>=9.0.1",
16
16
  "PyYAML>=5.4.1",
17
+ "PyQt6>=6.5.2",
18
+ "PyQt6_sip>=13.5.2",
19
+ "opencv_python_headless>=4.8.1.78",
20
+ "pytest>=6.2.5",
21
+ "ipywidgets>=8.0.7",
22
+ "pandas",
17
23
  ]
18
24
 
19
25
  description = "Library to create flexible interactive image processing pipelines and automatically add a graphical user interface without knowing anything about GUI coding!"
@@ -56,4 +62,4 @@ full=[
56
62
  "pytest>=6.2.5",
57
63
  "ipywidgets>=8.0.7",
58
64
  "pandas",
59
- ]
65
+ ]
@@ -1,7 +1,7 @@
1
1
  # `interactive_pipe`
2
2
 
3
3
  Quick setup
4
- `pip install interactive-pipe[full]`
4
+ `pip install interactive-pipe`
5
5
 
6
6
  ### Concept
7
7
  - Develop an algorithm while debugging visually with plots, while checking robustness & continuity to parameters change.
@@ -22,8 +22,12 @@ Quick setup
22
22
 
23
23
  ----------------------
24
24
 
25
- ### Setup
26
- `pip install interactive-pipe[full]`
25
+ ### Local setup
26
+ ```
27
+ git clone git@github.com:balthazarneveu/interactive_pipe.git
28
+ cd interactive-pipe
29
+ pip install -e ".[full]"
30
+ ```
27
31
 
28
32
  ----------------------
29
33
 
@@ -46,6 +50,7 @@ Quick setup
46
50
  ----------------------
47
51
 
48
52
  ## :scroll: Features
53
+
49
54
  **Version 0.6.0**
50
55
  - Modular multi-image processing filters
51
56
  - Declarative: Easily make graphical user interface without having to learn anything about pyQt or matplotlib
@@ -55,16 +60,8 @@ Quick setup
55
60
  - `KeyboardControl` : no slider on UI but exactly the same internal mechanism, update on key press.
56
61
  - Support Curve plots (2D signals)
57
62
 
58
- #### :soon: Upcoming features:
59
- - :soon: Scientific visual debugging: Display both colored images, heatmaps & graphs
60
63
 
61
64
 
62
- #### :test_tube: Experimental features
63
- - custom events on specific key press
64
- - Display the execution graph of the pipeline
65
- - [thirdparty/music](/src/interactive_pipe/thirdparty/music.py) Play audio (Qt backend only). Play songs on spotify (linux only) when the spotify app is running.
66
- - [thirdparty/images_openai_api](/src/interactive_pipe/thirdparty/images_openai_api.py) Generate images from prompt using OpenAI API image generation DALL-E Model (:dollar: paid service ~ 2cents/image)
67
-
68
65
  #### :keyboard: Keyboard shortcuts
69
66
  Shortcuts while using the GUI (QT & matplotlib backends)
70
67
 
@@ -104,6 +101,12 @@ Shortcuts while using the GUI (QT & matplotlib backends)
104
101
 
105
102
 
106
103
 
104
+ #### :test_tube: Experimental features
105
+ - Custom events on specific key press
106
+ - Display the execution graph of the pipeline `G` key
107
+ - [thirdparty/music](/src/interactive_pipe/thirdparty/music.py) Play audio (Qt backend only). Play songs on spotify (linux only) when the spotify app is running.
108
+ - [thirdparty/images_openai_api](/src/interactive_pipe/thirdparty/images_openai_api.py) Generate images from prompt using OpenAI API image generation DALL-E Model (:dollar: paid service ~ 2cents/image)
109
+
107
110
  # Tutorials
108
111
 
109
112
  ### Learn by examples
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: interactive_pipe
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: Library to create flexible interactive image processing pipelines and automatically add a graphical user interface without knowing anything about GUI coding!
5
5
  Author-email: Balthazar Neveu <balthazarneveu@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/balthazarneveu/interactive_pipe
@@ -15,6 +15,12 @@ Requires-Dist: matplotlib>=3.5.3
15
15
  Requires-Dist: numpy>=1.21.6
16
16
  Requires-Dist: Pillow>=9.0.1
17
17
  Requires-Dist: PyYAML>=5.4.1
18
+ Requires-Dist: PyQt6>=6.5.2
19
+ Requires-Dist: PyQt6_sip>=13.5.2
20
+ Requires-Dist: opencv_python_headless>=4.8.1.78
21
+ Requires-Dist: pytest>=6.2.5
22
+ Requires-Dist: ipywidgets>=8.0.7
23
+ Requires-Dist: pandas
18
24
  Provides-Extra: qt6
19
25
  Requires-Dist: PyQt6>=6.5.2; extra == "qt6"
20
26
  Requires-Dist: PyQt6_sip>=13.5.2; extra == "qt6"
@@ -37,7 +43,7 @@ Requires-Dist: pandas; extra == "full"
37
43
  # `interactive_pipe`
38
44
 
39
45
  Quick setup
40
- `pip install interactive-pipe[full]`
46
+ `pip install interactive-pipe`
41
47
 
42
48
  ### Concept
43
49
  - Develop an algorithm while debugging visually with plots, while checking robustness & continuity to parameters change.
@@ -58,8 +64,12 @@ Quick setup
58
64
 
59
65
  ----------------------
60
66
 
61
- ### Setup
62
- `pip install interactive-pipe[full]`
67
+ ### Local setup
68
+ ```
69
+ git clone git@github.com:balthazarneveu/interactive_pipe.git
70
+ cd interactive-pipe
71
+ pip install -e ".[full]"
72
+ ```
63
73
 
64
74
  ----------------------
65
75
 
@@ -82,6 +92,7 @@ Quick setup
82
92
  ----------------------
83
93
 
84
94
  ## :scroll: Features
95
+
85
96
  **Version 0.6.0**
86
97
  - Modular multi-image processing filters
87
98
  - Declarative: Easily make graphical user interface without having to learn anything about pyQt or matplotlib
@@ -91,16 +102,8 @@ Quick setup
91
102
  - `KeyboardControl` : no slider on UI but exactly the same internal mechanism, update on key press.
92
103
  - Support Curve plots (2D signals)
93
104
 
94
- #### :soon: Upcoming features:
95
- - :soon: Scientific visual debugging: Display both colored images, heatmaps & graphs
96
105
 
97
106
 
98
- #### :test_tube: Experimental features
99
- - custom events on specific key press
100
- - Display the execution graph of the pipeline
101
- - [thirdparty/music](/src/interactive_pipe/thirdparty/music.py) Play audio (Qt backend only). Play songs on spotify (linux only) when the spotify app is running.
102
- - [thirdparty/images_openai_api](/src/interactive_pipe/thirdparty/images_openai_api.py) Generate images from prompt using OpenAI API image generation DALL-E Model (:dollar: paid service ~ 2cents/image)
103
-
104
107
  #### :keyboard: Keyboard shortcuts
105
108
  Shortcuts while using the GUI (QT & matplotlib backends)
106
109
 
@@ -140,6 +143,12 @@ Shortcuts while using the GUI (QT & matplotlib backends)
140
143
 
141
144
 
142
145
 
146
+ #### :test_tube: Experimental features
147
+ - Custom events on specific key press
148
+ - Display the execution graph of the pipeline `G` key
149
+ - [thirdparty/music](/src/interactive_pipe/thirdparty/music.py) Play audio (Qt backend only). Play songs on spotify (linux only) when the spotify app is running.
150
+ - [thirdparty/images_openai_api](/src/interactive_pipe/thirdparty/images_openai_api.py) Generate images from prompt using OpenAI API image generation DALL-E Model (:dollar: paid service ~ 2cents/image)
151
+
143
152
  # Tutorials
144
153
 
145
154
  ### Learn by examples
@@ -2,6 +2,12 @@ matplotlib>=3.5.3
2
2
  numpy>=1.21.6
3
3
  Pillow>=9.0.1
4
4
  PyYAML>=5.4.1
5
+ PyQt6>=6.5.2
6
+ PyQt6_sip>=13.5.2
7
+ opencv_python_headless>=4.8.1.78
8
+ pytest>=6.2.5
9
+ ipywidgets>=8.0.7
10
+ pandas
5
11
 
6
12
  [full]
7
13
  PyQt6>=6.5.2