On 01/06/2015 18:15, Chris McDonough wrote:
Whoa. Fabric. How did we get there.
Beats me, beer?
The answer is a plain old setuptools console script. These get installed into the Python bin dir when setup.py install or setup.py develop is run. See Pyramid's scripts/pshell.py, scripts/pcreate.py, scripts/pserve.py etc as well as Pyramid's own setup.py. The p* commands contain functions that are invoked by the console scripts that point to them.
Yep, I think what I was looking for is the bootstrap stuff combined with something like click, mush or the stuff from koti.
cheers, Chris -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
