Python command-line parsing library
Project description
The argparse module makes it easy to write user friendly command line interfaces.
The program defines what arguments it requires, and argparse will figure out how to parse those out of sys.argv. The argparse module also automatically generates help and usage messages and issues errors when users give the program invalid arguments.
As of Python >= 2.7 and >= 3.2, the argparse module is maintained within the Python standard library. For users who still need to support Python < 2.7 or < 3.2, it is also provided as a separate package, which tries to stay compatible with the module in the standard library, but also supports older Python versions.
Also, we can fix bugs here for users who are stuck on some non-current python version, like e.g. 3.2.3 (which has bugs that were fixed in a later 3.2.x release).
Bugs
If you find a bug in argparse (pypi), please try to reproduce it with latest python 2.7 and 3.4 (and use argparse from stdlib).
If it happens there also, please file a bug in the python.org issue tracker. If it does not happen there, file a bug in the argparse package issue tracker.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyuserox-0.0.2.tar.gz.
File metadata
- Download URL: pyuserox-0.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad1bbeb2edc7b19e42803f3f9ec574fd91b8d6f3f9ed93eb21007a7c3fc7965b
|
|
| MD5 |
dc054b30f427ed852d8f38a9332bec3f
|
|
| BLAKE2b-256 |
63cbb473e932e4d23e24be8c3821c7ea0af8cee246fc95d5faaffd10db1ff0ab
|
File details
Details for the file pyuserox-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pyuserox-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48d3ae81794e02b03daa67a5703a0844ac892f6bf5ef488cd738e535462ab867
|
|
| MD5 |
bbe40f3288b081f2ab4df23ebfd8a348
|
|
| BLAKE2b-256 |
7056126d84efd5916ad063c90434843e881b2ca7f11eee576c56f5c19c111d33
|