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 c4aarch64::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

Jan 10, 2019 at 15:22

License

BSD-2-Clause

Total Downloads

3.3K

Supported Platforms

linux-aarch64