bcmd 0.6.3__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.
- {bcmd-0.6.3 → bcmd-0.6.4}/PKG-INFO +2 -2
- {bcmd-0.6.3 → bcmd-0.6.4}/bcmd.egg-info/PKG-INFO +2 -2
- bcmd-0.6.4/bcmd.egg-info/SOURCES.txt +31 -0
- bcmd-0.6.4/bcmd.egg-info/entry_points.txt +2 -0
- {bcmd-0.6.3 → bcmd-0.6.4}/bcmd.egg-info/requires.txt +1 -1
- bcmd-0.6.4/bcmd.egg-info/top_level.txt +1 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/common/func.py +1 -1
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/lib.py +2 -2
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/upgrade.py +1 -1
- {bcmd-0.6.3 → bcmd-0.6.4}/pyproject.toml +6 -3
- bcmd-0.6.3/bcmd/resources/project/.gitignore +0 -3
- bcmd-0.6.3/bcmd/resources/project/.vscode/launch.json +0 -15
- bcmd-0.6.3/bcmd/resources/project/.vscode/settings.json +0 -11
- bcmd-0.6.3/bcmd/resources/project/.vscode/tasks.json +0 -68
- bcmd-0.6.3/bcmd.egg-info/SOURCES.txt +0 -35
- bcmd-0.6.3/bcmd.egg-info/entry_points.txt +0 -2
- bcmd-0.6.3/bcmd.egg-info/top_level.txt +0 -1
- {bcmd-0.6.3 → bcmd-0.6.4}/MANIFEST.in +0 -0
- {bcmd-0.6.3 → bcmd-0.6.4}/README.md +0 -0
- {bcmd-0.6.3 → bcmd-0.6.4}/bcmd.egg-info/dependency_links.txt +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/__init__.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/common/__init__.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/common/password.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/main.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/resources/project/main.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/__init__.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/bin.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/code.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/crypto.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/debian.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/download.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/image.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/json.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/math.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/mirror.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/pdf.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/proxy.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/time.py +0 -0
- {bcmd-0.6.3/bcmd → bcmd-0.6.4/bcmdx}/tasks/wasabi.py +0 -0
- {bcmd-0.6.3 → 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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 @@
|
|
|
1
|
+
bcmdx
|
|
@@ -54,5 +54,5 @@ async def build(
|
|
|
54
54
|
*list(path.glob('*.egg-info'))
|
|
55
55
|
)
|
|
56
56
|
with bpath.changePath(path):
|
|
57
|
-
await brun.run(f'uv build'
|
|
58
|
-
await brun.run(f'uv publish -u {user} -p {pwd}'
|
|
57
|
+
await brun.run(f'uv build')
|
|
58
|
+
await brun.run(f'uv publish -u {user} -p {pwd}')
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
[project]
|
|
5
5
|
name = 'bcmd'
|
|
6
|
-
version = '0.6.
|
|
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.
|
|
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 = '
|
|
36
|
+
beni = 'bcmdx.main:run'
|
|
37
|
+
|
|
38
|
+
[tool.uv]
|
|
39
|
+
package = true
|
|
37
40
|
|
|
38
41
|
# 使用默认镜像地址
|
|
39
42
|
[[tool.uv.index]]
|
|
@@ -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,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 +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
|
|
File without changes
|