Metadata-Version: 2.2
Name: wavelogpostmanager
Version: 0.0.1b2
Summary: QSL cards Post status management for Wavelog.
Author: NearlyHeadlessJack
Author-email: wang@rjack.cn
License: MIT
Project-URL: Homepage, https://github.com/WavelogPostManager/WavelogPostManager
Project-URL: Documentation, https://github.com/WavelogPostManager/WavelogPostManager/blob/main/README.md
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Framework :: Flask
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tomlkit>=0.13.2
Requires-Dist: requests>=2.32.3
Requires-Dist: tomli>=2.2.1
Requires-Dist: gevent>=24.11.1
Requires-Dist: mysql-connector-python>=9.2.0
Requires-Dist: prettytable>=3.14.0
Requires-Dist: flask>=3.1.0
Requires-Dist: flask-caching>=2.3.0
Requires-Dist: docxcompose>=1.4.0
Requires-Dist: qrcode>=8.0
Requires-Dist: docx>=0.2.4
Requires-Dist: python-docx>=1.1.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# WavelogPostManager
QSL cards post status management for Wavelog.

> This project is under development.

### Installation

> `Python>=3.10`   

```shell
pip3 install wavelogpostmanager
```

```shell
pip3 install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple wavelogpostmanager
```
*Dev*  

```shell
pip3 install -i https://test.pypi.org/simple/ wavelogpostmanager
```


### Run

```shell
wpm -init    # 安装后先初始化
wpm -start   # 启动Web服务器
wpm -q       # 将Wavelog中已排队的卡片进行制作信封
wpm -c       # 通讯录管理
wpm -s       # 查看已发出的QSL卡片信息
wpm -v       # 查看版本
```

这个项目还在内测当中，如有任何问题，欢迎在issues中提出，或到[QQ群](https://qm.qq.com/q/p7hWsqZ7ji)进行交流。
