Skip to content

mila-iqia/tool_template

Repository files navigation

Python tool template

This is a template for a python tool built using Copier.

Usage

To create a new tool using this template, follow these steps:

  1. (optional) Install uv if you haven't already

  2. Use Copier to generate your new project:

    uvx copier copy gh:lebrice/tool_template new_tool_path

    Replace and new_tool_path with the path where you want to create your new project.

  3. Answer the prompts to configure your new project.

  4. Navigate to your new project directory:

    cd new_tool_path
  5. Install the dependencies:

    uv sync
  6. Start developing your new tool!

About

A template repo for a python tool

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors