Unofficial Python bindings for the WalkScore API, providing easy access to Walk Score, Transit Score, and Bike Score data. Latest version 1.0.1 supports Python >=2.7, !=3.0-3.3, <4.0. Low release cadence; last update in 2017.
pip install walkscore-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a client with your API key and call get_score with address and coordinates.
Run with Python 2.7 or patch the source to use print() function.
Use client = WalkScoreApiClient(api_key=os.environ.get('WALKSCORE_API_KEY', ''))Access score via response.walk_score, not response['walk_score'].