Gilded Rose is a code kata used to practice refactoring an existing code base.
This is the Python version of Gilded Rose. The original Python version is available from GildedRose-Refactoring-Kata.
The requirements of the problem is available from requirements.
- Python >=3.10
- uv
- 
Install dependencies. uv sync 
We use pytest to run tests.
uv run pytest