Use https by default
[gentoo.git] / dev-python / wsgiintercept / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <herd>python</herd>
5   <maintainer>
6     <email>jlec@gentoo.org</email>
7   </maintainer>
8   <longdescription>
9 Testing a WSGI application normally involves starting a server at a local host 
10 and port, then pointing your test code to that address. Instead, this library 
11 lets you intercept calls to any specific host/port combination and redirect 
12 them into a WSGI application importable by your test program. Thus, you can 
13 avoid spawning multiple processes or threads to test your Web app.
14 </longdescription>
15   <upstream>
16     <remote-id type="pypi">wsgi_intercept</remote-id>
17     <bugs-to>https://code.google.com/p/wsgi-intercept/issues/list</bugs-to>
18     <remote-id type="github">cdent/python3-wsgi-intercept</remote-id>
19   </upstream>
20 </pkgmetadata>