Metadata-Version: 1.0
Name: microurl
Version: 0.0.4
Summary: microurl is a python module to create minfied urls
Home-page: http://github.com/micropyramid/microurl
Author: Archana, Ashwin
Author-email: MicroPyramid@googlegroups.com
License: GPL3
Description: microurl
        ========
        
        
        python library for url minification.
        
        download this, extract/unzip and copy to your python packages folder
        
        on linux, it must be /usr/local/lib/python2.7/dist-packages/
        
        then you can use it by importing google url shorner from microurl
        
        from microurl import google_mini
        
        minified = google_mini('validurl', 'Google_API_KEY')
        
        its as simple as that.
        
Keywords: Url minifier python library using google,bitly,supr,dottk
Platform: UNKNOWN
