summaryrefslogtreecommitdiff
blob: be3b0fc774d02aad648916f5fd249060e8ed5ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<longdescription lang="en">
The rencode module is similar to bencode from the BitTorrent project. For
complex, heterogeneous data structures with many small elements, r-encodings
take up significantly less space than b-encodings. This version of rencode is
a complete rewrite in Cython to attempt to increase the performance over the
pure Python module written by Petru Paler, Connelly Barnes et al.
</longdescription>
	<upstream>
		<remote-id type="github">aresch/rencode</remote-id>
		<remote-id type="pypi">rencode</remote-id>
	</upstream>
</pkgmetadata>