Package : python-argparse > RPM : python-argparse-1.4.0-10.mga10.src.rpm

Basic items

Name python-argparse
Version 1.4.0
Release 10.mga10
URL https://github.com/ThomasWaldmann/argparse/
Group Development/Python
Summary Python command-line parsing library
Size 77KB
Arch noarch
License Python Software Foundation License

Description

The argparse module makes writing command line tools in Python easy.
Just briefly describe your command line interface and argparse will
take care of the rest, including:

* parsing the arguments and flags from ``sys.argv``
* converting arg strings into objects for your program
* formatting and printing any help messages
* and much more ...

For those familiar with the optparse module from the Python standard
library, argparse improves on this module in a number of ways,
including:

* handling positional arguments
* supporting sub-commands
* allowing alternative option prefixes like ``+`` and ``/``
* handling zero-or-more and one-or-more style arguments
* producing more informative usage messages
* providing a much simpler interface for custom types and actions

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2023-12-09 04:47:15
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie