Skip to main content

A collection of toolkit and algorithms for handling US addresses

Project description

Send the Raven is a Python library that provides a comprehensive collection of toolkits and algorithms for handling US addresses. It aims to simplify the process of working with US addresses, offering functionalities such as parsing, validation, formatting, and more.

Game of Thrones Send the Ravens GIF

Checkout the official documentation.

Features

  • Address Parsing: Extract structured information from US addresses, including street names, house numbers, city, state, and ZIP codes.

  • Address Validation: Validate US addresses to ensure accuracy and compliance with USPS standards.

  • Address Formatting: Format US addresses in a consistent and standardized manner for various purposes.

  • Address Geocoding: Convert US addresses into Longitude and Latitude.

  • Additional Utilities: Additional utilities to enhance address handling, such as address comparison, address normalization, and more.

Installation

send_the_raven can be installed from PyPI:

pip install send-the-raven

Usage

Here is a quick example of using send_the_raven to validate addresses into USPS Database:

from send_the_raven import Validator

addresses = [
   {"street": "123 Main St", "city": "Anytown", "state": "CA", "zip_code": "12345"},
   {"street": "456 Oak Rd", "city": "Forest", "state": "VT", "zip_code": "67890"}
]

validator = Validator(addresses, usps_id="MY_ID")
valid_addresses = validator()

send_the_raven handles parsing the address data, constructing the validation requests, and returning the corrected addresses.

The :py|.`~send_the_raven.address.Address`|_ class also provides methods for normalizing, geocoding, and working with addresses.

Acknowledgments

send_the_raven uses the following open source libraries:

We thank the developers of these libraries for their contributions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

send_the_raven-0.1.2.tar.gz (155.2 kB view hashes)

Uploaded Source

Built Distribution

send_the_raven-0.1.2-py3-none-any.whl (157.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page