interactive-pipe 0.7.2__tar.gz → 0.7.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.
- {interactive_pipe-0.7.2/src/interactive_pipe.egg-info → interactive_pipe-0.7.4}/PKG-INFO +13 -5
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/pyproject.toml +1 -1
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/readme.md +12 -4
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/gradio_gui.py +9 -3
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4/src/interactive_pipe.egg-info}/PKG-INFO +13 -5
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/LICENSE +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/setup.cfg +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/__init__.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/core/__init__.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/core/cache.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/core/engine.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/core/filter.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/core/graph.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/core/pipeline.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/core/signature.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/__init__.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/audio.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/curves.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/data.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/image.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/parameters.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/__init__.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/gradio_control.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/gui.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/mpl_control.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/mpl_gui.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/mpl_window.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/nb_control.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/nb_gui.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/qt_control.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/qt_gui.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/window.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/headless/__init__.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/headless/control.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/headless/keyboard.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/headless/pipeline.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/helper/__init__.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/helper/_private.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/helper/choose_backend.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/helper/control_abbreviation.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/helper/filter_decorator.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/helper/keyword_args_analyzer.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/helper/pipeline_decorator.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/thirdparty/images_openai_api.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/thirdparty/music_spotify.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe.egg-info/SOURCES.txt +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe.egg-info/dependency_links.txt +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe.egg-info/requires.txt +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe.egg-info/top_level.txt +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_cache.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_control_abbreviations.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_controller.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_core.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_curves.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_decorator.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_engine.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_filter.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_headless.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_image.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_parameters.py +0 -0
- {interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/test/test_recorder.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: interactive_pipe
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.4
|
|
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
|
|
@@ -42,12 +42,20 @@ Requires-Dist: ipywidgets>=8.0.7; extra == "full"
|
|
|
42
42
|
Requires-Dist: pandas; extra == "full"
|
|
43
43
|
Requires-Dist: gradio; extra == "full"
|
|
44
44
|
|
|
45
|
-
# `interactive_pipe`
|
|
46
45
|
|
|
47
|
-
|
|
48
|
-
`pip install interactive-pipe`
|
|
46
|
+
<center>
|
|
49
47
|
|
|
48
|
+
|  |
|
|
49
|
+
|:--:|
|
|
50
|
+
|Quick setup `pip install interactive-pipe` |
|
|
51
|
+
| [Project website](https://balthazarneveu.github.io/interactive_pipe/) |
|
|
52
|
+
|
|
53
|
+
</center>
|
|
54
|
+
|
|
55
|
+
# Interactive-pipe code
|
|
50
56
|
### Concept
|
|
57
|
+
|
|
58
|
+
|
|
51
59
|
- Develop an algorithm while debugging visually with plots, while checking robustness & continuity to parameters change.
|
|
52
60
|
- Magically create a graphical interface to easily demonstrate a concept or simply tune your algorithm.
|
|
53
61
|
|
|
@@ -95,7 +103,7 @@ pip install -e ".[full]"
|
|
|
95
103
|
|
|
96
104
|
## :scroll: Features
|
|
97
105
|
|
|
98
|
-
**Version 0.7.
|
|
106
|
+
**Version 0.7.4**
|
|
99
107
|
- Modular multi-image processing filters
|
|
100
108
|
- Declarative: Easily make graphical user interface without having to learn anything about pyQt or matplotlib
|
|
101
109
|
- Support in jupyter notebooks
|
|
@@ -1,9 +1,17 @@
|
|
|
1
|
-
# `interactive_pipe`
|
|
2
1
|
|
|
3
|
-
|
|
4
|
-
`pip install interactive-pipe`
|
|
2
|
+
<center>
|
|
5
3
|
|
|
4
|
+
|  |
|
|
5
|
+
|:--:|
|
|
6
|
+
|Quick setup `pip install interactive-pipe` |
|
|
7
|
+
| [Project website](https://balthazarneveu.github.io/interactive_pipe/) |
|
|
8
|
+
|
|
9
|
+
</center>
|
|
10
|
+
|
|
11
|
+
# Interactive-pipe code
|
|
6
12
|
### Concept
|
|
13
|
+
|
|
14
|
+
|
|
7
15
|
- Develop an algorithm while debugging visually with plots, while checking robustness & continuity to parameters change.
|
|
8
16
|
- Magically create a graphical interface to easily demonstrate a concept or simply tune your algorithm.
|
|
9
17
|
|
|
@@ -51,7 +59,7 @@ pip install -e ".[full]"
|
|
|
51
59
|
|
|
52
60
|
## :scroll: Features
|
|
53
61
|
|
|
54
|
-
**Version 0.7.
|
|
62
|
+
**Version 0.7.4**
|
|
55
63
|
- Modular multi-image processing filters
|
|
56
64
|
- Declarative: Easily make graphical user interface without having to learn anything about pyQt or matplotlib
|
|
57
65
|
- Support in jupyter notebooks
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/gradio_gui.py
RENAMED
|
@@ -157,8 +157,8 @@ class MainWindow(InteractivePipeWindow):
|
|
|
157
157
|
elem.render()
|
|
158
158
|
if self.audio:
|
|
159
159
|
outputs.append(self.audio)
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
with gr.Row():
|
|
161
|
+
self.audio.render()
|
|
162
162
|
|
|
163
163
|
if self.sliders_layout is None:
|
|
164
164
|
self.sliders_layout = "collapsible"
|
|
@@ -212,7 +212,13 @@ class MainWindow(InteractivePipeWindow):
|
|
|
212
212
|
gr.Examples([self.default_values], inputs=self.widget_list, label="Presets")
|
|
213
213
|
|
|
214
214
|
if self.markdown_description is not None:
|
|
215
|
-
|
|
215
|
+
title = "Description"
|
|
216
|
+
try:
|
|
217
|
+
if self.markdown_description.startswith("#"):
|
|
218
|
+
title = self.markdown_description.split("\n")[0][1:]
|
|
219
|
+
except Exception as _e:
|
|
220
|
+
pass
|
|
221
|
+
with gr.Accordion(title, open=False):
|
|
216
222
|
gr.Markdown(self.markdown_description)
|
|
217
223
|
io.load(fn=self.run_fn, inputs=self.widget_list, outputs=outputs)
|
|
218
224
|
for idx in range(len(self.widget_list)):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: interactive_pipe
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.4
|
|
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
|
|
@@ -42,12 +42,20 @@ Requires-Dist: ipywidgets>=8.0.7; extra == "full"
|
|
|
42
42
|
Requires-Dist: pandas; extra == "full"
|
|
43
43
|
Requires-Dist: gradio; extra == "full"
|
|
44
44
|
|
|
45
|
-
# `interactive_pipe`
|
|
46
45
|
|
|
47
|
-
|
|
48
|
-
`pip install interactive-pipe`
|
|
46
|
+
<center>
|
|
49
47
|
|
|
48
|
+
|  |
|
|
49
|
+
|:--:|
|
|
50
|
+
|Quick setup `pip install interactive-pipe` |
|
|
51
|
+
| [Project website](https://balthazarneveu.github.io/interactive_pipe/) |
|
|
52
|
+
|
|
53
|
+
</center>
|
|
54
|
+
|
|
55
|
+
# Interactive-pipe code
|
|
50
56
|
### Concept
|
|
57
|
+
|
|
58
|
+
|
|
51
59
|
- Develop an algorithm while debugging visually with plots, while checking robustness & continuity to parameters change.
|
|
52
60
|
- Magically create a graphical interface to easily demonstrate a concept or simply tune your algorithm.
|
|
53
61
|
|
|
@@ -95,7 +103,7 @@ pip install -e ".[full]"
|
|
|
95
103
|
|
|
96
104
|
## :scroll: Features
|
|
97
105
|
|
|
98
|
-
**Version 0.7.
|
|
106
|
+
**Version 0.7.4**
|
|
99
107
|
- Modular multi-image processing filters
|
|
100
108
|
- Declarative: Easily make graphical user interface without having to learn anything about pyQt or matplotlib
|
|
101
109
|
- Support in jupyter notebooks
|
|
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
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/__init__.py
RENAMED
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/audio.py
RENAMED
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/curves.py
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/image.py
RENAMED
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/data_objects/parameters.py
RENAMED
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/__init__.py
RENAMED
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/gradio_control.py
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/mpl_control.py
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/mpl_window.py
RENAMED
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/nb_control.py
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/graphical/qt_control.py
RENAMED
|
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
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/helper/choose_backend.py
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/helper/filter_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/helper/pipeline_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe/thirdparty/music_spotify.py
RENAMED
|
File without changes
|
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe.egg-info/requires.txt
RENAMED
|
File without changes
|
{interactive_pipe-0.7.2 → interactive_pipe-0.7.4}/src/interactive_pipe.egg-info/top_level.txt
RENAMED
|
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
|