hpcflow.sdk.app#

An hpcflow application.

Functions

get_app_attribute

A function to assign to an app module __getattr__ to access app attributes.

get_app_module_all

The list of all symbols exported by this module.

get_app_module_dir

The sorted list of all symbols exported by this module.

rate_limit_safe_url_to_fs

Call fsspec's url_to_fs but retry on requests.exceptions.HTTPErrors.

Classes

App

Class from which to instantiate downstream app objects (e.g.

BaseApp

Class to generate the hpcflow application.

Singleton

Metaclass that enforces that only one instance of a class can be made.