
pyramid 2.0
0
The Pyramid Web Framework, a Pylons project
Contents
The Pyramid Web Framework, a Pylons project
Stars: 3741, Watchers: 3741, Forks: 886, Open Issues: 73The 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
Related Packages
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…