NEL.LibPostalClient 1.0.0.9

dotnet add package NEL.LibPostalClient --version 1.0.0.9
NuGet\Install-Package NEL.LibPostalClient -Version 1.0.0.9
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="NEL.LibPostalClient" Version="1.0.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NEL.LibPostalClient --version 1.0.0.9
#r "nuget: NEL.LibPostalClient, 1.0.0.9"
#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 NEL.LibPostalClient as a Cake Addin
#addin nuget:?package=NEL.LibPostalClient&version=1.0.0.9

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

LibPostalClient

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

Introduction

The NEL.LibPostalClient is a Standard compliant wrapper for libpostal (https://github.com/openvenues/libpostal) which parses and normalises 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 address data programmatically.

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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.9 855 11/14/2023
1.0.0.8 110 11/14/2023
1.0.0.7 106 11/13/2023
1.0.0.6 106 11/13/2023
1.0.0.5 124 10/27/2023
1.0.0.4 121 10/26/2023
1.0.0.3 123 10/25/2023
1.0.0.2 125 10/25/2023
1.0.0.1 105 10/25/2023

A .NET Client to parse and normalise unstructured adrresses