biweeklybudget.ofxgetter module¶
-
class
biweeklybudget.ofxgetter.OfxGetter(client, savedir='./')[source]¶ Bases:
object-
_get_ofx_scraper(account_name, days=30)[source]¶ Get OFX via a ScreenScraper subclass.
Parameters: Returns: OFX string
Return type:
-
_write_ofx_file(account_name, ofxdata)[source]¶ Write OFX data to a file.
Parameters: Returns: name of the file that was written
Return type:
-
static
accounts(client)[source]¶ Return a dict of account information of ofxgetter-enabled accounts, str account name to dict of information about the account.
Parameters: client (Instance of OfxApiLocalorOfxApiRemote) – API clientReturns: dict of account information; see get_accounts()for details.Return type: dict
-