Metadata-Version: 1.1
Name: uk-postcode-utils
Version: 1.1
Summary: Functions for handling UK postcodes.
Home-page: https://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
        - Andy Gimblett
        - ShaheedHaque
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: GIS
