ColinWaddell / python-taps-aff

Python interface to www.taps-aff.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taps Aff Python Api

This provides a simple python library to determine if it is 'taps aff' or 'taps oan' for a specified location using Colin Waddell's www.taps-aff.co.uk service.

https://github.com/ColinWaddell/tapsaff

Installation

pip install tapsaff

API

Constructor

location can be a UK postcode or city.

TapsAff(location)

Properties

is_taps_aff # True if taps aff for this location

Example

from tapsaff import TapsAff

glasgow = TapsAff("Glasgow")
print(glasgow.is_taps_aff)

About

Python interface to www.taps-aff.co.uk

License:MIT License


Languages

Language:Python 100.0%