bcmd 0.5.2__py3-none-any.whl → 0.5.3__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.
Potentially problematic release.
This version of bcmd might be problematic. Click here for more details.
- bcmd/tasks/venv.py +3 -3
- {bcmd-0.5.2.dist-info → bcmd-0.5.3.dist-info}/METADATA +1 -1
- {bcmd-0.5.2.dist-info → bcmd-0.5.3.dist-info}/RECORD +6 -6
- {bcmd-0.5.2.dist-info → bcmd-0.5.3.dist-info}/WHEEL +0 -0
- {bcmd-0.5.2.dist-info → bcmd-0.5.3.dist-info}/entry_points.txt +0 -0
- {bcmd-0.5.2.dist-info → bcmd-0.5.3.dist-info}/top_level.txt +0 -0
bcmd/tasks/venv.py
CHANGED
|
@@ -33,7 +33,7 @@ async def add(
|
|
|
33
33
|
|
|
34
34
|
@app.command()
|
|
35
35
|
@syncCall
|
|
36
|
-
async def
|
|
36
|
+
async def install_benimang(
|
|
37
37
|
path: Path = typer.Option(None, '--path', help='指定路径,默认当前目录'),
|
|
38
38
|
):
|
|
39
39
|
'更新 benimang 库,强制使用官方源'
|
|
@@ -46,7 +46,7 @@ async def benimang(
|
|
|
46
46
|
|
|
47
47
|
@app.command()
|
|
48
48
|
@syncCall
|
|
49
|
-
async def
|
|
49
|
+
async def install_base(
|
|
50
50
|
path: Path = typer.Option(None, '--path', help='指定路径,默认当前目录'),
|
|
51
51
|
isOfficial: bool = typer.Option(False, '--official', help='是否使用官方地址安装(https://pypi.org/simple)'),
|
|
52
52
|
isReinstall: bool = typer.Option(False, '--reinstall', help='是否清空venv目录后重新安装'),
|
|
@@ -62,7 +62,7 @@ async def base(
|
|
|
62
62
|
|
|
63
63
|
@app.command()
|
|
64
64
|
@syncCall
|
|
65
|
-
async def
|
|
65
|
+
async def install_lock(
|
|
66
66
|
path: Path = typer.Option(None, '--path', help='指定路径,默认当前目录'),
|
|
67
67
|
isOfficial: bool = typer.Option(False, '--official', help='是否使用官方地址安装(https://pypi.org/simple)'),
|
|
68
68
|
isReinstall: bool = typer.Option(False, '--reinstall', help='是否清空venv目录后重新安装'),
|
|
@@ -22,9 +22,9 @@ bcmd/tasks/mirror.py,sha256=nAe8NYftMKzht16MFBj7RqXwvVhR6Jh2uuAyJLh87og,1098
|
|
|
22
22
|
bcmd/tasks/project.py,sha256=73d5sxOD-Aqc5PwqV8FBzIfbyJjZ-juQad7JV43YZIE,948
|
|
23
23
|
bcmd/tasks/proxy.py,sha256=6ApGO2t61uF9NWaQ-VpsTwR1MoDXKmfQDCWXgcC-3UY,1454
|
|
24
24
|
bcmd/tasks/time.py,sha256=ZiqA1jdgl-TBtFSOxxP51nwv4g9iZItmkFKpf9MKelk,2453
|
|
25
|
-
bcmd/tasks/venv.py,sha256=
|
|
26
|
-
bcmd-0.5.
|
|
27
|
-
bcmd-0.5.
|
|
28
|
-
bcmd-0.5.
|
|
29
|
-
bcmd-0.5.
|
|
30
|
-
bcmd-0.5.
|
|
25
|
+
bcmd/tasks/venv.py,sha256=rhgKrk6w-F50qj9uN0E8RwZ0bUY1c_DMJjehh4wt-lE,7379
|
|
26
|
+
bcmd-0.5.3.dist-info/METADATA,sha256=L0e-vc55KkrojMY6mKWZ57HprqzTVx9lGxGrdCuh82U,474
|
|
27
|
+
bcmd-0.5.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
28
|
+
bcmd-0.5.3.dist-info/entry_points.txt,sha256=rHJrP6KEQpB-YaQqDFzEL2v88r03rxSfnzAayRvAqHU,39
|
|
29
|
+
bcmd-0.5.3.dist-info/top_level.txt,sha256=-KrvhhtBcYsm4XhcjQvEcFbBB3VXeep7d3NIfDTrXKQ,5
|
|
30
|
+
bcmd-0.5.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|