LICENSE
README.rst
pyproject.toml
docs/conf.py
ofxtools/Client.py
ofxtools/Parser.py
ofxtools/Types.py
ofxtools/__init__.py
ofxtools/header.py
ofxtools/lib.py
ofxtools/py.typed
ofxtools/utils.py
ofxtools.egg-info/PKG-INFO
ofxtools.egg-info/SOURCES.txt
ofxtools.egg-info/dependency_links.txt
ofxtools.egg-info/entry_points.txt
ofxtools.egg-info/requires.txt
ofxtools.egg-info/top_level.txt
ofxtools/config/__init__.py
ofxtools/config/fi.cfg
ofxtools/config/ofxget_example.cfg
ofxtools/models/__init__.py
ofxtools/models/base.py
ofxtools/models/common.py
ofxtools/models/email.py
ofxtools/models/i18n.py
ofxtools/models/ofx.py
ofxtools/models/profile.py
ofxtools/models/signon.py
ofxtools/models/signup.py
ofxtools/models/tax1099.py
ofxtools/models/wrapperbases.py
ofxtools/models/bank/__init__.py
ofxtools/models/bank/interxfer.py
ofxtools/models/bank/mail.py
ofxtools/models/bank/msgsets.py
ofxtools/models/bank/recur.py
ofxtools/models/bank/stmt.py
ofxtools/models/bank/stmtend.py
ofxtools/models/bank/stpchk.py
ofxtools/models/bank/sync.py
ofxtools/models/bank/wire.py
ofxtools/models/bank/xfer.py
ofxtools/models/billpay/__init__.py
ofxtools/models/billpay/common.py
ofxtools/models/billpay/list.py
ofxtools/models/billpay/mail.py
ofxtools/models/billpay/msgsets.py
ofxtools/models/billpay/pmt.py
ofxtools/models/billpay/recur.py
ofxtools/models/billpay/sync.py
ofxtools/models/invest/__init__.py
ofxtools/models/invest/acct.py
ofxtools/models/invest/mail.py
ofxtools/models/invest/msgsets.py
ofxtools/models/invest/openorders.py
ofxtools/models/invest/positions.py
ofxtools/models/invest/securities.py
ofxtools/models/invest/stmt.py
ofxtools/models/invest/transactions.py
ofxtools/scripts/__init__.py
ofxtools/scripts/ofxget.py
tests/base.py
tests/test_client.py
tests/test_header.py
tests/test_models_bank_interxfer.py
tests/test_models_bank_mail.py
tests/test_models_bank_recur.py
tests/test_models_bank_stmt.py
tests/test_models_bank_stmtend.py
tests/test_models_bank_stpchk.py
tests/test_models_bank_sync.py
tests/test_models_bank_wire.py
tests/test_models_bank_xfer.py
tests/test_models_base.py
tests/test_models_billpay_common.py
tests/test_models_billpay_list.py
tests/test_models_billpay_mail.py
tests/test_models_billpay_pmt.py
tests/test_models_billpay_recur.py
tests/test_models_billpay_sync.py
tests/test_models_common.py
tests/test_models_email.py
tests/test_models_i18n.py
tests/test_models_invest.py
tests/test_models_invest_oo.py
tests/test_models_invest_transactions.py
tests/test_models_msgsets.py
tests/test_models_ofx.py
tests/test_models_profile.py
tests/test_models_securities.py
tests/test_models_signon.py
tests/test_models_signup.py
tests/test_ofxget.py
tests/test_parser.py
tests/test_spec_bank.py
tests/test_spec_billpay.py
tests/test_spec_invest.py
tests/test_spec_signon.py
tests/test_spec_tax1099.py
tests/test_types.py
tests/test_utils.py