diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2021-02-27 20:28:21 +0800 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2021-02-27 20:28:21 +0800 |
commit | ae8f669d8f2119dc6eca4c451dada3dceede0b1a (patch) | |
tree | 982718e6b2478bb4d4295a921bef0a78aaa2bcef /textproc/Makefile | |
parent | 1869626c43dc5ed063e76dd9566b32fb278a8bad (diff) | |
download | freebsd-ports-gnome-ae8f669d8f2119dc6eca4c451dada3dceede0b1a.tar.gz freebsd-ports-gnome-ae8f669d8f2119dc6eca4c451dada3dceede0b1a.tar.zst freebsd-ports-gnome-ae8f669d8f2119dc6eca4c451dada3dceede0b1a.zip |
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library
in order to provide file matching and globbing that more closely
follows the features found in Bash. In some ways these libraries are
similar to Python's builtin libraries as they provide a similar
interface to match, filter, and glob the file system. But they also
include a number of features found in Bash's globbing such as
backslash escaping, brace expansion, extended glob pattern groups,
etc. They also add a number of new useful functions as well, such as
globmatch which functions like fnmatch, but for paths.
WWW: https://pypi.org/project/wcmatch/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6a92377fa124..98a51ed17360 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1447,6 +1447,7 @@ SUBDIR += py-ttp SUBDIR += py-ucl SUBDIR += py-ufal.udpipe + SUBDIR += py-wcmatch SUBDIR += py-whoosh SUBDIR += py-wordcloud SUBDIR += py-wordnet |