Installation

Python

Set up the Interna SDK in a Python project.

Requirements

  • Python 3.9+
  • pip 21+ or poetry 1.2+

Install with pip

Terminal
pip install interna

Usage

main.py
from interna import Interna

client = Interna(api_key="sk_live_...")
user = client.users.get_current()
print(user.email)