Fork me on GitHub

Pyramid Documentation

Getting Started

If you are new to Pyramid, we have a few resources that can help you get up to speed right away:

Main Documentation

Pyramid Add-On Documentation

Pyramid supports extensibility through add-ons. The following add-ons are officially endorsed by the Pylons Project, and their documentation is hosted here.

Pyramid Development Environment Documentation

Development environments are packages which use Pyramid as a core, but offer alternate services and scaffolding. Each development environment presents a set of opinions and a “personality” to its users. Although users of a development environment can still use all of the services offered by the Pyramid core, they are usually guided to a more focused set of opinions offered by the development environment itself. Development environments often have dependencies beyond those of the Pyramid core.