Re: [Distutils] pkg_resources: feature request

2005-09-28 Thread Phillip J. Eby
At 05:16 PM 9/28/2005 -0500, Ian Bicking wrote: >I just added a WSGI app in paste.urlparser.PkgResourceParser >(http://svn.pythonpaste.org/Paste/branches/mainline-refactor/paste/urlparser.py) > > >to serve static files using pkg_resources's resource API. Two new >methods would be useful there: re

[Distutils] pkg_resources: feature request

2005-09-28 Thread Ian Bicking
I just added a WSGI app in paste.urlparser.PkgResourceParser (http://svn.pythonpaste.org/Paste/branches/mainline-refactor/paste/urlparser.py) to serve static files using pkg_resources's resource API. Two new methods would be useful there: resource_mtime and resource_size. Alternately, resourc