Metadata-Version: 2.0
Name: davis-weatherlink-scraper
Version: 0.0.5
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
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: beautifulsoup4 (==4.4.1)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: requests (==2.9.1)
Provides-Extra: dev
Requires-Dist: twine; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'

Davis weatherlink scraper/parser
================================

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")


