Gopalakrishnan Subramani <gopalakrishnan.subram...@gmail.com> writes:

> setuptools is for the users who use a package produced by someone.
> disutils is for users who produce the package.

Not really. distutils is the packaging system provided by the standard
library. 

setuptools is an extension of distutils which provides automatic
fetching from PyPI etc. It's installer is easy_install.

distribute is a fork of setuptools that was created because setuptools
was stagnating. 

pip is a replacement for easy_install that's standalone. 

distutils2 is a completel rewrite and cleanup of the above mess. 


[...]


-- 
~noufal
http://nibrahim.net.in

I disagree with unanimity.
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to