pyramid

Package — Web FrameworkPython 3.7+Intermediate

Flexible framework suited to both small apps and large projects

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
WebOb, PasteDeploy, Chameleon, hupper, plaster
Install
pip install pyramid

Learn by Difficulty

Quick Example

python
# Install: pip install pyramid
import pyramid

# Basic pyramid usage
print(f"Using pyramid")
# See documentation for detailed examples

pyramid is a third-party package. Flexible framework suited to both small apps and large projects. Install with: pip install pyramid

Try in Playground

Tags

packagewebframeworkbackend