python-development-python-scaffold - Python Project Scaffolding
Generate production-ready Python project structures with modern tooling, type hints, testing setup, and configuration.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Analyze project architecture types
- Initialize projects using uv
- Generate FastAPI project structures
- Generate Django project structures
- Generate Python library structures
- Generate CLI tool structures
- Configure development and testing tools
Inputs
- User project requirements
- Project type and name
Outputs
- Project directory structure
- pyproject.toml configuration file
- Application entry point files
- Test setup files
- Development tool configuration files
Requirements
- Python 3.11 or higher
- uv package manager
- Git version control system
