A simple python package for dealing with zip codes in python.
Project description
- Simple package for dealing with zip codes in python.
>>> import zipcode >>> >>> myzip = zipcode.isequal('44102') >>> myzip.state #=> 'OH' >>> myzip.city #=> 'Cleveland' >>> >>> myzip.to_dict() #=> {'zip_type': u'STANDARD', 'city': u'CLEVELAND', 'population': u'27699', 'zip': u'44102', 'yaxis': u'-0.74', 'location_text': u'Cleveland, OH', 'country': u'NA', 'notes': u'', 'lon': -81.67, 'tax_returns_filed': u'17409', 'state': u'OH', 'z axis': u'0.66', 'location': u'NA-US-OH-CLEVELAND', 'xaxis': u'0.1', 'lat': 41.47, 'wages': u'408225500', 'decommisioned': u'FALSE', 'location_type': u'PRIMARY', 'world_region': u'NA'} >>> >>> #all keys in the dictionary can be fetched with dot notation. >>> >>> zipcode.islike('00') #=> list of Zip objects that begin with given prefix.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zipcode-1.3.0.tar.gz
(1.6 MB
view details)
Built Distribution
File details
Details for the file zipcode-1.3.0.tar.gz
.
File metadata
- Download URL: zipcode-1.3.0.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bf43a149670760fddfa37a09ef89ab94a6edd04a09193171393102ea34504adc
|
|
MD5 |
30fd0d5b3e3ef563638facb3b35c518a
|
|
BLAKE2b-256 |
e73679bb60dbced18a37bd2d9b7848b606977a8f86ed4da3304d6da2ec9c15a5
|
File details
Details for the file zipcode-1.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: zipcode-1.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 1.6 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
795a5983874fac496e3cc935a3cd87693c2fd964488d259796f7f0dda7523588
|
|
MD5 |
e4268c79009d078a3a56973da650b46f
|
|
BLAKE2b-256 |
49dc0d06a78361a6c3bf6e768dead7417305abecf9499ebbd9c3db31eeeb5285
|