xhs-note-extractor 0.1.dev6__py3-none-any.whl → 0.1.4__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.
- xhs_note_extractor/DEVICE_RETRY_GUIDE.md +98 -0
- xhs_note_extractor/agent_login.py +264 -0
- xhs_note_extractor/date_desc_utils.py +80 -0
- xhs_note_extractor/extractor.py +506 -122
- xhs_note_extractor/login_propmt.py +145 -0
- xhs_note_extractor/number_utils.py +44 -0
- xhs_note_extractor/sms_verification.py +307 -0
- xhs_note_extractor/test_device_retry.py +100 -0
- xhs_note_extractor/test_initialization_fix.py +46 -0
- {xhs_note_extractor-0.1.dev6.dist-info → xhs_note_extractor-0.1.4.dist-info}/METADATA +4 -1
- xhs_note_extractor-0.1.4.dist-info/RECORD +19 -0
- xhs_note_extractor-0.1.dev6.dist-info/RECORD +0 -11
- {xhs_note_extractor-0.1.dev6.dist-info → xhs_note_extractor-0.1.4.dist-info}/WHEEL +0 -0
- {xhs_note_extractor-0.1.dev6.dist-info → xhs_note_extractor-0.1.4.dist-info}/entry_points.txt +0 -0
- {xhs_note_extractor-0.1.dev6.dist-info → xhs_note_extractor-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {xhs_note_extractor-0.1.dev6.dist-info → xhs_note_extractor-0.1.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
xhs_note_extractor/DEVICE_RETRY_GUIDE.md,sha256=WtCWJ7N2kFnIJOS2Ah7GlQ6W_HTfx3pqF991S_Zs17A,2630
|
|
2
|
+
xhs_note_extractor/__init__.py,sha256=CjHdqO4W5sj6zbeE7xYkR0_WRfc99G56nR6k2Kmji44,1207
|
|
3
|
+
xhs_note_extractor/_version.py,sha256=59jjKBtTUi_9u6FVZcIpQEDYjyAaqdxzqXyuRuFYKPE,720
|
|
4
|
+
xhs_note_extractor/agent_login.py,sha256=eJut6sB4FecDO4i2G0V-HH_tjIIGLzPUafBK1mgQB_M,8871
|
|
5
|
+
xhs_note_extractor/cli.py,sha256=F5phl4HqnzEe_vTS8vpio_KcZNx4cxmXJnYcQ1FgMbA,2693
|
|
6
|
+
xhs_note_extractor/date_desc_utils.py,sha256=3Jijx0S20j_3TdEcrA5G6_hIOSO-tKRuZMU2X3LSJ-Y,2531
|
|
7
|
+
xhs_note_extractor/extractor.py,sha256=yExRl8xiAhRJN7HU4wON9TwJ1osvuXvuhpVsyYqX_So,39345
|
|
8
|
+
xhs_note_extractor/login_propmt.py,sha256=MOuwsK9Rt6xg514Tq2iHUCaDq5-I1P8n4AG8PeGRebg,9744
|
|
9
|
+
xhs_note_extractor/number_utils.py,sha256=XMXZUxC-4-QpPwKu_8j0HX23Is7rZaZ_1u1Gn_DO4_U,1044
|
|
10
|
+
xhs_note_extractor/sms_verification.py,sha256=w-pTVX7JFNFnwnJfE6z0J7dnCjp_sKlw8CAzaufXRgo,12221
|
|
11
|
+
xhs_note_extractor/test_device_retry.py,sha256=Pdr9MzM4_aulCi4myN3aTPt1AvkY2nq1rpY1xQ6qxzE,3634
|
|
12
|
+
xhs_note_extractor/test_initialization_fix.py,sha256=0Ml0twws5jLFAkzKmFDW66b7D51LV4BcT-P4OWo8CzM,1253
|
|
13
|
+
xhs_note_extractor/utils.py,sha256=mOVoLknlflzv7aCjXdmeNniQ7P6WNUcjSKjCm8uwFNk,14364
|
|
14
|
+
xhs_note_extractor-0.1.4.dist-info/licenses/LICENSE,sha256=VFtWajKKKkgOoX3cMb2upEjsQmDpU85ymhom2bYY_oI,1069
|
|
15
|
+
xhs_note_extractor-0.1.4.dist-info/METADATA,sha256=H0lKnT-nG-x2HK1R6S08xdCa_RaLkmKqeUchkiEn4dA,5629
|
|
16
|
+
xhs_note_extractor-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
xhs_note_extractor-0.1.4.dist-info/entry_points.txt,sha256=1IG34snKfX2pzpLSeDXHqlSVSH8p7bf3eaKQfcwGDk4,60
|
|
18
|
+
xhs_note_extractor-0.1.4.dist-info/top_level.txt,sha256=at3SqTdQr3DWMFCL5KM0Ofo_LE88WqADjh8MeFLwwO0,19
|
|
19
|
+
xhs_note_extractor-0.1.4.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
xhs_note_extractor/__init__.py,sha256=CjHdqO4W5sj6zbeE7xYkR0_WRfc99G56nR6k2Kmji44,1207
|
|
2
|
-
xhs_note_extractor/_version.py,sha256=59jjKBtTUi_9u6FVZcIpQEDYjyAaqdxzqXyuRuFYKPE,720
|
|
3
|
-
xhs_note_extractor/cli.py,sha256=F5phl4HqnzEe_vTS8vpio_KcZNx4cxmXJnYcQ1FgMbA,2693
|
|
4
|
-
xhs_note_extractor/extractor.py,sha256=NwYWtgU8lX53OVmfHzpLeSWEpZv0mH3UcLcw4K-1Oj4,21136
|
|
5
|
-
xhs_note_extractor/utils.py,sha256=mOVoLknlflzv7aCjXdmeNniQ7P6WNUcjSKjCm8uwFNk,14364
|
|
6
|
-
xhs_note_extractor-0.1.dev6.dist-info/licenses/LICENSE,sha256=VFtWajKKKkgOoX3cMb2upEjsQmDpU85ymhom2bYY_oI,1069
|
|
7
|
-
xhs_note_extractor-0.1.dev6.dist-info/METADATA,sha256=6XtFTabTgXrg7np6dVLtWAn0u5C_rmC10eJ9WYfukyA,5525
|
|
8
|
-
xhs_note_extractor-0.1.dev6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
-
xhs_note_extractor-0.1.dev6.dist-info/entry_points.txt,sha256=1IG34snKfX2pzpLSeDXHqlSVSH8p7bf3eaKQfcwGDk4,60
|
|
10
|
-
xhs_note_extractor-0.1.dev6.dist-info/top_level.txt,sha256=at3SqTdQr3DWMFCL5KM0Ofo_LE88WqADjh8MeFLwwO0,19
|
|
11
|
-
xhs_note_extractor-0.1.dev6.dist-info/RECORD,,
|
|
File without changes
|
{xhs_note_extractor-0.1.dev6.dist-info → xhs_note_extractor-0.1.4.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{xhs_note_extractor-0.1.dev6.dist-info → xhs_note_extractor-0.1.4.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|