pyap2
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: pyap2 | ||
| Version: 0.2.0 | ||
| Version: 0.2.1 | ||
| Summary: Pyap2 is a maintained fork of pyap, a regex-based library for parsing US, CA, and UK addresses. The fork adds typing support, handles more address formats and edge cases. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/argyle-engineering/pyap |
@@ -131,3 +131,3 @@ # -*- coding: utf-8 -*- | ||
| # optional matchers - we want to avoid matching too much with this. | ||
| street_name_one_word_re = r"(?:[A-Z][A-Za-z]{,15})" | ||
| street_name_one_word_re = r"(?:(?:[Oo][Ff]\ (?:[Tt][Hh][Ee]\ )?)?[A-Za-z]{,15})" | ||
@@ -788,3 +788,3 @@ | ||
| street_type_leading_list = ["Camino", "El\ Camino", "Avenue"] | ||
| street_type_leading_list = ["Camino", "El\ Camino", "Avenue", "Blvd", "Ave"] | ||
@@ -905,3 +905,3 @@ | ||
| # Apartment | ||
| [Aa][Pp][Tt]|[Aa][Pp][Aa][Rr][Tt][Mm][Ee][Nn][Tt] | ||
| (?:[Aa][Pp][Tt]\#[\ \.]+)?(?:[Aa][Pp][Tt]|[Aa][Pp][Aa][Rr][Tt][Mm][Ee][Nn][Tt]) | ||
| | | ||
@@ -908,0 +908,0 @@ # Room |
+1
-1
| [tool.poetry] | ||
| name = "pyap2" | ||
| version = "0.2.0" | ||
| version = "0.2.1" | ||
| packages = [{ include = "pyap" }] | ||
@@ -5,0 +5,0 @@ description = "Pyap2 is a maintained fork of pyap, a regex-based library for parsing US, CA, and UK addresses. The fork adds typing support, handles more address formats and edge cases." |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
82650
0.09%