<?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>encutils</name>
<shortdesc>Encoding detection collection for Python.</shortdesc>
<description>&gt;A collection of helper functions to detect encodings of text files (like HTML, XHTML, XML, CSS, etc.) retrieved via HTTP, file or string.

``getEncodingInfo`` is probably the main function of interest which uses
other supplied functions itself and gathers all information together and
supplies an ``EncodingInfo`` object with the following properties:

- ``encoding``: The guessed encoding
    Encoding is the explicit or implicit encoding or None and
    always lowercase.

- from HTTP response    
    * ``http_encoding``
    * ``http_media_type``

- from HTML &lt;meta&gt; element    
    * ``meta_encoding``
    * ``meta_media_type``

- from XML declaration
    * ``xml_encoding``

Requires Python 2.3 or later</description>
<download-page>http://cthedot.de/encutils/</download-page>
<homepage rdf:resource="http://cthedot.de/encutils/" />
<maintainer><foaf:Person><foaf:name>Christof Hoeke</foaf:name>
<foaf:mbox_sha1sum>7f1091f25282e60c8792eefaf9a509f3c4fa2c93</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.8</revision></Version></release>
</Project></rdf:RDF>