general_superstaq.superstaq_client ================================== .. py:module:: general_superstaq.superstaq_client .. autoapi-nested-parse:: Client for making requests to Superstaq's API. Attributes ---------- .. autoapisummary:: general_superstaq.superstaq_client.TQuboKey Functions --------- .. autoapisummary:: general_superstaq.superstaq_client.find_api_key Module Contents --------------- .. py:function:: find_api_key() -> str Function to try to load a Superstaq API key from the environment or a key file. :raises OSError: If the Superstaq API key could not be found in the environment. :raises EnvironmentError: If the Superstaq API key could not be found. :returns: Superstaq API key string. .. py:data:: TQuboKey