Metadata-Version: 2.1
Name: wechat-backup
Version: 2.1.0
Summary: A command-line tool to help user manage data in WeChat backup files.
Home-page: https://github.com/he-yaowen/wechat-backup
License: GPL-3.0
Keywords: wechat,backup,extractor
Author: HE Yaowen
Author-email: he.yaowen@hotmail.com
Requires-Python: >=3.8,<3.12
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Dist: biplist (>=1.0.3,<2.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: lxml (>=4.9.2,<5.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Project-URL: Repository, https://github.com/he-yaowen/wechat-backup.git
Description-Content-Type: text/markdown

# wechat-backup

A command-line tool to help user manage data in [WeChat][1] backup files.

## How to Use

```
Usage: wechat-backup [OPTIONS] COMMAND [ARGS]...

  A command-line tool to help user manage data in WeChat backup files.

Options:
  --version           Show version information.
  -p, --profile TEXT  Profile to load from configurations.
  --help              Show this message and exit.

Commands:
  extract-contacts  Extract WeChat contacts.
  extract-messages  Extract messages of a conversation.
```

## License

Copyright (C) 2023 HE Yaowen <he.yaowen@hotmail.com>

The GNU General Public License (GPL) version 3, see [COPYING](./COPYING).

[1]: https://www.wechat.com/

