Metadata-Version: 1.0
Name: PostCoder
Version: 0.1.1
Summary: A simple API in python to work with       postcoder, a popular web service for addresses &       postcodes in the UK       
Home-page: http://www.openlabs.co.in
Author: Sharoon Thomas
Author-email: sharoon.thomas@openlabs.co.in
License: MIT
Description: 
        This module can be used with postcoder webservice to
        get addresses from postcoder against post codes and
        vice versa. It implements the complete SOAP methods
        implemented by postcoder.
        
        It implements the following SOAP methods:
        * getThrfareAddresses
        * getPremiseList
        * getMatchAddress
        * getGrids
        * getPostzon
        and a helper function to calculate distance
        between two postcodes
        
        
Keywords: postcoder UK postcodes
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
