Skip to main content

Timeback SDK for Python - adapters for FastAPI, Django, and more

Project description

Timeback SDK

Server-side SDK for integrating Timeback into Python web applications.

Installation

# pip
pip install timeback-sdk[fastapi]
pip install timeback-sdk[django]

# uv (add to a project)
uv add "timeback-sdk[fastapi]"
uv add "timeback-sdk[django]"

# uv (install into current environment)
uv pip install "timeback-sdk[fastapi]"
uv pip install "timeback-sdk[django]"

FastAPI

from fastapi import FastAPI
from timeback.fastapi import create_timeback_router

app = FastAPI()

timeback_router = create_timeback_router(
    env="staging",
    client_id="...",
    client_secret="...",
    identity={
        "mode": "sso",
        "client_id": "...",
        "client_secret": "...",
        "get_user": lambda req: get_session_user(req),
        "on_callback_success": lambda ctx: handle_sso_success(ctx),
    },
)

app.include_router(timeback_router, prefix="/api/timeback")

Django

# Coming soon

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

timeback_sdk-0.2.1b20260313233319.tar.gz (110.4 kB view details)

Uploaded Source

Built Distribution

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

timeback_sdk-0.2.1b20260313233319-py3-none-any.whl (107.9 kB view details)

Uploaded Python 3

File details

Details for the file timeback_sdk-0.2.1b20260313233319.tar.gz.

File metadata

  • Download URL: timeback_sdk-0.2.1b20260313233319.tar.gz
  • Upload date:
  • Size: 110.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for timeback_sdk-0.2.1b20260313233319.tar.gz
Algorithm Hash digest
SHA256 b32bf652f1dd57acfd78342661d5c441e9ff18c90cdebfe2eefd7bdbfc8f0909
MD5 5d2d68954dbfc1fb60348a8519f01f68
BLAKE2b-256 7d8a5ffaefbdeb35b901a098052e2c15011683c1afd3f45b563288eccb41f173

See more details on using hashes here.

File details

Details for the file timeback_sdk-0.2.1b20260313233319-py3-none-any.whl.

File metadata

  • Download URL: timeback_sdk-0.2.1b20260313233319-py3-none-any.whl
  • Upload date:
  • Size: 107.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for timeback_sdk-0.2.1b20260313233319-py3-none-any.whl
Algorithm Hash digest
SHA256 ff21b90986a6198a8a496ef631cb9adbbf33f6c3cd765d887fdd7e3bf19bc5ab
MD5 dd27fd602e1dcc98e50b09a40123cfe6
BLAKE2b-256 cb53dc5990de2c7960e897e526f39f5ab27fafc4086f35ae011c4d9cd77bb087

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