Metadata-Version: 1.0
Name: uk-postcode-utils
Version: 0.1.0
Summary: Functions for handling UK postcodes.
Home-page: http://pypi.python.org/pypi/uk-postcode-utils/
Author: Matthew Somerville
Author-email: matthew@mysociety.org
License: LICENSE.txt
Description: =====================
        UK Postcode utilities
        =====================
        
        UK Postcode utilities provides functions for working with UK postcode
        data. Typical usage often looks like this::
        
            #!/usr/bin/env python
        
            from ukpostcodeutils import validation
        
            if validation.is_valid_postcode('SW1A1AA'):
                print "Postcode OK."
        
        Contributors
        ============
        Matthew Somerville
        Louise Crow
Platform: UNKNOWN
