Metadata-Version: 1.0
Name: polr
Version: 0.1.0
Summary: Polr Wrapper
Home-page: http://polr.cf
Author: Srijay C. Kasturi
Author-email: srijay@techfilmer.com
License: LICENCE.txt
Description: ====
        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")
        
        
Platform: UNKNOWN
