Language

Package: python2-glob2 @ 0.7

Synopsis

Extended Version of the python buildin glob module

Description

This is an extended version of the Python built-in glob module which adds:

  • The ability to capture the text matched by glob patterns, and return those matches alongside the file names.

  • A recursive ** globbing syntax, akin for example to the globstar option of Bash.

  • The ability to replace the file system functions used, in order to glob on virtual file systems.

  • Compatible with Python 2 and Python 3 (tested with 3.3).

Glob2 currently based on the glob code from Python 3.3.1.

Home page
https://github.com/miracle2k/python-glob2/
Location
gnu/packages/python-xyz.scm (line: 15199, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings