Skip to content

Cookiecutter for Python packages created for UBC EOAS MOAD group projects

License

Notifications You must be signed in to change notification settings

UBC-MOAD/cookiecutter-MOAD-pypkg

Repository files navigation

cookiecutter-MOAD-pypkg

Licensed under the Apache License, Version 2.0 pre-commit

This is a cookiecutter for Python packages created for UBC EOAS MOAD group projects.

To create a new package skeleton:

  1. Activate the cookiecutter conda environment:

    $ conda activate cookiecutter
    

    or create it, then activate it:

    $ conda env create -f cookiecutter-MOAD-pypkg/envs/environment.yaml
    $ conda activate cookiecutter
    
  2. Run this cookie cutter, and answer the prompts, either from a local copy:

    (cookiecutter)$ cookiecutter cookiecutter-MOAD-pypkg/
    

    or from its repository on GitHub:

    (cookiecutter)$ cookiecutter gh:UBC-MOAD/cookiecutter-MOAD-pypkg
    

License

Licensed under the Apache License, Version 2.0

This Python package cookiecutter is copyright 2019 – present by the UBC EOAS MOAD Group and The University of British Columbia.

It is licensed under the Apache License, Version 2.0. https://www.apache.org/licenses/LICENSE-2.0. Please see the LICENSE file for details of the license.