Metadata-Version: 2.1
Name: yuewen
Version: 0.0.32
Summary: 阅文小说平台的方法封装
Home-page: https://gitee.com/ZeroSeeker/yuewen
Author: ZeroSeeker
Author-email: zeroseeker@foxmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests (==2.27.1)
Requires-Dist: showlog (==0.0.6)
Requires-Dist: lazysdk (==0.0.12)

# yuewen

#### 介绍
阅文小说平台的方法封装，开放平台的方法封装已经转移到项目：https://pypi.org/project/lazynovel/ 中的open_yuewen

#### 软件架构
软件架构说明


#### 安装教程

1.  pip安装
```shell script
pip3 install yuewen
```
2.  pip安装（使用阿里镜像加速）
```shell script
pip3 install yuewen -i https://mirrors.aliyun.com/pypi/simple
```

#### 使用说明

1.  demo
```python
import yuewen
test_res = yuewen.get_menu(cookie='test')
```

2. 参数含义
```text
coop_id：合作方式代码
    1：微信分销
    9：陌香快应用（共享包）
    11：快应用（独立包）

```


