Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Last reviewed: 2026-03 -->
<!-- Last reviewed: 2026-08 -->

## Project

Expand All @@ -9,7 +9,7 @@ Synapse Python Client — official Python SDK and CLI for Synapse (synapse.org),
- Python 3.10–3.14 (`setup.cfg`: `python_requires = >=3.10, <3.15`)
- HTTP: httpx (async), requests (sync/legacy)
- Models: stdlib dataclasses (NOT Pydantic)
- Tests: pytest 8.2, pytest-asyncio, pytest-socket, pytest-xdist
- Tests: pytest 9.0.3, pytest-asyncio, pytest-socket, pytest-xdist
- Docs: MkDocs with Material theme, mkdocstrings
- Linting: ruff, black (line-length 88), isort (profile=black), bandit
- CI: GitHub Actions → SonarCloud, PyPI deploy on release
Expand Down
Loading
Loading