hh-applicant-tool 1.4.12__py3-none-any.whl → 1.5.7__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.
- hh_applicant_tool/__main__.py +1 -1
- hh_applicant_tool/ai/__init__.py +1 -0
- hh_applicant_tool/ai/openai.py +28 -12
- hh_applicant_tool/api/client.py +11 -7
- hh_applicant_tool/main.py +57 -31
- hh_applicant_tool/operations/apply_similar.py +12 -6
- hh_applicant_tool/operations/authorize.py +24 -12
- hh_applicant_tool/operations/clear_negotiations.py +0 -1
- hh_applicant_tool/operations/query.py +2 -2
- hh_applicant_tool/operations/refresh_token.py +9 -2
- hh_applicant_tool/operations/whoami.py +2 -2
- hh_applicant_tool/storage/models/base.py +5 -0
- hh_applicant_tool/storage/models/contacts.py +15 -1
- hh_applicant_tool/storage/queries/schema.sql +1 -1
- hh_applicant_tool/storage/utils.py +7 -1
- hh_applicant_tool/utils/log.py +2 -2
- hh_applicant_tool/utils/mixins.py +9 -28
- hh_applicant_tool/utils/string.py +15 -0
- hh_applicant_tool/utils/terminal.py +102 -0
- {hh_applicant_tool-1.4.12.dist-info → hh_applicant_tool-1.5.7.dist-info}/METADATA +247 -82
- {hh_applicant_tool-1.4.12.dist-info → hh_applicant_tool-1.5.7.dist-info}/RECORD +23 -23
- {hh_applicant_tool-1.4.12.dist-info → hh_applicant_tool-1.5.7.dist-info}/WHEEL +1 -1
- {hh_applicant_tool-1.4.12.dist-info → hh_applicant_tool-1.5.7.dist-info}/entry_points.txt +0 -0
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
hh_applicant_tool/__init__.py,sha256=ic_GIg9QtlrtgbXEDdhFg3J52VJRRu_OoEsFoRmZ_wk,34
|
|
2
|
-
hh_applicant_tool/__main__.py,sha256=
|
|
3
|
-
hh_applicant_tool/ai/__init__.py,sha256=
|
|
2
|
+
hh_applicant_tool/__main__.py,sha256=cwKJAAML0RRKT9Qbzcwf07HHcuSd8oh7kx4P1apndWQ,84
|
|
3
|
+
hh_applicant_tool/ai/__init__.py,sha256=Hi54kFAx4-7NwtLN_GiLNGEVO34yXFuiGNvvc-8AIc8,44
|
|
4
4
|
hh_applicant_tool/ai/base.py,sha256=wrccJEO5FNfW6LQTj-pLZAu0VCcs8QXdzf74erBuTew,35
|
|
5
|
-
hh_applicant_tool/ai/openai.py,sha256=
|
|
5
|
+
hh_applicant_tool/ai/openai.py,sha256=DRwZcSwnKyrKvCs7-SO6Y567CgJVhPb4d5lzYOdns24,2213
|
|
6
6
|
hh_applicant_tool/api/__init__.py,sha256=HJtIt4Mp4poqRdHwxsLF0DzD_pC6z1Kk25GfKm6rfOo,152
|
|
7
|
-
hh_applicant_tool/api/client.py,sha256=
|
|
7
|
+
hh_applicant_tool/api/client.py,sha256=atFYeDRXG7W8CQhvwHr9H_et0SpuRZf679Xx_K6km-A,9790
|
|
8
8
|
hh_applicant_tool/api/client_keys.py,sha256=LsMdYNaGNMUV9kvUBqGBd-oMwuUyyLkObOU_wfEnNMQ,491
|
|
9
9
|
hh_applicant_tool/api/datatypes.py,sha256=m5oorneUkc-B1031mGU8cWRDC2X-IaszLiZwHahr_rc,6093
|
|
10
10
|
hh_applicant_tool/api/errors.py,sha256=I-b_MriyjlGMnAvCRNu0pbPxpuWRUwCf5bqWfq7kwAE,3500
|
|
11
11
|
hh_applicant_tool/api/user_agent.py,sha256=ZbbaGcLSrMyP7ATtHPCxIrTFSR4MAjpvDfqZR9YtcVE,504
|
|
12
|
-
hh_applicant_tool/main.py,sha256=
|
|
12
|
+
hh_applicant_tool/main.py,sha256=cyTeN-NLR4-WAQOIJdMcp0kOFQ0hTu1fb8uHezu73ls,11367
|
|
13
13
|
hh_applicant_tool/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
-
hh_applicant_tool/operations/apply_similar.py,sha256=
|
|
15
|
-
hh_applicant_tool/operations/authorize.py,sha256=
|
|
14
|
+
hh_applicant_tool/operations/apply_similar.py,sha256=3374SbsdeVPw8ObLQk_P78sBTkcBy0Ilvf5L3EK1sYM,23102
|
|
15
|
+
hh_applicant_tool/operations/authorize.py,sha256=gYoo8RQRipt8QhROfZ0g6kvQVZTr-TOwVvT1Gg2fJ1E,12979
|
|
16
16
|
hh_applicant_tool/operations/call_api.py,sha256=J15RLJIIYmoaHL8icNKVvSlDuqovjXOujFaZXTc7CMY,1489
|
|
17
17
|
hh_applicant_tool/operations/check_proxy.py,sha256=HUbDN_CacFEQLGq8B2SBZ_F7-appdMeIrblFrxvt5MI,777
|
|
18
|
-
hh_applicant_tool/operations/clear_negotiations.py,sha256=
|
|
18
|
+
hh_applicant_tool/operations/clear_negotiations.py,sha256=b6ftjh1VMnHICFTsSZU1K2ap9GItoiuGJ7m1pGlV6RQ,4210
|
|
19
19
|
hh_applicant_tool/operations/config.py,sha256=eNQik_sBobrNMBB3tZ2tuCveCqH-XCub26WInd6GYT0,4725
|
|
20
20
|
hh_applicant_tool/operations/install.py,sha256=e626LnUB5OVsZ1M6cMXfW94hSlN9BDwPfKYcXMtPEgc,794
|
|
21
21
|
hh_applicant_tool/operations/list_resumes.py,sha256=Xf_Hf1B6cu8OGbGUZcI-hUT7QQXHJtRuA3KSMMcpRNk,1227
|
|
22
22
|
hh_applicant_tool/operations/log.py,sha256=VwnKYDYOOMJKZPGe3X2auo89rAIdbR_7KzXzbt4ve7Y,2542
|
|
23
23
|
hh_applicant_tool/operations/migrate_db.py,sha256=CMWpkhnvJvyGb4QSrtfxrWfEehmHyZ_flevMMgobkfI,2073
|
|
24
|
-
hh_applicant_tool/operations/query.py,sha256
|
|
25
|
-
hh_applicant_tool/operations/refresh_token.py,sha256=
|
|
24
|
+
hh_applicant_tool/operations/query.py,sha256=-VUhko4lMAfODL2nIL1un6gS9q1MqBtOsTIuLrmgvf4,3707
|
|
25
|
+
hh_applicant_tool/operations/refresh_token.py,sha256=HA9Aeq6W-fkxABKNbW89clePAqkcmWvMsPmVlp-iLbM,1061
|
|
26
26
|
hh_applicant_tool/operations/reply_employers.py,sha256=zOzJr0Jlu4JM36u-xTadvKvldbTFpsLrTlRWJUzo64g,13481
|
|
27
27
|
hh_applicant_tool/operations/settings.py,sha256=_dZ-EOypRf8gLQx8PGH_LvFned5UVA5bn3s1gKcYcvI,2918
|
|
28
28
|
hh_applicant_tool/operations/uninstall.py,sha256=IfFTCzvMT1FfoVj-yvIXwa-UaxV5ai8mmRs9hVDiWa4,626
|
|
29
29
|
hh_applicant_tool/operations/update_resumes.py,sha256=_YgQvfEapwsqHIXeo6X_Z4WYr1O17mhr5_jCd5h_0co,1253
|
|
30
|
-
hh_applicant_tool/operations/whoami.py,sha256=
|
|
30
|
+
hh_applicant_tool/operations/whoami.py,sha256=N8Mez4nSzLVw442ZSAmFiBP69M9T-cd_2E86xXAT8Vs,1688
|
|
31
31
|
hh_applicant_tool/storage/__init__.py,sha256=lj5dMbmk5y3j050VYNp_No9cPVAEr_J3T6MXGC9y__Y,168
|
|
32
32
|
hh_applicant_tool/storage/facade.py,sha256=CnAKKp7wJOHqORPBUEzK-26A6xl3U_bOfgceYeFJ4B0,907
|
|
33
33
|
hh_applicant_tool/storage/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
|
-
hh_applicant_tool/storage/models/base.py,sha256=
|
|
35
|
-
hh_applicant_tool/storage/models/contacts.py,sha256=
|
|
34
|
+
hh_applicant_tool/storage/models/base.py,sha256=UC-dQaHRUWCBvZ3tqXDTxMmOcT6Vdy1T_a9aw91ICGQ,5671
|
|
35
|
+
hh_applicant_tool/storage/models/contacts.py,sha256=P9d5mtvKClBZzP0VEz9SRvKNd3ZH3O5lJ8983KgR6T0,1624
|
|
36
36
|
hh_applicant_tool/storage/models/employer.py,sha256=QH9F-SIUWweeHZzWoptgIdlFQy4wxqakLmpVs7Fg9nI,344
|
|
37
37
|
hh_applicant_tool/storage/models/negotiation.py,sha256=HSSXD2YMvaVkNqHBLmFxVcpbpOpQzaCPraL-7j7m7Fk,454
|
|
38
38
|
hh_applicant_tool/storage/models/resume.py,sha256=R3FcVhlUvG-5K23OvLtOWbf0zGQLx7Nods25L6xq-1c,548
|
|
39
39
|
hh_applicant_tool/storage/models/setting.py,sha256=DIRvW1IX-1E3Af-JJY8RZwxn-E39OSHHwNDk-N4Yh-4,123
|
|
40
40
|
hh_applicant_tool/storage/models/vacancy.py,sha256=97OkoCh6kvjRuQoKYRGAHJE9L1ncELL427L-TXcnqbA,1097
|
|
41
41
|
hh_applicant_tool/storage/queries/migrations/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
42
|
-
hh_applicant_tool/storage/queries/schema.sql,sha256=
|
|
42
|
+
hh_applicant_tool/storage/queries/schema.sql,sha256=7fZULEukzUkorIajSsavHNAPPZs9Xr7Tl91N0eFJMFs,4274
|
|
43
43
|
hh_applicant_tool/storage/repositories/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
44
|
hh_applicant_tool/storage/repositories/base.py,sha256=DMcxh5K7OvKLHi2PkyfLe1Cz4Hfd4gzrUCsOqdduh18,7176
|
|
45
45
|
hh_applicant_tool/storage/repositories/contacts.py,sha256=zUbGdgc-oD6nDDk0KfJnNVSZSlJU7iWGA0JOyxAcH5U,343
|
|
@@ -49,7 +49,7 @@ hh_applicant_tool/storage/repositories/negotiations.py,sha256=jGw8k3FAZqAq9ltvUD
|
|
|
49
49
|
hh_applicant_tool/storage/repositories/resumes.py,sha256=-k9F_sPvkSSR75vGudhhKdQcgP_TYLra-xi3YiUZY_k,202
|
|
50
50
|
hh_applicant_tool/storage/repositories/settings.py,sha256=puidy8aDfp0zWINbF-vzxUIYfHtSczqEc3flSXFPYqE,835
|
|
51
51
|
hh_applicant_tool/storage/repositories/vacancies.py,sha256=EIWrxykKDJu3ueOKn-MTZfNtVO83-PeQSPvJkX2s5N4,209
|
|
52
|
-
hh_applicant_tool/storage/utils.py,sha256=
|
|
52
|
+
hh_applicant_tool/storage/utils.py,sha256=3P9yPSJL0RDusTWRbx6Sp6y4NHdm8CKhpG7n12rD9zk,1410
|
|
53
53
|
hh_applicant_tool/utils/__init__.py,sha256=-GZwAZSYGLO5D8Gzmdqlo1CrBjCx6l-lfTAs44olNdU,757
|
|
54
54
|
hh_applicant_tool/utils/attrdict.py,sha256=wlbow24rovk9kZ0lc0xA4ULlgZ-UWj4GUAmZhAbW9Wg,155
|
|
55
55
|
hh_applicant_tool/utils/binpack.py,sha256=qW55IPleip_wi1GyNBhPwCYP3GGQzi8BASGKD3sOIw8,4658
|
|
@@ -57,12 +57,12 @@ hh_applicant_tool/utils/config.py,sha256=4npQLjhi5d89gEebYjoFq16jTO8-Q4RMMwvVgRn
|
|
|
57
57
|
hh_applicant_tool/utils/date.py,sha256=foPghTLlgThL-oiMu_LedaG8KS5IMfjGo1wsrAanhPM,456
|
|
58
58
|
hh_applicant_tool/utils/json.py,sha256=uW5Ajdv_IYCfVRHJiUVjQnb5nI7XRMva-s3QcVWruvY,1701
|
|
59
59
|
hh_applicant_tool/utils/jsonc.py,sha256=WATp8MeKglEI6MRdXWBmqvW3q8IRNpt7UPjAKIf5VBs,4072
|
|
60
|
-
hh_applicant_tool/utils/log.py,sha256
|
|
60
|
+
hh_applicant_tool/utils/log.py,sha256=-ImMHYIc_pZ7LY7m-oui3dYFeKcip5z-bL8MX0OQDzU,4098
|
|
61
61
|
hh_applicant_tool/utils/misc.py,sha256=BW0oUEozsMS8WBBIH6y-lUC_MBkuwhO2zbL0nM_Fi50,238
|
|
62
|
-
hh_applicant_tool/utils/mixins.py,sha256=
|
|
63
|
-
hh_applicant_tool/utils/string.py,sha256=
|
|
64
|
-
hh_applicant_tool/utils/terminal.py,sha256=
|
|
65
|
-
hh_applicant_tool-1.
|
|
66
|
-
hh_applicant_tool-1.
|
|
67
|
-
hh_applicant_tool-1.
|
|
68
|
-
hh_applicant_tool-1.
|
|
62
|
+
hh_applicant_tool/utils/mixins.py,sha256=6w8DrrxONDm6xC8VgJBWHo8Shv43tzNo5ORQFbN-LjI,6841
|
|
63
|
+
hh_applicant_tool/utils/string.py,sha256=AOsldd2k_K_kwiGWq2XoVv2qypnKmfj8GzW_wLoPMxU,841
|
|
64
|
+
hh_applicant_tool/utils/terminal.py,sha256=dmdzysWZGAF6nLxV7tdFY9Q7JJLt8glBPT1HBgo-l9c,4229
|
|
65
|
+
hh_applicant_tool-1.5.7.dist-info/METADATA,sha256=4sCsnuxz2TU3K_mxXby2qP5L82YcUM1mz_vyGiVUZoU,53665
|
|
66
|
+
hh_applicant_tool-1.5.7.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
|
|
67
|
+
hh_applicant_tool-1.5.7.dist-info/entry_points.txt,sha256=Vb7M2YaYLMtKYJZh8chIrXZApMzSRFT1-rQw-U9r10g,65
|
|
68
|
+
hh_applicant_tool-1.5.7.dist-info/RECORD,,
|
|
File without changes
|