You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is created by [mjun0812/python-copier-template](https://github.com/mjun0812/python-copier-template) using [copier](https://copier.readthedocs.io/).
8
8
9
-
```bash
10
-
cd your-project-name
9
+
## Features
10
+
11
+
- 🚀 **Modern Python**: Support for Python 3.10-3.13
12
+
- 📦 **uv Package Manager**: Fast and reliable package management with [uv](https://github.com/astral-sh/uv)
13
+
- 🐳 **Docker Support**: Complete Docker development environment
14
+
- 📦 **Devcontainer Support**: VS Code devcontainer for consistent development
15
+
- ✨ **AI Editor Support**: [Cursor rules](https://docs.cursor.com/context/rules) and
16
+
[CLAUDE.md](https://docs.anthropic.com/en/docs/claude-code/overview) included for AI-powered development
17
+
- 📝 **Type Hints**: Full type annotation support with modern Python features
18
+
- 🔍 **Code Quality**: Pre-configured Ruff for linting and formatting
0 commit comments