A tool to parse OCBC and DBS bank and credit card statements from PDF files
Project description
OCBC DBS Statement Parser
A Python tool to parse bank statements from PDF files, specifically designed for OCBC and DBS statements but potentially compatible with other banks.
Requirements
- Python 3.7 or 3.8
Installation
pip install ocbc-dbs-statement-parser
or if you're running it from source:
pip install -e .
Usage
python -m ocbc-dbs-statement-parser <pdf_path> [--debug] [--verify] [--help]
Locally
python -m ocbc-dbs-statement-parser.cli <pdf_path> [--debug] [--verify][--help]
Features
- Extracts transactions from bank account and credit card statements
- Supports various date formats
- Verifies transaction totals
- Debug mode for detailed output
Development
Setup
- Clone the repository
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- Windows:
venv\Scripts\activate
- macOS/Linux:
source venv/bin/activate
- Windows:
- Install dependencies:
pip install -r requirements.txt
Testing
To run tests using pytest, execute the following command:
pytest tests/test_main.py
Push releases
bumpversion patch|minor|major
git push && git push --tags
Dependencies
The main dependencies for this project are:
- camelot-py==0.11.0
- pandas==2.0.3
- pycountry==24.6.1
- pypdf==4.3.1
For a complete list of dependencies, please refer to the requirements.txt
file.
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ocbc_dbs_statement_parser-0.2.1.tar.gz
.
File metadata
- Download URL: ocbc_dbs_statement_parser-0.2.1.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fa2820dd31ee89362ded4ddd6673a89bb9ef446ccdea3dcbd7ad4a894679569 |
|
MD5 | 1b00dbfb255dd69917af34f0495bd652 |
|
BLAKE2b-256 | 9b64195d833df31c6d2c176e07f7938b029579de02a915c9b2446f39e6d0cd80 |
File details
Details for the file ocbc_dbs_statement_parser-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: ocbc_dbs_statement_parser-0.2.1-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 102b15ac9bfa138833961b24e6485055c1be46c711e24f38364c05f6c7ec9565 |
|
MD5 | d5c21124b4cf5b10c8735cb7cb58b3e6 |
|
BLAKE2b-256 | be4fb3569344a2ef6850a6b1ab2a4bd996dfd75b775c7fcd79aa09906e36b294 |