<?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>urlunshort</name>
<shortdesc>Tools for detecting and expanding shortened URLs.</shortdesc>
<description>=============================================================
urlunshort - Tools for detecting and expanding shortened URLs
=============================================================

Introduction
------------

Urlunshort un-shortens URLs that have been created using a URL shortening
services, like tinurl.com, bit.ly etc.

Examples
--------

Resolve a short URL to a target URL

&gt;&gt;&gt; from urlunshort import resolve
&gt;&gt;&gt; resolve("http://bit.ly/qlKaI")
'http://bitbucket.org/runeh/urlunshort/'

Check if URLs are shortened

&gt;&gt;&gt; from urlunshort import is_shortened
&gt;&gt;&gt; is_shortened("http://bit.ly/qlKaI")
True
&gt;&gt;&gt; is_shortened("http://www.opera.com")
False


Contact
-------

Author: Rune Halvorsen &lt;runefh@gmail.com&gt;
Web site and issue tracker: http://bitbucket.org/runeh/urlunshort/

Bug reports and patches appreciated.

Changelog
---------

See CHANGELOG file

Home page and bug tracker:
http://bitbucket.org/runeh/urlunshort

License:
BSD license. See the LICENSE file in the top level of the distribution</description>
<homepage rdf:resource="http://bitbucket.org/runeh/urlunshort" />
<maintainer><foaf:Person><foaf:name>Rune Halvorsen</foaf:name>
<foaf:mbox_sha1sum>27b6e46fea15c8cd9f0f08d05f6ce83d11b004fc</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2.2</revision></Version></release>
</Project></rdf:RDF>