2026-06-24 09:11:13 +02:00
|
|
|
[project]
|
|
|
|
|
name = "obsidian-api"
|
2026-06-24 14:29:48 +02:00
|
|
|
version = "1.0.6"
|
2026-06-24 09:11:13 +02:00
|
|
|
description = "HTTP API wrapper for running Obsidian CLI commands from n8n, SDKs, or agent harnesses."
|
|
|
|
|
requires-python = ">=3.14"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"starlette==0.50.0",
|
|
|
|
|
"uvicorn[standard]==0.38.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[dependency-groups]
|
|
|
|
|
dev = [
|
|
|
|
|
"pytest==9.0.2",
|
|
|
|
|
"httpx==0.28.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[tool.pytest.ini_options]
|
|
|
|
|
pythonpath = ["."]
|
|
|
|
|
|
|
|
|
|
[tool.uv]
|
|
|
|
|
package = false
|