
pyramid 2.0
0
The Pyramid Web Framework, a Pylons project
Contents
The Pyramid Web Framework, a Pylons project
Stars: 3681, Watchers: 3681, Forks: 878, Open Issues: 74The Pylons/pyramid
repo was created 11 years ago and was last updated 5 hours ago.
The project is very popular with an impressive 3681 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 74 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…