setup-python-project
Installation
SKILL.md
No SKILL.md available for this skill.
View on GitHubRelated skills
More from quick-brown-foxxx/coding_rules_python
setting-up-python-projects
>-
16setting-up-logging
>
15setting-up-shortcuts
>
14write-single-python-script
Use when creating a single-file Python script, automation tool, or small utility using PEP 722 inline metadata
1python-testing-lightweight
Use when setting up or writing tests for a Python project - covers pytest configuration, fixtures, test philosophy, and test structure
1python-testing-heavyweight
Use when a project needs containerized test environments, mock servers, custom mock binaries, or real service testing infrastructure
1