Skip to main content

Paradime - Python SDK

Project description

Paradime

Paradime - Python SDK

Installation

pip install paradime-io

SDK Usage

Generate your API key, secret and endpoint from Paradime workspace settings.

from paradime import Paradime

paradime = Paradime(
    api_endpoint="API_ENDPOINT", 
    api_key="API_KEY", 
    api_secret="API_SECRET",
)

# Use the paradime client to interact with the API

CLI Usage

For the full specification of the CLI, run:

paradime --help

Generate your API key, secret and endpoint from Paradime workspace settings. Then set the environment variables:

export PARADIME_API_ENDPOINT="YOUR_API_ENDPOINT"
export PARADIME_API_KEY="YOUR_API_KEY"
export PARADIME_API_SECRET="YOUR_API_SECRET

Examples

Find usage examples here to get started with the Paradime Python SDK.

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

paradime_io-4.3.0.tar.gz (18.4 kB view hashes)

Uploaded Source

Built Distribution

paradime_io-4.3.0-py3-none-any.whl (26.2 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