Metadata-Version: 1.0
Name: ur1
Version: 0.1
Summary: A library to shorten urls with ur1.ca.
Home-page: https://github.com/legoktm/ur1/
Author: Kunal Mehta
Author-email: legoktm@gmail.com
License: Public domain
Description: ur1
        ===
        .. image:: https://travis-ci.org/legoktm/ur1.svg?branch=master
           :alt: Build Status
           :target: https://travis-ci.org/legoktm/ur1
        
        A library for the http://ur1.ca url shortening service::
        
            >>> import ur1
            >>> print(ur1.shorten('http://www.google.com'))
            http://ur1.ca/1n
        
        Supports Python 2.7, 3.2+
        
        Released into the public domain.
        
Platform: UNKNOWN
