Enhanced file name globbing module
Project description
mglob - enhanced file list expansion utility/module
Usable as stand-alone utility (for xargs, backticks etc.), or as a globbing library for own python programs. Globbing the sys.argv is something that almost every Windows script has to perform manually, and this module is here to help with that task. Also Unix users will benefit from enhanced features such as recursion, exclusion, and directory omission.
Typical use to expand argv (esp. in windows):
import mglob
files = mglob.expand(sys.argv[1:])
for f in files:
# do stuff
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mglob-0.1.2.tar.gz.
File metadata
- Download URL: mglob-0.1.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
555c45ad0fa15cceb1458380c524916bb988f246d2cfb5f5dca4d0ff6b2b0aa8
|
|
| MD5 |
a69509f1b1897e1d79cd86bbef6fa325
|
|
| BLAKE2b-256 |
1d95b9acbaad7ae13301a0a86fda726ca86ce4c01cc1360b95f0d700ca325579
|
File details
Details for the file mglob-0.1.2-py2.4.egg.
File metadata
- Download URL: mglob-0.1.2-py2.4.egg
- Upload date:
- Size: 5.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04e68274c1dfadcf64f01d9ca01197f33b4a5865bfa28353cdb77d6fb10c6772
|
|
| MD5 |
54bc7f0a142005ccf4bd9ad4b70787cb
|
|
| BLAKE2b-256 |
f706fae4b8fe3ae7ecc0783d1d58c2630dc31e374c23d31262fb5bae2af629a6
|