File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616## Installation
1717
18- PowerCLI is ** not** available on PyPI.
19-
2018### Poetry
2119
2220``` console
23- poetry add git+https://github.com/phoenixr-codes/ powercli.git#stable
21+ poetry add powercli-python
2422```
2523
2624### uv
2725
2826``` console
29- uv add git+https://github.com/phoenixr-codes/ powercli.git --branch stable
27+ uv add powercli-python
3028```
3129
3230### Manual Installation
@@ -35,7 +33,7 @@ Add `powercli`
3533
3634``` toml
3735dependencies = [
38- " powercli @ git+https://github.com/phoenixr-codes/powercli.git#stable "
36+ " powercli-python "
3937]
4038```
4139
@@ -96,9 +94,3 @@ $ python3 -m powerdoc path/to/file.py --man | groff -T utf8 -man
9694
9795The built-in provided flags and commands make use of colored output respecting
9896the user's preference.
99-
100- ## Why is this not on PyPI?
101-
102- Development of this library paused in early 2024 and continued in early 2025.
103- Between these time frames, a library named ` powercli ` has been registered on
104- PyPI.
Original file line number Diff line number Diff line change 11[project ]
2- name = " PowerCLI "
2+ name = " powercli-python "
33version = " 0.1.0"
44authors = [{ name = " Jonas da Silva" }]
55description = " Build powerful command-line applications in Python"
You can’t perform that action at this time.
0 commit comments