Official GetZiptastic.com library.
Project description
Official Ziptastic Python Library
Python library for GetZiptastic.com
Installation
>>> pip install ziptastic-python
Running tests
$ nosetests
Running tests with coverage
$ nosetests –with-coverage –cover-package=ziptastic
Usage
Forward geocoding
>>> from ziptastic import Ziptastic >>> api = Ziptastic('<your api key>') >>> result = api.get_from_postal_code('48867')
Reverse geocoding
>>> from ziptastic import Ziptastic >>> api = Ziptastic('<your api key>') >>> result = api.get_from_coordinates('42.9934', '-84.1595')
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file ziptastic_python-1.0.0b2-py2.py3-none-any.whl
.
File metadata
- Download URL: ziptastic_python-1.0.0b2-py2.py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43210f35774450e290abb4a6719bcf270561993313c85b458f8c17dfbe1d7932 |
|
MD5 | a247f03c3e320125333b88c24917d33c |
|
BLAKE2b-256 | 8aa3f12f875350fb60a9be80344d2ad8949c8e89004c89f1e248dc47df49fb1a |