pyramid 2.0.2
0
The Pyramid Web Framework, a Pylons project
Contents
The Pyramid Web Framework, a Pylons project
Stars: 3951, Watchers: 3951, Forks: 884, Open Issues: 76The Pylons/pyramid
repo was created 13 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 3951 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
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 76 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…