[Python-Dev] PEP 382: Namespace Packages

Chris Withers chris at simplistix.co.uk
Fri May 1 18:35:43 CEST 2009


P.J. Eby wrote:
> It's unclear, however, who is using base packages besides mx.* and ll.*, 
> although I'd guess from the PyPI listings that perhaps Django is.  (It 
> seems that "base" packages are more likely to use a 'base-extension' 
> naming pattern, vs. the 'namespace.project' pattern used by "pure" 
> packages.)

I'll stress it again in case you missed it the first time: I think the 
main reason people use "pure namespace" versus "base namespace" packages 
is because hardly anyone know how to do the latter, not because there is 
no desire to do so!

I, for one, have been trying to figure out how to do "base namespace" 
packages for years...

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Python-Dev mailing list