hansken — Global values

hansken.py’s root module defines a small number of values used internally as sentinel values or collections of globally defined constants.

envvars[source]

hansken.envvars contains the names of all environment variables used by the commands available from the command line and functions like auth.from_env to read configuration values from environment variables.

fetch[source]

hansken.fetch is a sentinel value that is used to indicate that a resource should be automatically fetched, if possible. Resources mostly concern keys used to access data or metadata. key parameters for methods like Trace.open will have this value as the default, allowing you to manually specify a value if needed.

__version__

hansken.__version__ is the version string for hansken.py.