Just scraping bank transaction documents
Project description
Using this library
from PyPDF2 import PdfReader
from bank_scrape.parse_bca_credit import parse
pdf = PdfReader(__FILE_PATH__)
# Decrypt the pdf if required
pdf.decrypt(__PASSWORKD__)
rows = parse(pdf)
for row in rows:
...
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rdxz2_bank_scrape-0.0.1.tar.gz.
File metadata
- Download URL: rdxz2_bank_scrape-0.0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e67fbc7abd37cd2371dc3d3cad98dc665c08f557370369d5b85d203d66896de7
|
|
| MD5 |
6dc7920fff666ae43287ccb601f35af0
|
|
| BLAKE2b-256 |
00d3283ea92b1629c0a77ac17594283498cb52c4a6a82c7900cff9b572ac5a07
|
File details
Details for the file rdxz2_bank_scrape-0.0.1-py3-none-any.whl.
File metadata
- Download URL: rdxz2_bank_scrape-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67c3aa441371f0a9037333b6bba8830f9bceff28fc4da75239cb37b3926105fd
|
|
| MD5 |
6c0914535740e94a190d34f84d978e07
|
|
| BLAKE2b-256 |
4d402889c749bedd228741c43bd28d4e75a6b01d24eff996639b221a40466e11
|