CMD + K

glob2

Community

Version of the glob module that supports recursion via **, and can capture patterns.

Installation

To install this package, run one of the following:

Conda
$conda install wakari::glob2

Usage Tracking

0.6
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

linux-64