{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/7"}],"enrichment":{"capability":"Provides local lookup of US ZIP code information including city, state, coordinates, timezone, and daylight savings time, with search and radius-based filtering.","skillfed_tags":["geocoding","offline-data","abandoned"],"use_cases":["Validate and enrich user-submitted ZIP codes with city/state information in web forms or data pipelines","Find nearby ZIP codes for location-based features like store locators or delivery radius calculations","Populate timezone and daylight savings time data for scheduling or time-aware applications","Offline geocoding: convert ZIP codes to approximate latitude/longitude for mapping or distance calculations","Bulk lookup of ZIP code metadata in batch processing without rate limits or API costs"],"what_it_does":"pyzipcode wraps a local SQLite database of US ZIP codes to provide fast, offline lookups of postal code metadata. It loads city, state, latitude, longitude, timezone, and daylight savings time information for any ZIP code, and supports search by city name and radius-based filtering around a given ZIP code.\n\nThe package exposes a dictionary-like ZipCodeDatabase interface: you can look up a ZIP code by integer or string, search for all codes in a city using SQL wildcards, or find codes within a specified radius. It requires no external API calls or network access, making it suitable for applications that need reliable ZIP code data without external dependencies.","worth_installing":"No. The package is abandoned (last update 2021-03-03), has high install friction (source-only distribution), and relies on a ZIP code database from 2004 that is now significantly outdated. For current applications, use a maintained alternative or a live API service that reflects current postal code assignments."},"id":"pyzipcode","links":{"html":"https://skillfed.io/packages/pyzipcode","md":"https://skillfed.io/packages/pyzipcode.md","pypi":"https://pypi.org/project/pyzipcode/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-03-03","license_spdx":null,"license_treatment":"permissive","name":"pyzipcode","python_support":"supports_current","summary":"query zip codes and location data"},"popularity":{"monthly_downloads":289818,"position":7997,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.0.1"}
