Contents

pyramid 2.0

0

The Pyramid Web Framework, a Pylons project

The Pyramid Web Framework, a Pylons project

Stars: 3741, Watchers: 3741, Forks: 886, Open Issues: 73

The Pylons/pyramid repo was created 12 years ago and was last updated Yesterday.
The project is very popular with an impressive 3741 github stars!

How to Install pyramid

You can install pyramid using pip

pip install pyramid

or add it to a project with poetry

poetry add pyramid

Package Details

Author
Chris McDonough, Agendaless Consulting
License
BSD-derived (Repoze)
Homepage
https://trypyramid.com
PyPi
https://pypi.org/project/pyramid/
GitHub Repo
https://github.com/Pylons/pyramid

Classifiers

  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/WSGI
No  pyramid  pypi packages just yet.

Errors

A list of common pyramid errors.

Code Examples

Here are some pyramid code examples and snippets.

GitHub Issues

The pyramid package has 73 open issues on GitHub

  • Detect routes that collide during registration
  • Add version constraints to black, flake8, and isort
  • Add support for Python 3.10
  • getargspec and formatspec were removed in Python 3.11
  • Supported PyPy and Python versions in GitHub Actions
  • threading.Thread.setDaemon has been deprecated in favor of setting daemon attribute directly in Python 3.10
  • Fix API documentation links to webob, and rename the objects with the…

See more issues on GitHub

Related Packages & Articles

Flask 2.2.2

A simple framework for building complex web applications.

whitenoise 6.2.0

With a couple of lines of config WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service. Radically simplified static file serving for WSGI applications

hypercorn 0.14.3

A ASGI Server based on Hyper libraries and inspired by Gunicorn

sanic 22.12.0

A web server and web framework that's written to go fast. Build fast. Run fast.