summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2013-03-31URL support for pipSergey Stankevich
2013-03-11Make pip install distribute in a virtualenv optionalNick Groenen
pip install distribute currentlyfails on Python 3, this way people can skip installing it. It's included by default to remain backward- compatible
2012-11-08Merge branch 'master' of github.com:stankevich/puppet-pythonSergey Stankevich
* 'master' of github.com:stankevich/puppet-python: updated authors. python::gunicorn - added template parameter python::virtualenv - '--system-site-packages' option python::gunicorn - removed unused/undocumented attributes.
2012-11-08Adding pip; modifying Gunicorn template for DjangoSergey Stankevich
2012-11-06updated authors.Marc Fournier
2012-11-06python::gunicorn - added template parameterMarc Fournier
The idea is to be able to use a different template, in case the one provided with the module doesn't fit the user's need.
2012-11-06python::virtualenv - '--system-site-packages' optionMarc Fournier
New 'systempkgs' parameter will call virtualenv with the '--system-site-packages' option, which can greatly speed up creation in some cases.
2012-09-09Initial importSergey Stankevich