Contents

pyramid 2.0.2

0

The Pyramid Web Framework, a Pylons project

The Pyramid Web Framework, a Pylons project

Stars: 3896, Watchers: 3896, Forks: 879, Open Issues: 68

The Pylons/pyramid repo was created 13 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 3896 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/
Documentation:
https://docs.pylonsproject.org/projects/pyramid/en/2.0-branch/
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 68 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 3.0.2

A simple framework for building complex web applications.

whitenoise 6.6.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.

Hypercorn 0.16.0

A ASGI Server based on Hyper libraries and inspired by Gunicorn

sanic 23.12.1

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