pymecli 0.3.9__tar.gz → 0.4.0__tar.gz

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.
Files changed (43) hide show
  1. {pymecli-0.3.9 → pymecli-0.4.0}/PKG-INFO +1 -1
  2. {pymecli-0.3.9 → pymecli-0.4.0}/data/template.yaml +2 -2
  3. {pymecli-0.3.9 → pymecli-0.4.0}/pyproject.toml +1 -1
  4. {pymecli-0.3.9 → pymecli-0.4.0}/.gitignore +0 -0
  5. {pymecli-0.3.9 → pymecli-0.4.0}/README.md +0 -0
  6. {pymecli-0.3.9 → pymecli-0.4.0}/api/__init__.py +0 -0
  7. {pymecli-0.3.9 → pymecli-0.4.0}/api/v1/__init__.py +0 -0
  8. {pymecli-0.3.9 → pymecli-0.4.0}/api/v1/clash.py +0 -0
  9. {pymecli-0.3.9 → pymecli-0.4.0}/api/v1/redis.py +0 -0
  10. {pymecli-0.3.9 → pymecli-0.4.0}/cli/__init__.py +0 -0
  11. {pymecli-0.3.9 → pymecli-0.4.0}/cli/baidu.py +0 -0
  12. {pymecli-0.3.9 → pymecli-0.4.0}/cli/bitget.py +0 -0
  13. {pymecli-0.3.9 → pymecli-0.4.0}/cli/example.py +0 -0
  14. {pymecli-0.3.9 → pymecli-0.4.0}/cli/fast.py +0 -0
  15. {pymecli-0.3.9 → pymecli-0.4.0}/cli/gate.py +0 -0
  16. {pymecli-0.3.9 → pymecli-0.4.0}/cli/redis_csv.py +0 -0
  17. {pymecli-0.3.9 → pymecli-0.4.0}/cli/util.py +0 -0
  18. {pymecli-0.3.9 → pymecli-0.4.0}/core/__init__.py +0 -0
  19. {pymecli-0.3.9 → pymecli-0.4.0}/core/clash.py +0 -0
  20. {pymecli-0.3.9 → pymecli-0.4.0}/core/config.py +0 -0
  21. {pymecli-0.3.9 → pymecli-0.4.0}/core/redis_client.py +0 -0
  22. {pymecli-0.3.9 → pymecli-0.4.0}/crypto/__init__.py +0 -0
  23. {pymecli-0.3.9 → pymecli-0.4.0}/crypto/bitget.py +0 -0
  24. {pymecli-0.3.9 → pymecli-0.4.0}/crypto/gate.py +0 -0
  25. {pymecli-0.3.9 → pymecli-0.4.0}/data/__init__.py +0 -0
  26. {pymecli-0.3.9 → pymecli-0.4.0}/data/dou_dict.py +0 -0
  27. {pymecli-0.3.9 → pymecli-0.4.0}/data/dou_list.py +0 -0
  28. {pymecli-0.3.9 → pymecli-0.4.0}/data/main.py +0 -0
  29. {pymecli-0.3.9 → pymecli-0.4.0}/models/__init__.py +0 -0
  30. {pymecli-0.3.9 → pymecli-0.4.0}/models/douzero_model.py +0 -0
  31. {pymecli-0.3.9 → pymecli-0.4.0}/models/ocr_model.py +0 -0
  32. {pymecli-0.3.9 → pymecli-0.4.0}/models/response.py +0 -0
  33. {pymecli-0.3.9 → pymecli-0.4.0}/utils/__init__.py +0 -0
  34. {pymecli-0.3.9 → pymecli-0.4.0}/utils/elapsed.py +0 -0
  35. {pymecli-0.3.9 → pymecli-0.4.0}/utils/helper.py +0 -0
  36. {pymecli-0.3.9 → pymecli-0.4.0}/utils/logger.py +0 -0
  37. {pymecli-0.3.9 → pymecli-0.4.0}/utils/mysql.py +0 -0
  38. {pymecli-0.3.9 → pymecli-0.4.0}/utils/path.py +0 -0
  39. {pymecli-0.3.9 → pymecli-0.4.0}/utils/pd.py +0 -0
  40. {pymecli-0.3.9 → pymecli-0.4.0}/utils/pyredis.py +0 -0
  41. {pymecli-0.3.9 → pymecli-0.4.0}/utils/sleep.py +0 -0
  42. {pymecli-0.3.9 → pymecli-0.4.0}/utils/text.py +0 -0
  43. {pymecli-0.3.9 → pymecli-0.4.0}/utils/toml.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pymecli
3
- Version: 0.3.9
3
+ Version: 0.4.0
4
4
  Summary: My CLI
5
5
  Project-URL: Homepage, https://pypi.org/project/pymecli
6
6
  Project-URL: Repository, https://github.com/meme2046/pymecli
@@ -20,7 +20,7 @@ dns:
20
20
  respect-rules: false # 是否让 DNS 解析遵循路由规则
21
21
  use-hosts: true # 启用本地 hosts
22
22
  use-system-hosts: true # 启用系统 hosts
23
- ipv6: true # 禁用 IPv6 DNS 解析
23
+ ipv6: false
24
24
  fake-ip-filter:
25
25
  - "*.lan"
26
26
  - "*.local"
@@ -33,7 +33,7 @@ dns:
33
33
  - "*.msftncsi.com"
34
34
  - "www.msftconnecttest.com"
35
35
  - "ipv6.shuzilm.cn"
36
- default-nameserver:
36
+ default-nameserver: # 默认 DNS 服务器
37
37
  - "223.5.5.5" # 阿里云 DNS(国内)
38
38
  - "8.8.8.8" # Google DNS(国外)
39
39
  - "2400:3200::1" # 阿里云 IPv6 DNS
@@ -30,7 +30,7 @@
30
30
  name = "pymecli"
31
31
  readme = "README.md"
32
32
  requires-python = ">=3.10"
33
- version = "0.3.9"
33
+ version = "0.4.0"
34
34
 
35
35
  [project.urls]
36
36
  Homepage = "https://pypi.org/project/pymecli"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes