-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 755 Bytes
/
Copy pathpyproject.toml
File metadata and controls
33 lines (30 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[build-system]
requires = ["hatchling>=1.25"]
build-backend = "hatchling.build"
[project]
name = "tokenlab-ai"
version = "0.1.1"
description = "Lightweight Python client for TokenLab discovery, OpenAI-compatible APIs, and native endpoints."
readme = "README.md"
requires-python = ">=3.9"
license = "MIT"
authors = [
{ name = "TokenLab" }
]
keywords = [
"tokenlab",
"openai-compatible",
"responses-api",
"anthropic-messages",
"gemini",
"llm-gateway"
]
dependencies = [
"httpx>=0.27,<1"
]
[project.urls]
Homepage = "https://docs.tokenlab.sh"
Repository = "https://github.com/hedging8563/tokenlab-python-sdk"
Issues = "https://github.com/hedging8563/tokenlab-python-sdk/issues"
[tool.hatch.build.targets.wheel]
packages = ["src/tokenlab"]