Use https by default
[gentoo.git] / dev-python / json-rpc / 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         <longdescription lang="en">
6         JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.
7         Primarily this specification defines several data structures and the rules
8         around their processing. It is transport agnostic in that the concepts can
9         be used within the same process, over sockets, over http, or in many various
10         message passing environments. It uses JSON (RFC 4627) as data format.
11 </longdescription>
12         <upstream>
13                 <remote-id type="pypi">json-rpc</remote-id>
14                 <remote-id type="github">pavlov99/json-rpc</remote-id>
15         </upstream>
16 </pkgmetadata>