Pylons Project
The Pylons Project is composed of a disparate group of project leaders with experience going back to the very start of Python web frameworks.
Pinned Repositories
colander
A serialization/deserialization/validation library for strings, mappings and lists.
deform
A Python HTML form library.
hupper
in-process file monitor / reloader for reloading your code automatically during development
pylons
Pylons Framework, community maintained with guidance/assistance from the Pylons Project. Merged with repoze.bfg for Pyramid framework.
pyramid
Pyramid - A Python web framework
pyramid_cookbook
Pyramid cookbook recipes (documentation)
substanced
An application server based on the Pyramid web framework (http://substanced.net)
waitress
Waitress - A WSGI server for Python 3
webob
WSGI request and response objects
webtest
Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.
Pylons Project's Repositories
Pylons/pyramid
Pyramid - A Python web framework
Pylons/waitress
Waitress - A WSGI server for Python 3
Pylons/colander
A serialization/deserialization/validation library for strings, mappings and lists.
Pylons/webob
WSGI request and response objects
Pylons/deform
A Python HTML form library.
Pylons/webtest
Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.
Pylons/hupper
in-process file monitor / reloader for reloading your code automatically during development
Pylons/pyramid_cookbook
Pyramid cookbook recipes (documentation)
Pylons/substanced
An application server based on the Pyramid web framework (http://substanced.net)
Pylons/pyramid-cookiecutter-starter
A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)
Pylons/pyramid_openapi3
Pyramid addon for OpenAPI3 validation of requests and responses.
Pylons/paginate
Python pagination module
Pylons/pyramid_jinja2
Jinja2 templating system bindings for the Pyramid web framework
Pylons/venusian
A library which allows framework authors to defer decorator actions.
Pylons/pyramid_beaker
Beaker sessioning bindings for Pyramid
Pylons/deformdemo
Deform form generation framework demo application
Pylons/peppercorn
A library for converting a token stream into a data structure comprised of sequences, mappings, and scalars, developed primarily for converting HTTP form post data into a richer data structure.
Pylons/pyramid_tm
Centralized transaction management for Pyramid applications (without middleware)
Pylons/hypatia
Python searching and indexing library.
Pylons/pyramid_rpc
RPC plugins for pyramid. XML-RPC, JSON-RPC, etc.
Pylons/translationstring
A library used for internationalization (i18n) duties related to translation.
Pylons/pastedeploy
provides code to load WSGI applications and servers from URIs
Pylons/pyramid_mako
Mako templating system bindings for the Pyramid web framework
Pylons/trypyramid.com
trypyramid.com marketing website
Pylons/plaster
Application config settings abstraction layer.
Pylons/plaster_pastedeploy
A PasteDeploy binding to the plaster configuration loader.
Pylons/zodburi
Construct ZODB storage instances from URIs.
Pylons/sdexternaledit
External Editor integration for Substance D
Pylons/trypyramid.com-pages
Contains the pages output for trypyramid.com
Pylons/walkabout
Predicate-based component dispatch.