Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXZ
]
python-glob2 - Version of the glob module that can capture patterns and supports recursive wildcards
- Description:
This is an extended version of Python's builtin glob module (http://docs.python.org/library/glob.html) which adds:
- The ability to capture the text matched by glob patterns, and return those matches alongside the filenames.
- A recursive '**' globbing syntax, akin for example to the globstar option of the bash shell.
- The ability to replace the filesystem functions used, in order to glob on virtual filesystems.
Packages