Skip to content

Commit 615ad9e

Browse files
authored
Merge pull request realpython#904 from ergo/patch-1
Mention pyramid cookiecutters and pypi
2 parents a38e3ae + 1d1c6d5 commit 615ad9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/scenarios/web.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ Pyramid
107107

108108
`Pyramid <https://trypyramid.com/>`_ is a very flexible framework with a heavy
109109
focus on modularity. It comes with a small number of libraries ("batteries")
110-
built-in, and encourages users to extend its base functionality.
110+
built-in, and encourages users to extend its base functionality. A set of
111+
provided cookiecutter templates helps making new project decisions for users.
112+
It poweres one of the most important parts of python infrastucture
113+
`PyPI <http://pypi.org/>`_.
111114

112115
Pyramid does not have a large user base, unlike Django and Flask. It's a
113116
capable framework, but not a very popular choice for new Python web

0 commit comments

Comments
 (0)