Requests-Glob is a transport adapter for use with the Requests Python library to allow local filesystem access via glob:// URLs. Also, url can contain query information, such as glob (yes - default, ...
Basically it lets you glob over a dictionary as if it were a filesystem. It allows you to specify globs (ala the bash eglob syntax, through some advanced fnmatch.fnmatch magic) to access dictionary ...