pyramid==2.1
# The Pyramid Web Framework, a Pylons project
$ pip install pyramid
downloads/wk
0
license
—
version
2.1
python
>=3.10
What is pyramid?
Pyramid is a lightweight web framework for building web applications in Python using the WSGI standard. It provides flexibility in choosing components like templating engines and database libraries, making it suitable for projects ranging from small APIs to large applications. Developers use Pyramid when they need a framework that doesn't impose strong architectural opinions while still offering core tools for routing, request handling, and application configuration.
Keywords