This is a template for a python tool built using Copier.
To create a new tool using this template, follow these steps:
-
(optional) Install
uvif you haven't already -
Use Copier to generate your new project:
uvx copier copy gh:lebrice/tool_template new_tool_pathReplace and
new_tool_pathwith the path where you want to create your new project. -
Answer the prompts to configure your new project.
-
Navigate to your new project directory:
cd new_tool_path -
Install the dependencies:
uv sync -
Start developing your new tool!