Source: python-wcmatch
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/facelessuser/wcmatch/tags
Vcs-Browser: https://github.com/alvistack/facelessuser-wcmatch
Vcs-Git: https://github.com/alvistack/facelessuser-wcmatch.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-wcmatch
Architecture: all
Description: Wilcard File Name matching library 
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-bracex (>= 2.1.1),
