Metadata-Version: 1.1
Name: davis-weatherlink-scraper
Version: 0.0.9
Summary: Scraper and parser for Davis Weatherlink data
Home-page: https://github.com/ojarva/davis-weatherlink-scraper
Author: Olli Jarva
Author-email: olli@jarva.fi
License: BSD
Description: Davis weatherlink scraper/parser
        ================================
        
        .. image:: https://travis-ci.org/ojarva/davis-weatherlink-scraper.svg?branch=master
            :target: https://travis-ci.org/ojarva/davis-weatherlink-scraper
        
        Installation:
        
        ::
        
          pip install davis_weatherlink_scraper
        
        or clone `the repository <https://github.com/ojarva/davis_weatherlink_scraper>`_ and run
        
        ::
        
          python setup.py install
        
        Usage:
        
        ::
        
          import davis_weatherlink_scraper
          scraper = WeatherLink()
          print scraper.get("hsksatama")
        
Keywords: davis weatherlink weather
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
