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
      • qhana_plugin_runner.registry_client package
        • Submodules
        • Module contents
      • qhana_plugin_runner.util package
    • Submodules
    • Module contents
  • Changelog
qhana_plugin_runner
  • qhana_plugin_runner package
  • qhana_plugin_runner.registry_client package
  • View page source

qhana_plugin_runner.registry_client package

Submodules

  • qhana_plugin_runner.registry_client.client module
    • PluginRegistryClient
      • PluginRegistryClient.fetch_by_api_link()
      • PluginRegistryClient.fetch_by_rel()
      • PluginRegistryClient.init_app()
      • PluginRegistryClient.plugin_registry_url
      • PluginRegistryClient.ready
      • PluginRegistryClient.search_by_rel()
  • qhana_plugin_runner.registry_client.types module
    • ApiLink
      • ApiLink.doc
      • ApiLink.href
      • ApiLink.name
      • ApiLink.rel
      • ApiLink.resourceKey
      • ApiLink.resourceType
      • ApiLink.schema
    • ApiLinkBase
      • ApiLinkBase.href
      • ApiLinkBase.rel
      • ApiLinkBase.resourceType
    • ApiObject
      • ApiObject.self
    • ApiResponse
      • ApiResponse.data
      • ApiResponse.embedded
      • ApiResponse.get_links_by_rel()
      • ApiResponse.is_collection_resource()
      • ApiResponse.keyed_links
      • ApiResponse.links
      • ApiResponse.matches_rel()
      • ApiResponse.self
    • BaseApiObject
      • BaseApiObject.self
    • KeyedApiLink
      • KeyedApiLink.doc
      • KeyedApiLink.href
      • KeyedApiLink.key
      • KeyedApiLink.name
      • KeyedApiLink.queryKey
      • KeyedApiLink.rel
      • KeyedApiLink.resourceKey
      • KeyedApiLink.resourceType
      • KeyedApiLink.schema
    • match_api_link()

Module contents

qhana_plugin_runner.registry_client.register_plugin_registry_client(app: Flask)

Register the registry client with the flask app to load the registry url from config.

Previous Next

© Copyright 2021, QHAna authors.

Built with Sphinx using a theme provided by Read the Docs.