bcmd 0.6.2__tar.gz → 0.6.4__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.

Potentially problematic release.


This version of bcmd might be problematic. Click here for more details.

Files changed (40) hide show
  1. {bcmd-0.6.2 → bcmd-0.6.4}/PKG-INFO +2 -2
  2. {bcmd-0.6.2 → bcmd-0.6.4}/bcmd.egg-info/PKG-INFO +2 -2
  3. bcmd-0.6.4/bcmd.egg-info/SOURCES.txt +31 -0
  4. bcmd-0.6.4/bcmd.egg-info/entry_points.txt +2 -0
  5. {bcmd-0.6.2 → bcmd-0.6.4}/bcmd.egg-info/requires.txt +1 -1
  6. bcmd-0.6.4/bcmd.egg-info/top_level.txt +1 -0
  7. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/common/func.py +1 -1
  8. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/upgrade.py +1 -1
  9. {bcmd-0.6.2 → bcmd-0.6.4}/pyproject.toml +6 -3
  10. bcmd-0.6.2/bcmd/resources/project/.gitignore +0 -3
  11. bcmd-0.6.2/bcmd/resources/project/.vscode/launch.json +0 -15
  12. bcmd-0.6.2/bcmd/resources/project/.vscode/settings.json +0 -11
  13. bcmd-0.6.2/bcmd/resources/project/.vscode/tasks.json +0 -68
  14. bcmd-0.6.2/bcmd.egg-info/SOURCES.txt +0 -35
  15. bcmd-0.6.2/bcmd.egg-info/entry_points.txt +0 -2
  16. bcmd-0.6.2/bcmd.egg-info/top_level.txt +0 -1
  17. {bcmd-0.6.2 → bcmd-0.6.4}/MANIFEST.in +0 -0
  18. {bcmd-0.6.2 → bcmd-0.6.4}/README.md +0 -0
  19. {bcmd-0.6.2 → bcmd-0.6.4}/bcmd.egg-info/dependency_links.txt +0 -0
  20. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/__init__.py +0 -0
  21. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/common/__init__.py +0 -0
  22. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/common/password.py +0 -0
  23. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/main.py +0 -0
  24. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/resources/project/main.py +0 -0
  25. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/__init__.py +0 -0
  26. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/bin.py +0 -0
  27. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/code.py +0 -0
  28. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/crypto.py +0 -0
  29. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/debian.py +0 -0
  30. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/download.py +0 -0
  31. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/image.py +0 -0
  32. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/json.py +0 -0
  33. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/lib.py +0 -0
  34. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/math.py +0 -0
  35. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/mirror.py +0 -0
  36. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/pdf.py +0 -0
  37. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/proxy.py +0 -0
  38. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/time.py +0 -0
  39. {bcmd-0.6.2/bcmd → bcmd-0.6.4/bcmdx}/tasks/wasabi.py +0 -0
  40. {bcmd-0.6.2 → bcmd-0.6.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcmd
3
- Version: 0.6.2
3
+ Version: 0.6.4
4
4
  Summary: Commands for Beni
5
5
  Author-email: Beni Mang <benimang@126.com>
6
6
  Maintainer-email: Beni Mang <benimang@126.com>
@@ -8,7 +8,7 @@ Keywords: benimang,beni,bcmd
8
8
  Requires-Python: >=3.10
9
9
  Requires-Dist: aioconsole==0.8.1
10
10
  Requires-Dist: async-lru==2.0.5
11
- Requires-Dist: benimang==0.8.0
11
+ Requires-Dist: benimang==0.8.1
12
12
  Requires-Dist: cryptography==45.0.4
13
13
  Requires-Dist: nest-asyncio==1.6.0
14
14
  Requires-Dist: pillow==11.2.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcmd
3
- Version: 0.6.2
3
+ Version: 0.6.4
4
4
  Summary: Commands for Beni
5
5
  Author-email: Beni Mang <benimang@126.com>
6
6
  Maintainer-email: Beni Mang <benimang@126.com>
@@ -8,7 +8,7 @@ Keywords: benimang,beni,bcmd
8
8
  Requires-Python: >=3.10
9
9
  Requires-Dist: aioconsole==0.8.1
10
10
  Requires-Dist: async-lru==2.0.5
11
- Requires-Dist: benimang==0.8.0
11
+ Requires-Dist: benimang==0.8.1
12
12
  Requires-Dist: cryptography==45.0.4
13
13
  Requires-Dist: nest-asyncio==1.6.0
14
14
  Requires-Dist: pillow==11.2.1
@@ -0,0 +1,31 @@
1
+ MANIFEST.in
2
+ README.md
3
+ pyproject.toml
4
+ bcmd.egg-info/PKG-INFO
5
+ bcmd.egg-info/SOURCES.txt
6
+ bcmd.egg-info/dependency_links.txt
7
+ bcmd.egg-info/entry_points.txt
8
+ bcmd.egg-info/requires.txt
9
+ bcmd.egg-info/top_level.txt
10
+ bcmdx/__init__.py
11
+ bcmdx/main.py
12
+ bcmdx/common/__init__.py
13
+ bcmdx/common/func.py
14
+ bcmdx/common/password.py
15
+ bcmdx/resources/project/main.py
16
+ bcmdx/tasks/__init__.py
17
+ bcmdx/tasks/bin.py
18
+ bcmdx/tasks/code.py
19
+ bcmdx/tasks/crypto.py
20
+ bcmdx/tasks/debian.py
21
+ bcmdx/tasks/download.py
22
+ bcmdx/tasks/image.py
23
+ bcmdx/tasks/json.py
24
+ bcmdx/tasks/lib.py
25
+ bcmdx/tasks/math.py
26
+ bcmdx/tasks/mirror.py
27
+ bcmdx/tasks/pdf.py
28
+ bcmdx/tasks/proxy.py
29
+ bcmdx/tasks/time.py
30
+ bcmdx/tasks/upgrade.py
31
+ bcmdx/tasks/wasabi.py
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ beni = bcmdx.main:run
@@ -1,6 +1,6 @@
1
1
  aioconsole==0.8.1
2
2
  async-lru==2.0.5
3
- benimang==0.8.0
3
+ benimang==0.8.1
4
4
  cryptography==45.0.4
5
5
  nest-asyncio==1.6.0
6
6
  pillow==11.2.1
@@ -0,0 +1 @@
1
+ bcmdx
@@ -15,5 +15,5 @@ def checkPathOrNotExists(folder: Path):
15
15
 
16
16
  @contextmanager
17
17
  def useResources(name: str):
18
- with importlib.resources.path('bcmd.resources', name) as target:
18
+ with importlib.resources.path('bcmdx.resources', name) as target:
19
19
  yield target
@@ -11,7 +11,7 @@ app: Final = btask.app
11
11
  @app.command()
12
12
  @syncCall
13
13
  async def upgrade(
14
- name: str = typer.Argument('bcmd', help='要更新的包名'),
14
+ name: str = typer.Argument('bcmdx', help='要更新的包名'),
15
15
  ):
16
16
  '使用 pipx 官方源更新指定包到最新版本'
17
17
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  [project]
5
5
  name = 'bcmd'
6
- version = '0.6.2'
6
+ version = '0.6.4'
7
7
  description = 'Commands for Beni'
8
8
  requires-python = '>=3.10'
9
9
  keywords = ['benimang', 'beni', 'bcmd']
@@ -13,7 +13,7 @@ maintainers = [{ name = 'Beni Mang', email = 'benimang@126.com' }]
13
13
  dependencies = [
14
14
  "aioconsole==0.8.1",
15
15
  "async-lru==2.0.5",
16
- "benimang==0.8.0",
16
+ "benimang==0.8.1",
17
17
  "cryptography==45.0.4",
18
18
  "nest-asyncio==1.6.0",
19
19
  "pillow==11.2.1",
@@ -33,7 +33,10 @@ full = [
33
33
  ]
34
34
 
35
35
  [project.scripts]
36
- beni = 'bcmd.main:run'
36
+ beni = 'bcmdx.main:run'
37
+
38
+ [tool.uv]
39
+ package = true
37
40
 
38
41
  # 使用默认镜像地址
39
42
  [[tool.uv.index]]
@@ -1,3 +0,0 @@
1
- __pycache__
2
- *~$*
3
- venv/
@@ -1,15 +0,0 @@
1
- {
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
- "version": "0.2.0",
6
- "configurations": [
7
- {
8
- "name": "Python: main.py",
9
- "type": "debugpy",
10
- "request": "launch",
11
- // "console": "internalConsole",
12
- "program": "${workspaceFolder}/main.py"
13
- }
14
- ]
15
- }
@@ -1,11 +0,0 @@
1
- {
2
- "files.exclude": {
3
- ".pytest_cache": true,
4
- "**/__pycache__": true,
5
- ".gitignore": true,
6
- ".venv": true,
7
- ".venv-lock": true,
8
- "venv": true,
9
- },
10
- "python.defaultInterpreterPath": "${workspaceFolder}/venv/Scripts/python.exe",
11
- }
@@ -1,68 +0,0 @@
1
- {
2
- "version": "2.0.0",
3
- "tasks": [
4
- {
5
- "label": "git commit",
6
- "problemMatcher": [],
7
- "command": "TortoiseGitProc.exe",
8
- "args": [
9
- "/command:commit",
10
- "/path:${workspaceFolder}/",
11
- ],
12
- },
13
- {
14
- "label": "git commit file",
15
- "problemMatcher": [],
16
- "command": "TortoiseGitProc.exe",
17
- "args": [
18
- "/command:commit",
19
- "/path:${file}",
20
- ],
21
- },
22
- {
23
- "label": "git revert",
24
- "problemMatcher": [],
25
- "command": "TortoiseGitProc.exe",
26
- "args": [
27
- "/command:revert",
28
- "/path:${workspaceFolder}/",
29
- ],
30
- },
31
- {
32
- "label": "git revert file",
33
- "problemMatcher": [],
34
- "command": "TortoiseGitProc.exe",
35
- "args": [
36
- "/command:revert",
37
- "/path:${file}",
38
- ],
39
- },
40
- {
41
- "label": "git sync",
42
- "problemMatcher": [],
43
- "command": "TortoiseGitProc.exe",
44
- "args": [
45
- "/command:sync",
46
- "/path:${workspaceFolder}/",
47
- ],
48
- },
49
- {
50
- "label": "git log",
51
- "problemMatcher": [],
52
- "command": "TortoiseGitProc.exe",
53
- "args": [
54
- "/command:log",
55
- "/path:${workspaceFolder}/",
56
- ],
57
- },
58
- {
59
- "label": "git log file",
60
- "problemMatcher": [],
61
- "command": "TortoiseGitProc.exe",
62
- "args": [
63
- "/command:log",
64
- "/path:${file}",
65
- ],
66
- },
67
- ],
68
- }
@@ -1,35 +0,0 @@
1
- MANIFEST.in
2
- README.md
3
- pyproject.toml
4
- bcmd/__init__.py
5
- bcmd/main.py
6
- bcmd.egg-info/PKG-INFO
7
- bcmd.egg-info/SOURCES.txt
8
- bcmd.egg-info/dependency_links.txt
9
- bcmd.egg-info/entry_points.txt
10
- bcmd.egg-info/requires.txt
11
- bcmd.egg-info/top_level.txt
12
- bcmd/common/__init__.py
13
- bcmd/common/func.py
14
- bcmd/common/password.py
15
- bcmd/resources/project/.gitignore
16
- bcmd/resources/project/main.py
17
- bcmd/resources/project/.vscode/launch.json
18
- bcmd/resources/project/.vscode/settings.json
19
- bcmd/resources/project/.vscode/tasks.json
20
- bcmd/tasks/__init__.py
21
- bcmd/tasks/bin.py
22
- bcmd/tasks/code.py
23
- bcmd/tasks/crypto.py
24
- bcmd/tasks/debian.py
25
- bcmd/tasks/download.py
26
- bcmd/tasks/image.py
27
- bcmd/tasks/json.py
28
- bcmd/tasks/lib.py
29
- bcmd/tasks/math.py
30
- bcmd/tasks/mirror.py
31
- bcmd/tasks/pdf.py
32
- bcmd/tasks/proxy.py
33
- bcmd/tasks/time.py
34
- bcmd/tasks/upgrade.py
35
- bcmd/tasks/wasabi.py
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- beni = bcmd.main:run
@@ -1 +0,0 @@
1
- bcmd
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