pymecli 0.3.6__tar.gz → 0.3.7__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.6 → pymecli-0.3.7}/PKG-INFO +1 -1
  2. {pymecli-0.3.6 → pymecli-0.3.7}/cli/bitget.py +2 -2
  3. {pymecli-0.3.6 → pymecli-0.3.7}/cli/fast.py +1 -1
  4. {pymecli-0.3.6 → pymecli-0.3.7}/pyproject.toml +1 -1
  5. {pymecli-0.3.6 → pymecli-0.3.7}/.gitignore +0 -0
  6. {pymecli-0.3.6 → pymecli-0.3.7}/README.md +0 -0
  7. {pymecli-0.3.6 → pymecli-0.3.7}/api/__init__.py +0 -0
  8. {pymecli-0.3.6 → pymecli-0.3.7}/api/v1/__init__.py +0 -0
  9. {pymecli-0.3.6 → pymecli-0.3.7}/api/v1/clash.py +0 -0
  10. {pymecli-0.3.6 → pymecli-0.3.7}/api/v1/redis.py +0 -0
  11. {pymecli-0.3.6 → pymecli-0.3.7}/cli/__init__.py +0 -0
  12. {pymecli-0.3.6 → pymecli-0.3.7}/cli/baidu.py +0 -0
  13. {pymecli-0.3.6 → pymecli-0.3.7}/cli/example.py +0 -0
  14. {pymecli-0.3.6 → pymecli-0.3.7}/cli/gate.py +0 -0
  15. {pymecli-0.3.6 → pymecli-0.3.7}/cli/redis_csv.py +0 -0
  16. {pymecli-0.3.6 → pymecli-0.3.7}/cli/util.py +0 -0
  17. {pymecli-0.3.6 → pymecli-0.3.7}/core/__init__.py +0 -0
  18. {pymecli-0.3.6 → pymecli-0.3.7}/core/clash.py +0 -0
  19. {pymecli-0.3.6 → pymecli-0.3.7}/core/config.py +0 -0
  20. {pymecli-0.3.6 → pymecli-0.3.7}/core/redis_client.py +0 -0
  21. {pymecli-0.3.6 → pymecli-0.3.7}/crypto/__init__.py +0 -0
  22. {pymecli-0.3.6 → pymecli-0.3.7}/crypto/bitget.py +0 -0
  23. {pymecli-0.3.6 → pymecli-0.3.7}/crypto/gate.py +0 -0
  24. {pymecli-0.3.6 → pymecli-0.3.7}/data/__init__.py +0 -0
  25. {pymecli-0.3.6 → pymecli-0.3.7}/data/dou_dict.py +0 -0
  26. {pymecli-0.3.6 → pymecli-0.3.7}/data/dou_list.py +0 -0
  27. {pymecli-0.3.6 → pymecli-0.3.7}/data/main.py +0 -0
  28. {pymecli-0.3.6 → pymecli-0.3.7}/data/template.yaml +0 -0
  29. {pymecli-0.3.6 → pymecli-0.3.7}/models/__init__.py +0 -0
  30. {pymecli-0.3.6 → pymecli-0.3.7}/models/douzero_model.py +0 -0
  31. {pymecli-0.3.6 → pymecli-0.3.7}/models/ocr_model.py +0 -0
  32. {pymecli-0.3.6 → pymecli-0.3.7}/models/response.py +0 -0
  33. {pymecli-0.3.6 → pymecli-0.3.7}/utils/__init__.py +0 -0
  34. {pymecli-0.3.6 → pymecli-0.3.7}/utils/elapsed.py +0 -0
  35. {pymecli-0.3.6 → pymecli-0.3.7}/utils/helper.py +0 -0
  36. {pymecli-0.3.6 → pymecli-0.3.7}/utils/logger.py +0 -0
  37. {pymecli-0.3.6 → pymecli-0.3.7}/utils/mysql.py +0 -0
  38. {pymecli-0.3.6 → pymecli-0.3.7}/utils/path.py +0 -0
  39. {pymecli-0.3.6 → pymecli-0.3.7}/utils/pd.py +0 -0
  40. {pymecli-0.3.6 → pymecli-0.3.7}/utils/pyredis.py +0 -0
  41. {pymecli-0.3.6 → pymecli-0.3.7}/utils/sleep.py +0 -0
  42. {pymecli-0.3.6 → pymecli-0.3.7}/utils/text.py +0 -0
  43. {pymecli-0.3.6 → pymecli-0.3.7}/utils/toml.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pymecli
3
- Version: 0.3.6
3
+ Version: 0.3.7
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
@@ -44,7 +44,7 @@ def sync(
44
44
  def spot(
45
45
  symbols: str,
46
46
  proxy: str = typer.Option(
47
- None, "--proxy", "-p", help="代理服务器地址,例如: http://127.0.0.1:7890"
47
+ None, "--proxy", "-p", help="代理服务器地址,例如: http://127.0.0.1:7897"
48
48
  ),
49
49
  ):
50
50
  """
@@ -60,7 +60,7 @@ def spot(
60
60
  def mix(
61
61
  symbols: str,
62
62
  proxy: str = typer.Option(
63
- None, "--proxy", "-p", help="代理服务器地址,例如: http://127.0.0.1:7890"
63
+ None, "--proxy", "-p", help="代理服务器地址,例如: http://127.0.0.1:7897"
64
64
  ),
65
65
  ):
66
66
  """
@@ -151,7 +151,7 @@ def run_app(
151
151
  None,
152
152
  "--proxy",
153
153
  "-p",
154
- help="服务器代理,传入则通过代理转换Clash订阅,比如:socks5://127.0.0.1:7890",
154
+ help="服务器代理,传入则通过代理转换Clash订阅,比如:socks5://127.0.0.1:7897",
155
155
  ),
156
156
  ):
157
157
  clash_config = ClashConfig(rule, my_rule, proxy)
@@ -30,7 +30,7 @@
30
30
  name = "pymecli"
31
31
  readme = "README.md"
32
32
  requires-python = ">=3.10"
33
- version = "0.3.6"
33
+ version = "0.3.7"
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