raptorizemw

Software Screenshot:
raptorizemw
Software Details:
Version: 0.2.0
Upload Date: 20 Feb 15
Developer: Ralph Bean
Distribution Type: Freeware
Downloads: 3

Rating: 1.0/5 (Total Votes: 1)

raptorizemw - every WSGI app is better with a raptor.

Installation

You could install it yourself with pip:

pip install raptorizemw

Or you could add raptorizemw to the list of required packages in the setup.py file of your project.

Usage in TurboGears 2

Simply edit myapp/config/middleware.py and add the following to make_app(...):

# Wrap your base TurboGears 2 application with custom middleware here
import raptorizemw
app = raptorizemw.make_middleware(app)


Restart your app, but watch out for raptors!

Usage in Pyramid

Edit myapp/__init__.py and replace the return config.make_wsgi_app() line with the following:

import raptorizemw
app = config.make_wsgi_app()
app = raptorizemw.make_middleware(app)
return app


The code and bug tracker live over at http://github.com/ralphbean/raptorizemw. Please fork and improve! We need configurable options.

Requirements:

  • Python

Other Software of Developer Ralph Bean

python-premailer
python-premailer

12 May 15

datanommer
datanommer

20 Feb 15

didit
didit

12 May 15

ansi2html
ansi2html

12 Apr 15

Comments to raptorizemw

Comments not found
Add Comment
Turn on images!