Skip to main content

Python client for Planhat API

Project description

Planhat Python

Planhat API Python client library

https://docs.planhat.com/

Installation

pip install planhat

Usage

from planhat import Planhat

# See https://docs.planhat.com/#base-url
from planhat import API_URL, API_URL_EU, API_URL_US2

# https://app.planhat.com/developer
planhat_client = Planhat(
    API_URL,
    'tenant-token',
    'api-token'
)

companies_data = planhat_client.get_companies()

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

planhat-0.5.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

planhat-0.5.1-py2.py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 2 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