Python 3 should include namespace for libraries and a CPAN repo
Posted Aug 31, 2007 23:18 UTC (Fri) by
dag- (subscriber, #30207)
Parent article:
Python 3.0a1 released
What I think is really missing in the python world is a proper namespace and collection for python modules (that is protected by an organisation).
In other words, a CPAN for python.
As a packagers it is still a big problem to package pySomething, pySOMETHING, python-SomeThing or Something. We convert this to fit into the python-something (lowercase) namespace, but still other packagers use the upstream name or something else (eg. python-pySomething).
Having an organisation take care of the namespace and manages the collection as a whole will further help to advance the python community as a while. Whereas now I have seen different modules being developed in parallel which divides the effort.
(
Log in to post comments)