The pyramid_chameleon_genshi package provides bindings for Chameleon Genshi-style templating support under Pyramid. See the Chameleon website for chameleon.genshi templating language details.Visit the Pyramid documentation http://docs.pylonshq.com/...

read more
pyramid

pyramid 1.4.2

pyramid is a fast, small, down-to-earth, open source Python web development framework. It makes real-world web application development and deployment more fun, more predictable, and more productive.pyramid is a Pylons project, and underlies the...

read more

The superlance package contains some plugins for supervisord.About SupervisorSupervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems.It shares some of the same goals of...

pyramid_exclog is a package which logs exception information when an error occurs in your Pyramid application. See the documentation at https://docs.pylonsproject.org/projects/pyramid_exclog/dev/ for more information.This package currently will not...

read more
Waitress

Waitress 0.8.5

Waitress is project 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...

read more

pyramid_ldap is a tool that provides LDAP authentication services for your Pyramid application. Thanks to the ever-awesome SurveyMonkey for sponsoring the development of this package!See the documentation at...

read more

pyramid_handlers is a Python module which allows Pyramid to largely emulate the functionality of Pylons 1 "controllers". Handlers are a synthesis of Pyramid url dispatch and method introspection of a view class that makes it easier to create bundles...

read more

pyramid_viewgroup is a Pyramid extension that makes it possible to make a viewgroup declaration which acts much like view inasmuch as it results in a Pyramid view registration.Unlike a "normal" view registration, however, a viewgroup registration refers...

read more

pyramid_zcml is a Python module which provides ZCML (Zope Configuration Markup Language) directives for all "configurator" methods available in the Pyramid web framework.See http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/ for detailed...

read more
Supervisor

Supervisor 3.0 Beta 2

Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems. It was inspired by the following:- It is often inconvenient to need to write "rc.d" scripts for every single process instance. rc.d...