Metadata-Version: 2.1
Name: beancount_cc_importers
Version: 0.1.11
Summary: Beancount importer plugin
Author-Email: Chao Chen <wenbushi@gmail.com>
License: GPL-3.0-or-later
Requires-Python: >=3.9
Requires-Dist: lxml>=4.9.3
Requires-Dist: beancount>=2.3.6
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: azure-ai-documentintelligence==1.0.0b2
Requires-Dist: azure-ai-formrecognizer>=3.3.3
Requires-Dist: beangulp>=0.1.1
Description-Content-Type: text/markdown

# Beancount CC importers

Simple importers for my personal usage. Supported sources and formats:

| Source | Data Format |
|--------|--------------|
| 招商银行 (CMB) | json, email |
| 交通银行 (COMM) | email |
| 中国农业银行 (ABC) | email |
| 平安银行 (PingAn)  | email |
| 微信零钱 (Wechat Lingqian) | csv |
| Microsoft China salary | json |
| 余额宝 (Yuebao) | csv |
| 中国银行 (BOC) | pdf |

Note the repo simply parses ad hoc data sources without relying on official APIs.