Skip to main content

Run terminal commands easily!

Project description

Donations

It takes me a long time to make these libraries. If you would like to support my work, Then you can follow my patreon :)

https://www.patreon.com/Schkimansky

Library

This is a easy to use python library that allows you to run terminal commands easily.

import propar
result = propar.run_command('echo Hello, MG?')
print(result)

Installation

pip install propar

Documentation

There are only 2 functions:

run_command(command: str, timeout=None, get_both_output_and_errors=False, get_return_code=False)
run_commands(commands_array: list[str], timeout=None, get_both_output_and_errors=False, get_return_code=False)

Run_command takes a command as a string and then runs it. The return value of the function depends on the parameters. For example, In this case the return value will be the text that you get when you run the command manually in the terminal.

result = run_command("mkdir NewFolder") # If this command gets a error, it will return the error. However if theres no error, Then it will just return the text you get when you execute that command manually.

However, you can put a timeout parameter to stop the function once it takes too long (defined in seconds)

Also, theres the run_commands function. Its the same as run_command but this time it runs multiple commands.

Thats pretty much all, This can be used as a alternative to CMake. And is more powerfull, easier, extensible, simpler, reliable

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

propar-1.0.3.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

propar-1.0.3-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file propar-1.0.3.tar.gz.

File metadata

  • Download URL: propar-1.0.3.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for propar-1.0.3.tar.gz
Algorithm Hash digest
SHA256 ac797428d116cc0bc69713604b4f33888ae8bee869b8215ad2d6a20a7aa4be04
MD5 70838b1a43885a232666c4ae4c3b2532
BLAKE2b-256 97b131bcef85f9a76d3bae9998a4f24a66db6f5ce1ff85f984a923e2272889e5

See more details on using hashes here.

File details

Details for the file propar-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: propar-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for propar-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f68119e586624d503674d77e6b0f4f2d87dee6c0c7506ce7d89ba990a59ead8f
MD5 8b35afbadb49f673e3818cfa3b8fa4a1
BLAKE2b-256 1dbe868c69c88f215f04a4b011caf33bf0e7d582d739579a3ec458c3945dfb07

See more details on using hashes here.

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