Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pyap2

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyap2 - npm Package Compare versions

Comparing version
0.2.7
to
0.2.8
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: pyap2
Version: 0.2.7
Version: 0.2.8
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

@@ -191,2 +191,6 @@ # -*- coding: utf-8 -*-

numbered_alternate = (
r"""(?:[Aa][Ll][Tt]|[Aa][Ll][Tt][Ee][Rr][Nn][Aa][Tt][Ee])\ \d{1,4}(?!\d)"""
)
# Used to handle edge cases where streets don't have a street type:

@@ -209,2 +213,4 @@ # eg. `55 HIGHPOINT`, `600 HIGHWAY 32`

{numbered_route_re}
|
{numbered_alternate}
)

@@ -221,2 +227,3 @@ )

numbered_route_re=numbered_route_re,
numbered_alternate=numbered_alternate,
)

@@ -307,2 +314,3 @@

"Centre",
"Chase",
"Cir",

@@ -309,0 +317,0 @@ "Circ",

[tool.poetry]
name = "pyap2"
version = "0.2.7"
version = "0.2.8"
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."