Skip to content

beeware/briefcase-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ff05d3 · Mar 3, 2025
Feb 3, 2025
Nov 13, 2023
May 27, 2024
Dec 30, 2024
Feb 14, 2023
Mar 3, 2025
Nov 13, 2023
Apr 17, 2017
Sep 27, 2022
Dec 29, 2024
Mar 3, 2025
Nov 13, 2023

Repository files navigation

Briefcase Bootstrap template

A template for starting a Python app that will be deployed using Briefcase.

Using this template

In normal usage, you won't need to reference this template at all - it is used automatically by Briefcase when you run briefcase new.

If you are developing a modification to this template and want to test it, you can tell Briefcase to use your own template by passing in the -t option:

$ briefcase new -t <path to checkout>

Alternatively, if you want to test this template without using Briefcase, you can use cookiecutter directly.

  1. Install cookiecutter:

    $ pip install cookiecutter
    
  2. Run cookiecutter on this template:

    $ cookiecutter https://github.com/beeware/briefcase-template
    
  3. Add your code to the project.