NHSISL.LibPostalClient 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NHSISL.LibPostalClient --version 1.0.0
NuGet\Install-Package NHSISL.LibPostalClient -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NHSISL.LibPostalClient" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHSISL.LibPostalClient --version 1.0.0
#r "nuget: NHSISL.LibPostalClient, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NHSISL.LibPostalClient as a Cake Addin
#addin nuget:?package=NHSISL.LibPostalClient&version=1.0.0

// Install NHSISL.LibPostalClient as a Cake Tool
#tool nuget:?package=NHSISL.LibPostalClient&version=1.0.0

LibPostalClient

alternate text is missing from this package README image Build The Standard - COMPLIANT

Introduction

The NHSISL.LibPostalClient is a Standard compliant wrapper for Libpostal (https://github.com/openvenues/libpostal) which parses and normalizes addresses. It is designed to take unstructured address data, such as a mailing address written in natural language, and convert it into a structured format that can be more easily processed by software systems.

Key Features

Address Parsing:

Libpostal can break down an address into its constituent components, such as street names, cities, states, postal codes, and more. This makes it easier to work with and compare address data.

Address Normalization:

It can normalize addresses to a consistent format, reducing variations and inconsistencies that may exist in address data.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.6 58 5/20/2024
1.0.0.5 36 5/20/2024
1.0.0.4 41 5/20/2024
1.0.0.3 29 5/20/2024
1.0.0.2 51 5/15/2024
1.0.0 48 5/2/2024

A .NET Client to parse and normalize unstructured addresses