Skip to main content

GeoInsight Python Package

Project description

GeoInsight API python package

To get started with the GeoInsight API head over to geoinsight.ai and create an account. You will get an GeoInsight Personal Token (GPT) and an API Private Key (APK).

Install

To install the package just run a regular pip install

pip install geoinsight

Then import the package like this.

import geoinsight

The GeoInsight package come with an api class to access the endpoints and a util class with aditional useful functions. You can initialize both like this:

api=geoinsight.api()
util=geoinsight.util()

Now use the GeoInsight Personal Token (GPT) and API Private Key (APK).

api.set_access_token(_gpt='GPT',_apk='APK')

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

geoinsight-0.5.7.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

geoinsight-0.5.7-py3-none-any.whl (9.6 kB view hashes)

Uploaded Python 3

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