This template is used to keep all pyfar packages consistent and provide a good staring point for new packages. It uses copier.
-
To use this template, first install copier with pip.
pip install copier -
Run the following copier command to create a target directory at path_to_target_folder. Note: Copier will overwrite files in the given directory if it already exists.
copier copy https://github.com/pyfar/template-pyfar-package path_to_target_folder
(Requires Python 3.10 or higher)
Check out the contributing guidelines if you want to become part of pyfar.