Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

Your search query "linkto:"Distribute/Functionality"" didn't return any results. Please change some terms and refer to HelpOnSearching for more information.
(!) Consider performing a full-text search with your search terms.

Clear message

Functionality

setuptools does many things. Breaking that down into different areas will allow people to contribute to a smaller chunk that they feel familiar with and excited about.

Note! This is the early stages of this. Feel free to brainstorm or organize at will.

metadata

This is the metadata about the package that's stored in the egg

Ideas

egg format

This is the format of metadata + code + data that is zipped up into an egg.

pkg_resources: Library Dependency Manager

This is the functionality that loads libraries of certain versions and runs them,

Ideas

pkg_resources: Resource Manager

Allow code to import data from an unknown and variable location on the disk.

http://peak.telecommunity.com/DevCenter/PkgResources#resourcemanager-api

Ideas

easy_install

Tool that downloads and installs all the dependencies of a package

build

Tool that makes building and installing from source easier

Ideas