====
Polr
====

This is a simple package for shortening urls with http://polr.cf . Example usage is like this::

    import polr
    
    polr.apikey = "yourkeyhere"
    
    url = polr.shorten("http://google.com")

