.gitignore
.gitlab-ci.yml
.kateconfig
.kateconfig.license
.kateproject
.kateproject.license
.readthedocs.yaml
CHANGELOG.md
INSTALL.md
LICENSE
MANIFEST.in
Makefile
Makefile.ofx
Makefile.ofx.license
README.md
babel.map
babel.map.license
bitbucket-pipelines.yml
csb2format
fake_pycountry.py
mypy.ini
pyproject.toml
setup.cfg
setup.py
setversion.sh
tox-bitbucket.ini
tox.ini
LICENSES/LGPL-3.0-or-later.txt
doc/Makefile
doc/make.bat
doc/source/conf.py
doc/source/converter.rst
doc/source/csb.rst
doc/source/formats.rst
doc/source/homebank.rst
doc/source/index.rst
doc/source/ofx.rst
doc/source/records.rst
doc/source/utils.rst
src/csb43/.gitignore
src/csb43/__init__.py
src/csb43/_version.py
src/csb43/formats.py
src/csb43/py.typed
src/csb43.egg-info/PKG-INFO
src/csb43.egg-info/SOURCES.txt
src/csb43.egg-info/dependency_links.txt
src/csb43.egg-info/entry_points.txt
src/csb43.egg-info/requires.txt
src/csb43.egg-info/top_level.txt
src/csb43/aeb43/__init__.py
src/csb43/aeb43/account.py
src/csb43/aeb43/batch.py
src/csb43/aeb43/closing.py
src/csb43/aeb43/closing_account.py
src/csb43/aeb43/exchange.py
src/csb43/aeb43/item.py
src/csb43/aeb43/sepa_debit.py
src/csb43/aeb43/sepa_transfer.py
src/csb43/aeb43/transaction.py
src/csb43/aeb43/fields/__init__.py
src/csb43/aeb43/fields/currency.py
src/csb43/aeb43/fields/date.py
src/csb43/aeb43/fields/information_mode.py
src/csb43/aeb43/fields/integer.py
src/csb43/aeb43/fields/money.py
src/csb43/aeb43/fields/nested.py
src/csb43/aeb43/fields/string.py
src/csb43/aeb43/record/__init__.py
src/csb43/aeb43/record/context.py
src/csb43/aeb43/record/errors.py
src/csb43/homebank/__init__.py
src/csb43/homebank/converter.py
src/csb43/i18n/__init__.py
src/csb43/i18n/messages.pot
src/csb43/i18n/es/__init__.py
src/csb43/i18n/es/LC_MESSAGES/__init__.py
src/csb43/i18n/es/LC_MESSAGES/messages.mo
src/csb43/i18n/es/LC_MESSAGES/messages.mo.license
src/csb43/i18n/es/LC_MESSAGES/messages.po
src/csb43/ofx/__init__.py
src/csb43/ofx/balance.py
src/csb43/ofx/bank_account.py
src/csb43/ofx/base.py
src/csb43/ofx/converter.py
src/csb43/ofx/file.py
src/csb43/ofx/payee.py
src/csb43/ofx/transaction.py
src/csb43/tests/__init__.py
src/csb43/tests/conftest.py
src/csb43/tests/sample_sepa.csb
src/csb43/tests/sample_sepa.csb.license
src/csb43/tests/samples.py
src/csb43/tests/test_aeb43_account.py
src/csb43/tests/test_aeb43_batch.py
src/csb43/tests/test_aeb43_closing_account.py
src/csb43/tests/test_aeb43_context.py
src/csb43/tests/test_aeb43_exchange.py
src/csb43/tests/test_aeb43_item.py
src/csb43/tests/test_aeb43_sepa_debit.py
src/csb43/tests/test_aeb43_sepa_transfer.py
src/csb43/tests/test_aeb43_transaction.py
src/csb43/tests/test_aeb43ofx.py
src/csb43/tests/test_cmd.py
src/csb43/tests/test_ofx_base.py
src/csb43/tests/test_utils.py
src/csb43/utils/__init__.py
src/csb43/utils/cmd.py
src/csb43/utils/currency.py
src/csb43/utils/currency_data.py
src/csb43/utils/currency_historical_data.py
src/csb43/utils/messages.py
src/csb43/utils/tabulated.py