wsgi-intercept 0.4-0ubuntu2 source package in Ubuntu

Changelog

wsgi-intercept (0.4-0ubuntu2) oneiric; urgency=low

  * Build for all supported python versions (LP: #765148)
  * Switch from CDBS to dh_python2.
  * Remove build directory from the diff.
  * debian/copyright: add a section for included copy of webunit.
 -- Gediminas Paulauskas <email address hidden>   Mon, 18 Apr 2011 23:27:28 +0300

Upload details

Uploaded by:
Gediminas Paulauskas
Sponsored by:
Daniel Holbach
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
wsgi-intercept_0.4.orig.tar.gz 40.2 KiB 37385ad767237e247f799be5459456eff413189992194d75584a1409aff04782
wsgi-intercept_0.4-0ubuntu2.diff.gz 1.8 KiB f014ccfadd40258d76d6a188d8f7405c136c597fda2e61b561eb22d9df9bf412
wsgi-intercept_0.4-0ubuntu2.dsc 1.1 KiB c1e637364eb400137ddcc495169d912320f126458100da67deeeea54b2c430ac

Available diffs

View changes file

Binary packages built by this source

python-wsgi-intercept: installs a WSGI application in place of a real URI for testing

 Testing a WSGI application normally involves starting a server at a
 local host and port, then pointing your test code to that address.
 Instead, this library lets you intercept calls to any specific
 host/port combination and redirect them into a WSGI application
 importable by your test program.
 Thus, you can avoid spawning multiple processes or threads to test
 your Web app.