django-bankreader

Pluggable django application for reading and processing various formats of bank account statements


License
BSD-3-Clause
Install
pip install django-bankreader==1.3.0

Documentation

django-bankreader

Pluggable django application for reading and processing various formats of bank account statements.

Installation

  • install django-bankreader either from source or using pip
  • add bankreader to settings.INSTALLED_APPS
  • use post_save signal to process newly created Transaction objects
  • see the demoapp application in bankreader_demo project for more details