Tag: project architecture

1 entry tagged "project architecture" — 1 post, 0 links.

Posts

Jun 15, 20266 min — Platform & AI

The Python Project Skeleton I Want Before the First Feature

A production Python project skeleton that prevents import confusion, dependency drift, and toolchain sprawl before the first API route or model workflow ships.

Outcome: Specified a repo baseline with src layout, uv locking, Ruff, typed checks, pytest, dependency groups, and CI gates so Python projects begin with executable architecture.

All tags