Metadata-Version: 2.1
Name: mglob
Version: 0.4
Summary: Enhanced file name globbing module
Home-page: http://vvtools.googlecode.com/svn/trunk/mglob#egg=mglob-dev
Author: Ville Vainio
Author-email: vivainio@gmail.com
License: MIT
Keywords: glob wildcard

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.
