Difference between revisions of "Pyogp/Design Decisions"
< Pyogp
Jump to navigation
Jump to search
m (→Arguments) |
Rand Linden (talk | contribs) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==ZCA== | ==ZCA== | ||
=== | === There is no ZCA in pyogp === | ||
==Buildout== | ==Buildout== | ||
It is being considered whether we want to do away with buildout. Perhaps some day we shall, but it works, and there is no urgency. | |||
===Arguments=== | ===Arguments=== | ||
#Setting up path – we can use buildout to setup our path automatically for development. Without buildout, we would have to set the path ourselves, which would be difficult because of the dependencies and the relation to the system we are on. | #Setting up path – we can use buildout to setup our path automatically for development. Without buildout, we would have to set the path ourselves, which would be difficult because of the dependencies and the relation to the system we are on. | ||
#Setting up the environment – can use buildout to automatically fetch the dependencies we rely upon (downloading eggs, getting svn projects, etc) | #Setting up the environment – can use buildout to automatically fetch the dependencies we rely upon (downloading eggs, getting svn projects, etc) | ||
[[Category:Pyogp]] | [[Category:Pyogp]] | ||
Latest revision as of 15:28, 28 April 2009
ZCA
There is no ZCA in pyogp
Buildout
It is being considered whether we want to do away with buildout. Perhaps some day we shall, but it works, and there is no urgency.
Arguments
- Setting up path – we can use buildout to setup our path automatically for development. Without buildout, we would have to set the path ourselves, which would be difficult because of the dependencies and the relation to the system we are on.
- Setting up the environment – can use buildout to automatically fetch the dependencies we rely upon (downloading eggs, getting svn projects, etc)