Skip to content

Commit

Permalink
docs(README): update features
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Nov 5, 2023
1 parent 4dc7163 commit 3fae19c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ cp .env.template .env
```

## Features
- Monopoly can be run on Google Cloud as a scheduled Cloud Run job.
- PDFs can be unlocked using explicitly defined passwords and/or a masking pattern like ?d?d?d
- Support for encrypted PDFs -- passwords can be passed in via a .env file, or passed directly via a bank class
- PDFs can also be unlocked with a static string, and a masking pattern like ?d?d?d for banks like HSBC that use a common password prefix (DOB), but different passwords for each card
- Cashback transactions from Citibank and OCBC are also supported, and appear as "negative" transactions
- Monopoly can be run on Google Cloud as a scheduled Cloud Run job, which opens up more sophisticated use-cases like historical analysis and personal finance visualization
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "monopoly-sg"
version = "0.1.2"
version = "0.2.0"
description = "PDF parsing for Singaporean banks"
repository = "https://github.com/benjamin-awd/monopoly"
authors = ["benjamin-awd <[email protected]>"]
Expand All @@ -9,6 +9,10 @@ packages = [
]
license = "MIT"
readme = "README.md"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3.11",
]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 3fae19c

Please sign in to comment.