From e80ad01ea915fe971a183171517f920bd9f812c0 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 8 Sep 2016 12:28:23 +0200 Subject: [PATCH] Add postal address libraries. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cefa7f0..0b02b57 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ TODO: explain why this list is aweseome. ## Postal addresses -- [Falsehoods programmers believe about addresses](https://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses/) +- [Falsehoods programmers believe about addresses](https://www.mjt.me.uk/posts/falsehoods-programmers-believe-about-addresses/). +- [`libaddressinput`](https://github.com/googlei18n/libaddressinput): Google's common C++ and Java library for parsing, formatting, and validating international postal addresses. +- [`postal-address`](https://github.com/scaleway/postal-address): Python module to parse, normalize and render postal addresses. ## Lisense