diff options
Diffstat (limited to 'dev-python/wsgiintercept/metadata.xml')
-rw-r--r-- | dev-python/wsgiintercept/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/wsgiintercept/metadata.xml b/dev-python/wsgiintercept/metadata.xml new file mode 100644 index 00000000000..4af2fbaae63 --- /dev/null +++ b/dev-python/wsgiintercept/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> + <longdescription> +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. +</longdescription> + <upstream> + <remote-id type="pypi">wsgi_intercept</remote-id> + <bugs-to>https://code.google.com/p/wsgi-intercept/issues/list</bugs-to> + <remote-id type="github">cdent/python3-wsgi-intercept</remote-id> + </upstream> +</pkgmetadata> |