From 1d1c6d5f8b76614b3bd1123a6bac6f49cb6f9f7c Mon Sep 17 00:00:00 2001 From: Marcin Lulek Date: Wed, 6 Jun 2018 19:23:44 +0200 Subject: [PATCH] Mention pyramid powered pypi and cookiecutters Mention that pyramid powered pypi and makes some decisions for users providing project templates --- docs/scenarios/web.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 7fbb8b7..d2f58ec 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -107,7 +107,10 @@ Pyramid `Pyramid `_ is a very flexible framework with a heavy focus on modularity. It comes with a small number of libraries ("batteries") -built-in, and encourages users to extend its base functionality. +built-in, and encourages users to extend its base functionality. A set of +provided cookiecutter templates helps making new project decisions for users. +It poweres one of the most important parts of python infrastucture +`PyPI `_. Pyramid does not have a large user base, unlike Django and Flask. It's a capable framework, but not a very popular choice for new Python web