Skip to main content

Python SDK for interacting with the Peak platform

Project description

Peak SDK

PyPI Python Version License

What is Peak SDK?

Peak SDK is a Python-based package which can be used to build AI applications in Peak Platform. The Peak SDK provides an efficient code-based interface to manage platform resources (Web Apps, Workflows and Images). It also includes an interface to use Press API which can help you efficiently create, manage and deploy Press Applications on the Peak.

Getting Started

Setting up a Virtual Environment

To ensure a smooth development experience with Peak SDK, we highly recommend creating a Python virtual environment. A virtual environment helps to isolate the dependencies required by your project and prevents conflicts with other projects or the system's global Python environment.

Follow these steps to create a virtual environment using Python's built-in venv module:

  1. Open a terminal.

  2. Navigate to your project's root directory (where you plan to work with the Peak SDK).

  3. Create a new virtual environment with the following command:

    python3 -m venv <venv_name>
    
  4. Activate the virtual environment by running:

    source <venv_name>/bin/activate
    
  5. You will now be working within the virtual environment, and you can install dependencies and run the project without affecting other projects on your system's Python environment.

  6. When you're finished working on your project, you can deactivate the virtual environment using the following command:

    deactivate
    

Installation

  • You can install the Peak SDK with the following command using pip

    pip install peak-sdk
    

    Or if you want to install a specific version

    pip install peak-sdk==<version>
    
  • The Peak SDK ships with the CLI as well. Once CLI is installed, you can enable auto-completion for your shell by running peak --install-completion ${shell-name} command, where shell can be one of [bash|zsh|fish|powershell|pwsh].

  • Once this has run, we need to add compinit to the shell configuration file (like - .zshrc, .bashrc, etc). To do so, you can the following command

    echo "compinit" >> ~/.zshrc # replace .zshrc with your shell's configuration file
    

Checking Package Version

  • As mentioned above, the Peak SDK ships with a CLI as well. You can check the version of both the CLI and the SDK quite easily.

  • You can check the version for the peak-cli using the following command

    peak --version
    

    This should return a response of the following format

    peak-cli==1.24.0
    Python==3.12.3
    System==Darwin(23.6.0)
    
  • To check the version of the peak-sdk, the following code snippet can be used

    import peak
    
    print(peak.__version__)
    

    This should print the version of the SDK

    1.24.0
    

Using the SDK and CLI

  • To start using the SDK and CLI, you'll need a Personal Access Token (PAT).
  • If you don't have one yet, sign up for an account on the Peak platform to obtain your Personal Access token (PAT).
  • To export it, run the following command in your terminal and replace <peak_auth_token> with your actual PAT:
    export PEAK_AUTH_TOKEN=<peak_auth_token>
    

Documentation

You can access the documentation for the SDK and CLI at https://docs.peak.ai/sdk/latest/. Here are some quick links to help you navigate easily:

Platform Support

Support across Python versions on major 64-bit platforms
Python Version Linux MacOS Windows
3.8 🟢 🟢 🟤
3.9 🟢 🟢 🟤
3.10 🟢 🟢 🟤
3.11 🟢 🟢 🟤
3.12 🟢 🟢 🟤
Legend
Key Status Description
🟢 Supported regularly tested, and fully supported
🟡 Limited Support not explicitly tested but should work, and supported on a best-effort basis
🟤 Not Tested should work, but no guarantees and/or support

More Resources

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

peak_sdk-1.26.0.tar.gz (174.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

peak_sdk-1.26.0-py3-none-any.whl (309.9 kB view details)

Uploaded Python 3

File details

Details for the file peak_sdk-1.26.0.tar.gz.

File metadata

  • Download URL: peak_sdk-1.26.0.tar.gz
  • Upload date:
  • Size: 174.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for peak_sdk-1.26.0.tar.gz
Algorithm Hash digest
SHA256 f4802e10e2448ec658ee4f3817ef221e597a31afae3026d4e72f38d842d9808a
MD5 5fb64f41d6d64932d6de044356fdfbb7
BLAKE2b-256 1658b1ddd9e32a9ce0e0a77e6ff43b602137d47cec94fb799bbdb6803be8f7ac

See more details on using hashes here.

File details

Details for the file peak_sdk-1.26.0-py3-none-any.whl.

File metadata

  • Download URL: peak_sdk-1.26.0-py3-none-any.whl
  • Upload date:
  • Size: 309.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for peak_sdk-1.26.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3d9340421fbcc2f2af1dcebf09118415ae6dd605c2453b1ce714fc414c3d79e7
MD5 62354eec39f8bea28cc2bee9e8883557
BLAKE2b-256 9173373ef8d0ddf8bec5cb792099dba8be5275be19a3ee524fd91c35b810a462

See more details on using hashes here.

Supported by

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