| Paketname | python-wsgi-intercept |
| Beschreibung | installs a WSGI application in place of a real URI for testing |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.4-0ubuntu1 |
| Sektion | universe/python |
| Priorität | extra |
| Installierte Größe | 336 Byte |
| Hängt ab von | python, python-central (>= 0.6.5) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | wsgi-intercept |
| Paketgröße | 40392 Byte |
| Prüfsumme MD5 | b2d44da4388181c90db4ac22ad3211e9 |
| Prüfsumme SHA1 | df922088e60973eac76d4003b406064ee8b21d79 |
| Prüfsumme SHA256 | 938caed9b943b2d65bf705561482a0670259fce70e2fa39c7fee270d62dcdf3b |
| Link zum Herunterladen | python-wsgi-intercept_0.4-0ubuntu1_all.deb |
| Ausführliche Beschreibung | 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.
|