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 CHANGED
@@ -33,7 +33,7 @@ async def add(
33
33
 
34
34
  @app.command()
35
35
  @syncCall
36
- async def benimang(
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 base(
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 lock(
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目录后重新安装'),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: bcmd
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: Commands for Beni
5
5
  Author-email: Beni Mang <benimang@126.com>
6
6
  Maintainer-email: Beni Mang <benimang@126.com>
@@ -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=_KLzKnM-52D12iKPBiwVZmWWAg5mqwAC3q6ceN4di3s,7355
26
- bcmd-0.5.2.dist-info/METADATA,sha256=2ZzsiRUQPYEfT7FgI0YczhV7hK571awKQHjdVpK2r4w,474
27
- bcmd-0.5.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
28
- bcmd-0.5.2.dist-info/entry_points.txt,sha256=rHJrP6KEQpB-YaQqDFzEL2v88r03rxSfnzAayRvAqHU,39
29
- bcmd-0.5.2.dist-info/top_level.txt,sha256=-KrvhhtBcYsm4XhcjQvEcFbBB3VXeep7d3NIfDTrXKQ,5
30
- bcmd-0.5.2.dist-info/RECORD,,
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