Skip to main content

Summarizing the Google Maps attributes of places within a specified area

Project description

Places Summarized

Build Status License: MIT

Places Summarized is a wrapper around Google Maps' Places API that summarizes the attributes of the locations nearby the specified coordinate.

Installation

Install Places Summarized via pip using

$ pip install places-summarized

Requirements

  • A Google Maps API key.
  • Python 3

Usage

This example uses a Google Maps API key.

import pprint
from places_summarized.client import Client

pp = pprint.PrettyPrinter(indent=4)

client = Client(key='your-key')
# Google Sydney offices
summary = client.places_summary(location=(-33.8670522, 151.1957362), radius=1000)
pp.pprint(summary.result())
# Print the ratings of the locations of type "point_of_interest."
# You can find the full list of types
# at: https://developers.google.com/places/web-service/supported_types
print(summary.ratings_by_type('point_of_interest'))
# Print the average price level of all the places
print(summary.average_price_level())

Or, you can test it without a key, using the TestClient.

import pprint
from places_summarized.fake_client import FakeClient

pp = pprint.PrettyPrinter(indent=4)

fclient = FakeClient()
summary = fclient.places_summary()
pp.pprint(summary.result())

Documentation

TO DO... :/ maybe you want to help?

Acknowledgements

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

places-summarized-0.0.9.tar.gz (45.8 kB view details)

Uploaded Source

Built Distribution

places_summarized-0.0.9-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file places-summarized-0.0.9.tar.gz.

File metadata

  • Download URL: places-summarized-0.0.9.tar.gz
  • Upload date:
  • Size: 45.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.10

File hashes

Hashes for places-summarized-0.0.9.tar.gz
Algorithm Hash digest
SHA256 f467e7e10cef4eb47e65c82d7880dd3e3086c165c5f7934429ca26dcf301085e
MD5 fd142ce1b402dbb773dfb149c0aa1079
BLAKE2b-256 bfc88897f9007e5556bac6c3a565e7122f246b8d739f89418e0255fc002c9126

See more details on using hashes here.

File details

Details for the file places_summarized-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: places_summarized-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.10

File hashes

Hashes for places_summarized-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 c413a64855cb906c35ff7ecc6b2d5a1310d6331c0c19398111df2c3d8537c884
MD5 2084123d95b4caadd81b4ac795863fcd
BLAKE2b-256 01651df801edcf1665c3fbe23ee806e74f42a679e34217945641c0b416ff96de

See more details on using hashes here.

Supported by

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