Your search query "linkto%253A%2522Distutils%252FProposals%252FSetupClass%2522" 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

Setup as a Class not a procedure

—David Lyon

Let's modernise setup and make it Object Oriented.

This will make it more user friendly and easier to learn and use.

To do this, we'll need to:

1) Extend setup.cfg to hold more/all-of the metadata

2) Turn 'setup' into a class (rather than a procedure)

3) Provide member information:

4) self.pre_setup() - A method run before setup

5) self.post_setup() - A method for post-install configuration

Unable to edit the page? See the FrontPage for instructions.