[Distutils] Re: PEP 376 & pkgutil - Quick question

2019-04-11 Thread Eric Peterson
Thanks very much for the information, I will take a look at the importlib-metadata project. After looking into it further, It seems like many, perhaps all, of the functions in PEP 376 were implemented in distlib: https://pypi.org/project/distlib/ https://bitbucket.org/pypa/distlib —Eric On

[Distutils] Re: PEP 376 & pkgutil - Quick question

2019-04-11 Thread Brett Cannon
First, I would advise against using pkgutil as I'm working towards deprecating it (it predates Python's modern import implementation and so it makes some bad assumptions). Second, it sounds like you're interested in https://pypi.org/project/importlib-metadata/. On Wed, Apr 10, 2019 at 12:50 PM