decomposer: generate files for Build source connectors that retrieve content and source permissions from SCM and CMS systems and expose normalized content-change records to downstream ingestion workflows.

This commit is contained in:
2026-09-01 13:57:20 +00:00
parent b4a4f51323
commit 3403dea838
12 changed files with 284 additions and 3 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "source-connectors"
version = "0.1.0"
description = "Pluggable GitHub and SharePoint content connectors"
requires-python = ">=3.11"
dependencies = []
[project.optional-dependencies]
test = ["pytest>=8.0,<9"]
[tool.pytest.ini_options]
testpaths = ["tests"]
[tool.ruff]
line-length = 100