# Python Project Layout

> Organize StockRipper source, tests, and Python tooling so the project stays maintainable and uv-friendly. Use when this capability is needed.

- Skill: `tomevault-io/python-project-layout` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/python-project-layout`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/python-project-layout/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/python-project-layout

---


# Python Project Layout Skill

## When to Use

- Creating or refactoring project structure
- Adding Python modules, tests, scripts, or dashboards
- Aligning the repo with `pyproject.toml`, `uv.lock`, and `src/stockripper/`

## Key Rules

1. Keep application code in `src/stockripper/` and tests under `tests/`.
2. Keep provider adapters, models, workflow orchestration, and ledger code separated by responsibility.
3. Keep Python tooling explicit in `pyproject.toml` and use uv commands for environment management.
4. Keep scripts and local automation under `scripts/` so they do not mix with runtime code.

---
> Source: [rtreit/stockripper](https://github.com/rtreit/stockripper) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-15 -->

