chore(scraper-kit): scaffold internal package + uv workspace (#2128) #2139
No reviewers
Labels
No labels
admin
analytics
auth
automation
bug
business
chore
ci
compliance
data
data-moat
docs
duplicate
dx
enhancement
Fable 5 ревью
feedback/max
generative
GG-форсайт
needs-discussion
needs-human
observability
pause-bots
performance
priority/p0
priority/p1
priority/p2
priority/p3
scope/backend
scope/db
scope/devops
scope/frontend
scope/qa
scrapers
security
site-finder
stage/1
stage/2
status/blocked
status/done
status/needs-analysis
status/needs-fix
status/qa
status/ready
status/review
status/wip
tech-debt
tradein
ux
week ревью 1
wontfix
вторичка
ИРД
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lekss361/gendesign#2139
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "chore/scraper-kit-scaffold"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Закрывает #2128 (часть Epic #2126).
Что
Скаффолд внутреннего пакета
scraper-kit+ подключение кtradein-backendкак uv workspace-member. Код скрапперов НЕ двигается — только пустой устанавливаемый пакет (foundation для последующих шагов B-H).Файлы
tradein-mvp/pyproject.toml(new) — virtual workspace root (members = ["backend", "packages/*"],package = false)tradein-mvp/packages/scraper-kit/— src-layout, hatchling, py.typed,__version__ = "0.1.0"tradein-mvp/backend/pyproject.toml— +depscraper-kit+[tool.uv.sources] scraper-kit = { workspace = true }tradein-mvp/uv.lock(new) — editable workspace memberПроверено
cd tradein-mvp && uv syncOK (lock создан с нуля)uv run python -c "import scraper_kit"→0.1.0