gopostal
Address parser
Provides a Go interface to parse and expand international street addresses
Go (cgo) interface to libpostal for fast international address parsing/normalization
161 stars
9 watching
31 forks
Language: Go
last commit: 7 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
openvenues/pypostal | A Python library for parsing and normalizing international addresses | 767 |
openvenues/ruby_postal | Provides fast address parsing and normalization for international addresses | 141 |
openvenues/jpostal | A Java/JNI binding to the libpostal C library for fast international street address parsing and normalization. | 105 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
bojanz/address | A package providing data structures and validation rules for working with addresses in web applications. | 71 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
boostport/address | A Go library for validating and formatting addresses using data from Google's Address Data Service. | 90 |
google/libaddressinput | Libraries providing address input field information and validation across multiple programming languages. | 580 |
opencagedata/address-formatting | Provides templates and processing logic to format geographic addresses into human-readable formats | 392 |
kodemartin/rustpostal | A Rust library for parsing and normalizing street addresses | 14 |
davidgamba/go-getoptions | A command line option parser with built-in auto-completion support for Go applications. | 56 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
emersion/go-vcard | A Go library for parsing and formatting vCard data | 107 |
scaleway/postal-address | Tool for parsing and normalizing postal addresses to facilitate accurate territory management | 182 |
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |