PyDidYouMean
A module to improve "file/command not found" error messages with "did you mean" suggestions.
Install with:
pip install pydidyoumean
Typical usage:
if FILE_NOT_FOUND:
pydidyoumean.printFileSuggestion(FILENAME) # if no suggested file is found in the cwd, this prints nothing
# prints out "Did you mean %s?\n" % (SUGGESTED_FILENAME)
if COMMAND_NOT_FOUND:
pydidyoumean.printSuggestion(CMD_NAME, LIST_OF_ALL_CMDS) # if no suggested command is found, this prints nothing
# prints out "Did you mean %s?\n" % (SUGGESTED_CMD)
There are several other functions and optional parameters for customizing the message or getting the recommendations. Docs are at https://pydidyoumean.readthedocs.org
Release files for PyDidYouMean 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| PyDidYouMean-0.1.3.tar.gz | 12.2 kB | Details |
Release files / PyDidYouMean-0.1.3.tar.gz
| Download URL | PyDidYouMean-0.1.3.tar.gz |
|---|---|
| Size | 12.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
797861e20df143f42614d29cce3630b1051f34de599a0bf2fa318a60f8026cc4
|
|
BLAKE2b-256 checksum How to use checksums |
091d7c958ca838bff8535d03fb5dcb3580f9c47920c22bdfb0fee5a50dd5a49d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.1
|