Fedora Packages

python3-script

Help for writing shell scripts in Python

This module is mostly for folks who need to write a python script that will be run from the command line. You know, something that can parse command line arguments and run other external programs via the shell. The kind of script you can call with --help. Something that perhaps reads, copies, deletes, or otherwise manipulates files by their pathname. If any of these apply, perhaps this module is for you! A simple import script statement can provide your code with convenient command line parsing, "a la carte" --help documentation, useful path operations, shell command invocation with optional pipe redirection, and early run-time termination with exit status control. Read on for more. Cheers!

Releases Overview

Release Stable Testing
Fedora 38 1.7.2-29.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at python3-script dash maintainers at fedoraproject dot org.



Sources on Pagure