pyramid_authsanity is an authentication policy for the Pyramid Web Framework that strives to make it easier to write a secure authentication policy that follows web best practices.
Pyramid fullauth’s goal is to provide full plug-in registration functionality for pyramid, with user managing
The pyramid-scheduler package is a pyramid plugin that allows asynchronous and deferred task scheduling and management. It uses APScheduler for actual task management and Kombu for messaging between processes.
IMPORTANT: the pyramid-scheduler is very new, but fully functional. The following features are considered "beta", and should probably not be used in production:
Multiple queues. For now, just use a single queue (and thus you are limited to a single background process).
Intuitive sequence of job events. Currently, the events that can be listened to (from pyramid_scheduler.api.Event, such as JOB_CREATED, JOB_EXECUTED, JOB_CANCELED, and JOB_REMOVED) do not reliably fire in an intuitive order. For example, you may get a JOB_REMOVED event before the JOB_EXECUTED event for a deferred job.
Fork that replaced Flask with Pyramid. Just playing around.
starred items / from Planet Python http://planet.python.org/
OpenComparison is the open-source framework for creating package comparison sites. We offer free subdomains to open-source languages, web frameworks, and other projects.
Cornice provides helpers to build & document REST-ish Web Services with Pyramid, with decent default behaviors.
Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs on CPython on Unix and Windows under Python 2.6+ and Python 3.2. It is also known to run on PyPy 1.6.0 on UNIX. It supports HTTP/1.0 and HTTP/1.1.
Alembic is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python.
A beautiful, open source application perfectly illustrating my favorite stack: Pyramid, SQLAlchemy, Mako, Alembic. A+
Kotti is a light-weight, user-friendly and extensible web content management system.