<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>rarfile</name>
<shortdesc>Reader for RAR archives</shortdesc>
<description>This is Python module for Rar archive reading.  The interface
is made as `zipfile` like as possible.

The archive structure parsing and uncompressed files
are handled in pure python, for compressed files
is calls 'unrar' command line utility.

Features:

- Supports RAR 3.x archives.
- Supports multi volume archives.
- Supports Unicode filenames.

Missing features:

- Password-protected archives.
- Comment handling. (archive, file)
- Decompression through unrarlib and/or unrar.dll.</description>
<homepage rdf:resource="http://grue.l-t.ee/~marko/src/rarfile/" />
<maintainer><foaf:Person><foaf:name>Marko Kreen</foaf:name>
<foaf:mbox_sha1sum>743034a1024ce86058e917a8b2318229dff1449c</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0</revision></Version></release>
</Project></rdf:RDF>