Skip to main content

The missing sudo command for win32

Project description

sudo-win32

This missing sudo command for win32.

Linting

Usage

pip install sudo_win32[sudo]
sudo taskkill /F /im wslservice.exe

If you omit [sudo] then the command will just be sudo_win32.

Note that the command is recommended to be a string. If this isn't done, then the command will be concatenated using subprocess.list2cmdline.

If this package solves a problem in your life then you are obligated to give this repo a star. If you don't, then you are a bad person.

In this releae the stdout and stderr are not returned when elevating privledges.

How this works

I use powershell to raise permissions and then execute the command. The return value and stdout/stderr are returned.

Development

To develop software, run . ./activate.sh

Windows

This environment requires you to use git-bash.

Linting

Run ./lint.sh to find linting errors using pylint, flake8 and mypy.

Release Notes

  • 1.0.3 - The stdout/stderr are now correct re-routed back.
  • 1.0.2 - The return value of the command is now returned when elevating privledges.
  • 1.0.1 - Fixing the readme
  • 1.0.0 - Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sudo-win32-1.0.4.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

sudo_win32-1.0.4-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page