Metadata-Version: 2.4
Name: gsudo
Version: 0.0.1
Summary: Alias for zhmiscellanygsudo. Run Python as admin, SYSTEM, or TrustedInstaller on Windows.
Home-page: https://discord.gg/ThBBAuueVJ
Author: zh
Author-email: imnotgivingmyemailjustaddmeondiscordmydiscordisz_h_@zh.com
Project-URL: Bug Tracker, https://github.com/zen-ham/zhmiscellanygsudo/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: zhmiscellanygsudo>=0.6.5

`gsudo`
===

Alias of [`zhmiscellanygsudo`](https://pypi.org/project/zhmiscellanygsudo/) — a fully-featured Python wrapper for [gsudo](https://github.com/gerardog/gsudo) that lets a Python process re-launch itself as admin, SYSTEM, or TrustedInstaller while keeping its console.

This package is a shim. `pip install gsudo` pulls in `zhmiscellanygsudo` and re-exports everything under the shorter name. All functionality, docs and bug reports live in the parent package.

```py
import gsudo
print(gsudo.is_admin())
gsudo.rerun_as_admin(keep_same_console=True)
print("Hey, I'm running as admin now!")
```

`gsudo.admin_subprocess.Popen` / `.run` are also re-exported for drop-in `subprocess`-style usage.

Full docs: https://github.com/zen-ham/zhmiscellanygsudo
