Metadata-Version: 2.0
Name: aurorawatchuk
Version: 0.1.6
Summary: Python interface to the AuroraWatch UK API.
Home-page: https://github.com/stevemarple/python-aurorawatchuk
Author: Steve Marple
Author-email: s.marple@lancaster.ac.uk
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: atomiccreate
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: six

aurorawatchuk
=============

A Python interface to the AuroraWatch UK API.

Installation
------------

The easiest way to install the module is with ``pip``::

    pip install aurorawatchuk

Developers may wish to clone the git repository and install it in developer mode::

    git clone https://github.com/stevemarple/python-aurorawatchuk.git
    cd python-aurorawatchuk
    python setup.py develop

Using the module
----------------

A short tutorial describing how to use the module is available as an ipython notebook from
https://github.com/stevemarple/python-aurorawatchuk/blob/master/aurorawatchuk/examples/aurorawatchuk_api.ipynb





Credits
=======

"aurorawatchuk" is written and maintained by Steve Marple.


Contributors
------------

Please append your name here when you submit your first pull request.


