glob2
Version of the glob module that supports recursion via **, and can capture patterns.
Version of the glob module that supports recursion via **, and can capture patterns.
To install this package, run one of the following:
The glob module finds all the pathnames matching a specified pattern according to the rules used by the Unix shell, although results are returned in arbitrary order. No tilde expansion is done, but *, ?, and character ranges expressed with [] will be correctly matched.
Summary
Version of the glob module that supports recursion via **, and can capture patterns.
Last Updated
Aug 28, 2019 at 13:27
License
BSD-2-Clause
Total Downloads
114
Supported Platforms
GitHub Repository
https://github.com/miracle2k/python-glob2Documentation
https://docs.python.org/3/library/glob.html