mbglob

mbglob is a wrapper libs for glob.glob.


License
MIT
Install
pip install mbglob==0.0.3

Documentation

mbglob

This is a wrapper library for glob.glob.

Usage

First, install gdwrap by pip.

pip install mbglob

Second, import your script.

from mbglob.MbGlob import MbGlob as mbglob

And, Run in your script.

mbglob().glob(pathname)

You can see usage sample code below.

./sample/compare.py