Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.52 KB

File metadata and controls

35 lines (23 loc) · 1.52 KB


Template for pyfar packages

PyPI version Documentation Status CircleCI Binder

Overview

This template is used to keep all pyfar packages consistent and provide a good staring point for new packages. It uses copier.

Installation

  1. To use this template, first install copier with pip.

    pip install copier
  2. 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)

Contributing

Check out the contributing guidelines if you want to become part of pyfar.