reyfetch 1.0.35__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
reyfetch/__init__.py ADDED
@@ -0,0 +1,21 @@
1
+ # !/usr/bin/env python
2
+ # -*- coding: utf-8 -*-
3
+
4
+ """
5
+ @Time : 2023-02-19 18:59:26
6
+ @Author : Rey
7
+ @Contact : reyxbo@163.com
8
+ @Explain : Web data fetch method set.
9
+
10
+ Modules
11
+ -------
12
+ rali : Ali web fetch methods.
13
+ rall : All methods.
14
+ rbaidu : Baidu web fetch methods.
15
+ rbase : Base methods.
16
+ rdouban : Douban web fetch methods.
17
+ rgeneral : General fetch methods.
18
+ rsina : Sina web fetch methods.
19
+ rtoutiao : Toutiao web fetch methods.
20
+ rweibo : Weibo web fetch methods.
21
+ """