File: __init__.py

package info (click to toggle)
python-csb43 0.9.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 560 kB
  • sloc: python: 6,233; sh: 9; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
'''Spanish banks' CSB norm 43 converter to OFX, Homebank, json, yaml, xls, xlsx, ods, csv, tsv'''

__version__ = '0.9.2'
__all__ = ['csb43', 'homebank', 'ofx', 'formats', 'utils']