Metadata-Version: 1.0
Name: yandexwebmaster
Version: 0.0.2
Summary: YandexWebmaster API
Home-page: UNKNOWN
Author: Danillab
Author-email: danillab@yandex.ru
License: MIT
Description-Content-Type: UNKNOWN
Description: YandexWebmaster
        ===============
        
        Get token on https://oauth.yandex.ru/authorize?response_type=token&client_id=%7Bclient_id%7D
        
        Usage Example
        =============
        
        from yandexwebmaster import YandexWebmaster
        
        token = 'M1bNXqEKl3rCp64XrPb8WW5GckFXnyNZdMAY16w' y = YandexWebmaster(client_token=token) print(y.get_hosts()) host_id = y.host('site.com')
        #or host_id = 'http:site.com:80'
        
        print(y.get_host_summary(host_id))
        
Keywords: yandex webmaster
Platform: UNKNOWN
