qhana_plugin_runner
v1
Contents:
A Runner for QHAna Plugins
Writing Plugins
Writing Tests
Advanced Plugin Techniques
Special Plugin-Types
Data Formats defined for QHAna Plugins
Cli Documentation of the Flask app
All Plugins
Architectural Decision Log
qhana_plugin_runner package
Subpackages
qhana_plugin_runner.api package
qhana_plugin_runner.db package
qhana_plugin_runner.plugin_utils package
Submodules
Module contents
qhana_plugin_runner.registry_client package
qhana_plugin_runner.util package
Submodules
Module contents
Changelog
qhana_plugin_runner
qhana_plugin_runner package
qhana_plugin_runner.plugin_utils package
qhana_plugin_runner.plugin_utils.zip_utils module
View page source
qhana_plugin_runner.plugin_utils.zip_utils module
qhana_plugin_runner.plugin_utils.zip_utils.
get_files_from_zip_url
(
url
:
str
,
mode
=
't'
)
→
Generator
[
Tuple
[
IO
[
bytes
]
|
IO
[
str
]
,
str
]
,
Any
,
None
]