TCT.translator_kpinfo

TCT.translator_kpinfo.get_translator_kp_info() -> (<class 'pandas.core.frame.DataFrame'>, dict[str, str])[source]

Get the SmartAPI Translator KP info from the smart-api.info API. Returns a DataFrame with the SmartAPI Translator KP info.

Returns:
smartapi_dfpandas.DataFrame

Dataframe containing information about the APIS [TODO]

API_namesdict

dict of API names to URLs

Examples

>>> Translator_KP_info, APInames = get_translator_kp_info()
>>> print(Translator_KP_info.head())