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.2.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

propar-1.0.2-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: propar-1.0.2.tar.gz
  • Upload date:
  • Size: 8.9 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.2.tar.gz
Algorithm Hash digest
SHA256 d0022b77dcae0557325b0837a04e7b9736a42806cfebecaf16900b0ef9c5aad4
MD5 5209595ae6e3ff51dab75bb9c340d912
BLAKE2b-256 bd7583ad5bae01cf0c1305c5c9b6db701f9ae116359f67fe799ad5798ed6495e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: propar-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.9 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 eb6c9ac1905556806e133f01833114a00323831e19f7bb977f55d8d5de20cc02
MD5 633d416aba5c0f1d202015009ba29655
BLAKE2b-256 867d3fa0c71f5032fb1f910f7106e5b1f2ec0b56348b4e7a928dd572b094742f

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