Metadata-Version: 1.1
Name: spot-memair
Version: 2018.5.28.0
Summary: updates memair with spot data
Home-page: https://github.com/gregology/spot-memair
Author: Greg Clarke
Author-email: greg@gho.st
License: MIT
Description-Content-Type: UNKNOWN
Description: ===========
        Spot Memair
        ===========
        
        .. image:: https://badge.fury.io/py/spot-memair.svg
            :target: https://badge.fury.io/py/spot-memair
        
        .. image:: http://img.shields.io/badge/license-MIT-yellow.svg?style=flat
            :target: https://github.com/gregology/spot-memair/blob/master/LICENSE
        
        .. image:: https://img.shields.io/badge/contact-Gregology-blue.svg?style=flat
            :target: http://gregology.net/contact/
        
        Overview
        --------
        
        Simple App to update Memair with Spot data
        
        Installation
        ------------
        
        ``spot-memair`` is available on PyPI
        
        http://pypi.python.org/pypi/spot-memair
        
        Install via ``pip``
        ::
        
            $ pip install spot-memair
        
        Or via ``easy_install``
        ::
        
            $ easy_install spot-memair
        
        Or directly from ``spot-memair``'s `git repo <https://github.com/gregology/spot-memair>`
        ::
        
            $ git clone git://github.com/gregology/spot-memair.git
            $ cd spot-memair
            $ python setup.py install
        
        Basic usage
        -----------
        ::
        
            $ python spot-memair -m <MEMAIR_ACCESS_TOKEN> -s <SPOT_API_TOKEN>
        
Keywords: spot memair location
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
