Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dumbPy/beancount-importers-india
A Collection of Beancount importers for Indian banks and trading platforms
https://github.com/dumbPy/beancount-importers-india
Last synced: about 1 month ago
JSON representation
A Collection of Beancount importers for Indian banks and trading platforms
- Host: GitHub
- URL: https://github.com/dumbPy/beancount-importers-india
- Owner: dumbPy
- License: gpl-3.0
- Created: 2022-01-02T15:36:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T15:27:37.000Z (4 months ago)
- Last Synced: 2024-08-11T09:01:31.377Z (4 months ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-beancount - SBI/BOI/PAYTM/HSBC/ICICI
README
# beancount-importers-india
A collection of beancount importers for indian banks* For more information on how to use these, please checkout beancount project on github
* refer [example config](./example_config.py) on how to load these importers.# Installation
* Install this package with ```pip3 install git+https://github.com/dumbPy/beancount-importers-india.git```
* Also install the required apt packages (or equivalent in non-debian based os) mentioned in [apt_requirements.txt](./apt_requirements.txt)### Extracting pdf tables
* some pdf formats work great with tabula while others work best with camelot-py
* If you need to create a template for table extraction using excalibur-py and it's [docker image](https://hub.docker.com/r/williamjackson/excalibur)### Future Work
* Would love to support statements from all the banks in India.
* Share an example pdf/excel/csv/docx of a statement with me if you would like me to support some more banks.