Skip to content

Installation

Install the Unique Python SDK and its dependencies.

Install via pip

Install the SDK and required dependencies:

pip install unique_sdk
pip install requests

Async Support (Optional)

For async operations, install one of these HTTP clients:

1
2
3
pip install httpx
# or
pip install aiohttp

Verify Installation

Verify the installation by importing the SDK:

import unique_sdk
print(unique_sdk.__version__)

Next Steps

Now that you've installed the SDK:

  1. Configure your credentials - Set up your API key and App ID
  2. Try the Quickstart guide - Make your first API call
  3. Explore API Resources - Learn about available APIs
  4. Check out Tutorials - See step-by-step tutorials