awesome-pyramid
github.com/uralbash/awesome-pyramid ↗A curated list of awesome Pyramid apps, projects and resources.
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me async resources from awesome-pyramid"
Installation instructions →What's inside
Async
- aiopyramid
Run pyramid using asyncio.
- channelstream
websocket communication server (gevent).
- gevent-socketio
- Stargate
Stargate is a package for adding WebSockets support to pyramid applications using the excellent eventlet library for long running connections.
Other
- Akhet
A Pyramid library and demo application with a Pylons-like feel. Its most known for its former application scaffold, which helped users transition from Pylons and those preferring a more Pylons-like API. The scaffold has been retired but the demo plays a similar role.
- cluegun
A simple pastebin application based on Rocky Burt’s ClueBin. It demonstrates form processing, security, and the use of ZODB within a Pyramid application.
- Khufu Project
Khufu is an application scaffolding for Pyramid that provides an environment to work with Jinja2 and SQLAlchemy.
- paginate
Python pagination module.
- Ptah
Ptah is a fast, fun, open source high-level Python web development environment.
- pyramid_autodoc
Sphinx extension for documenting your Pyramid APIs.
Authentication
- apex
Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local database, CSRF, ReCaptcha, Sessions, Flash messages and I18N.
- Authomatic
Simple yet powerful authorization / authentication client library for Python web applications.
- pyramid_authsanity
- pyramid_ipauth
- pyramid_jwt
This package implements an authentication policy for Pyramid that using
- pyramid_ldap
an LDAP authentication policy for Pyramid.
Project Management
- AppEnlight
Performance, exception, and uptime monitoring for the Web
RESTful API
- cliquet
Cliquet is a toolkit to ease the implementation of HTTP microservices, such as data-driven REST APIs.
- cornice
provides helpers to build & document REST-ish Web Services with Pyramid, with decent default behaviors. It takes care of following the HTTP specification in an automated way where possible.
- nefertari
Nefertari is a REST API framework sitting on top of Pyramid and ElasticSearch.
- pyramid_apispec
Create an OpenAPI specification file using apispec and Marshmallow schemas.
- pyramid_jsonapi
Automatically create a
- pyramid-openapi3
Validate Pyramid views against an OpenAPI 3.0 document. Similar to pyramid_swagger but for OpenAPI 3.0.
Forms
- colander
A serialization/deserialization/validation library for strings, mappings and lists.
- ColanderAlchemy
- deform
is a Python HTML form generation library.
- marshmallow
A lightweight library for converting complex objects to and from simple Python datatypes (i.e. (de)serialization and validation).
- WTForms
is a flexible forms validation and rendering library for python web development.
Framework
Conferences
- DragonSprint 2016
DragonSprint is a week-long sprint on Pyramid. The sprint takes place in Ljubljana, Slovenia, EU in the first week of December (5th to 9th). The main two sprint topics are Pyramid 2.0 and Pyramid for Newcomers.
- PloneConf 2016
Boston Plone Digital Experience Conference (17~23 Oct. 2016)
- PloneConf 2017
Barcelona Plone Digital Experience Conference (16~22 Oct. 2017)
- Pyramid Workshop in Munich, Germany.
12:30 p.m.)
- Sushi Sprint at PloneConf 2018 in Tokyo, Japan
Showing a sample of 125 resources. View the full list on GitHub →