Pages tagged distutils:

Writing a Package in Python :: Brenelz's Web Development Tips :: Website Design Winnipeg
http://www.brenelz.com/blog/2009/04/09/writing-a-package-in-python/

# To shorten the time needed to set up everything before starting the real work, in other words the boiler-plate code # To provide a standardized way to write packages # To ease the use of a test-driven development approach # To facilitate the releasing process