Metadata-Version: 1.0
Name: goto
Version: 0.0.2
Summary: Urllib object wrapper
Home-page: https://bitbucket.org/imbolc/goto
Author: Imbolc
Author-email: imbolc@imbolc.name
License: ISC
Description: odbm
        ====
        
        Installation
        ------------
        ::
        
            $ pip install goto
        
        Usage
        -----
        ::
        
            >>> import goto
            >>> page = goto('рег.рф')
            >>> page.code
            200
            >>> page.body[:25]
            '\n\n\n<!DOCTYPE html PUBLIC '
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python
