Skip to main content

Unofficial Python bindings for the WalkScore API

Project description

(Unofficial) Python Bindings for the WalkScore API

Branch

Unit Tests

latest

Build Status (Travis CI) Code Coverage Status (Codecov) Documentation Status (ReadTheDocs)

v.1.0

Build Status (Travis CI) Code Coverage Status (Codecov) Documentation Status (ReadTheDocs)

develop

Build Status (Travis CI) Code Coverage Status (Codecov) Documentation Status (ReadTheDocs)

The WalkScore Library is a Python library that provides Python bindings for the WalkScore API. It enables you to retrieve WalkScores, TransitScores, and BikeScores from the API within your Python code in Python versions 3.6 and higher.

COMPLETE DOCUMENTATION: http://walkscore-api.readthedocs.org/en/latest/index.html


Installation

To install the WalkScore Library, just execute:

$ pip install walkscore-api

Dependencies

Python 3.x


Key WalkScore Features

  • Python representation of WalkScores, TransitScores, and BikeScores.

  • Easy serialization and deserialization of API responses to Python objects, dict objects or JSON

  • Built-in back-off/retry logic if the WalkScore API is unstable at any mometn in time

  • Robust error handling to surface meaningful information to help you debug your code.


Hello, World and Basic Usage

1. Import the WalkScore API

from walkscore import WalkScoreAPI

2. Initialize the API

You can either use a single object to communicate with all of the available WalkScore APIs, or initialize a single object for each API:

api_key = 'YOUR API KEY GOES HERE'

walkscore_api = WalkScoreAPI(api_key = api_key)

3. Retrieve a Score

address = '123 Anyplace St Anywhere, AK 12345'

result = walkscore_api.get_score(latitude = 123.45, longitude = 54.321, address = address)

# the WalkScore for the location
result.walk_score

# the TransitScore for the location
result.transit_score

# the BikeScore for the location
result.bike_score

Questions and Issues

You can ask questions and report issues on the project’s Github Issues Page


Contributing

We welcome contributions and pull requests! For more information, please see the Contributor Guide.


Testing

We use TravisCI for our build automation and ReadTheDocs for our documentation.

Detailed information about our test suite and how to run tests locally can be found in our Testing Reference.


License

WalkScore is made available under an MIT License.

Project details


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

walkscore_api-1.0.1-py2.py3-none-any.whl (20.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file walkscore_api-1.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: walkscore_api-1.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 20.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.1

File hashes

Hashes for walkscore_api-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fd7dc4a25ea148859b32750b69995198b2ff4fa12f6badd650f90746f1ee2f09
MD5 dbbfa6c1b94200756a2574dcb182245b
BLAKE2b-256 1decb598a6bf4fb946d92d2c752ce56fb9404d401324617d6422841092eb49c1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page