Metadata-Version: 2.4
Name: china-beancount-importers
Version: 0.0.11
Summary: A set of importers maybe useful for you in China.
Author-Email: Trim21 <trim21.me@gmail.com>
License-Expression: MIT
Project-URL: repository, https://github.com/trim21/china-beancount-importers
Requires-Python: <4,>=3.10
Requires-Dist: beancount<4,>=3.0.0
Requires-Dist: beangulp>=0.2.0
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: pandas<4,>=2
Requires-Dist: openpyxl
Requires-Dist: xlrd
Requires-Dist: python-calamine
Requires-Dist: pdfplumber>=0.11.0
Requires-Dist: pydantic>=2.6.0
Requires-Dist: python-dateutil>=2.9.0
Requires-Dist: rjieba<1
Requires-Dist: regex>=2026.1.15
Description-Content-Type: text/markdown

# 在中国可能会用到的 beancount importer

## 目前已支持

- 微信
- 支付宝
- 建行信用卡（PDF/EML）
- 建行借记卡（XLS）
- 招行信用卡（PDF/EML）
- 招行借记卡（CSV）

## 安装:

```bash
pip install china-beancount-importers
```

## 文档

https://china-beancount-importers.readthedocs.io/
