On 2015-07-21 01:05, Iain Duncan wrote: > Hi, we're embarking on a project that will stitch together many apps, > and I figured I should do my due diligence on hunting for the > state-of-the-nation in python build tools. I've personally used buildout > in the past and liked it, but I know for other team members something > that was more pip/virtualenv based would be preferable. Just curious > what folks are using?
I use primary zc.buildout. It is really powerful, but also complex. I love the swiff-knife like features. But for a smaller project I recently used just pip, requirements.txt and make. It really depends on the projects complexity. Jens -- Klein & Partner KG, member of BlueDynamics Alliance -- 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.
