Metadata-Version: 2.1
Name: postcode-validator-uk
Version: 0.0.1
Summary: A simple UK postcode validator.
Home-page: https://github.com/guimunarolo/postcode-validator-uk
Author: Guilherme Munarolo
Author-email: guimunarolo@hotmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8

# postcode-validator-uk

[![CircleCI](https://circleci.com/gh/guimunarolo/postcode-validator-uk.svg?style=shield)](https://circleci.com/gh/guimunarolo/postcode-validator-uk)
[![codecov](https://codecov.io/gh/guimunarolo/postcode-validator-uk/branch/master/graph/badge.svg)](https://codecov.io/gh/guimunarolo/postcode-validator-uk)

A simple UK validator.

> Implemented following these instructions: [Wikipedia - Postcodes in the United Kingdom](https://en.wikipedia.org/wiki/Postcodes_in_the_United_Kingdom#Formatting).


## Usage

postcode-validator-uk is available on PyPI:

```bash
pip install postcode-validator-uk
```


