Python API Reference¶
This section contains the auto-generated API documentation for the Python implementation of Logseq Doctor.
The Python package provides:
- API Client (
logseq_doctor.api): Logseq API client for interacting with your graph - CLI (
logseq_doctor.cli): Command-line interface implementation - Constants (
logseq_doctor.constants): Shared constants and configuration
Quick Links¶
- logseq_doctor.api - API client for Logseq
- logseq_doctor.cli - CLI implementation
- logseq_doctor.constants - Constants and configuration
Installation¶
Or with uv:
Usage¶
Python
from logseq_doctor.api import Block, LogseqClient
# Use the API client
client = LogseqClient(path="/path/to/graph")
Or use the CLI: