Python SDK API Reference
Classes:
-
SZGFClient–Client for interacting with the SZGF guides repository.
SZGFClient
Client for interacting with the SZGF guides repository.
Methods:
-
download_guides–Download all guides from the GitHub repository and store them locally.
-
read_guides–Read all locally stored guides and parse them into ParsedGuide objects.
-
start–Start the client session.
-
close–Close the client session.
Attributes:
-
session(ClientSession) –
download_guides
async
Download all guides from the GitHub repository and store them locally.