copier-astral-example¶
A Python project generated by using https://github.com/ritwiktiwari/copier-astral
Installation¶
Install using pip:
Or using uv (recommended):
Quick Start¶
Command Line Interface¶
copier-astral-example provides a command-line interface:
Development¶
Prerequisites¶
- Python 3.12+
- uv for package management
Setup¶
Clone the repository and install dependencies:
git clone https://github.com/ritwiktiwari/copier-astral-example.git
cd copier-astral-example
uv sync --group dev
Running Tests¶
Code Quality¶
Pre-commit Hooks¶
Install pre-commit hooks:
License¶
This project is licensed under the MIT License - see the LICENSE file for details.