Skip to main content

Executes a command, allows confirmation to be sent using p/wexpect

Project description

shellexecute

Linting

MacOS_Tests Ubuntu_Tests Win_Tests

pip install shellexecute

from shellexecute import execute
rtn = execute(
    f"echo HI",
    send_confirmation=[("HI", "y")],
)

Cross platform way to run shell commands using pexpect (wexpect on windows). VERY useful for installers where you want to automate accepting prompts.

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.

Versions

  • 1.0.5: Fix coloram issue in non windows builds.
  • 1.0.4: Timeout is now set to None by default.

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

shellexecute-1.0.5.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

shellexecute-1.0.5-py2.py3-none-any.whl (3.5 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