Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 805 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 805 Bytes

Template for Seedcase Python packages

This repository contains a template for setting up new data example repos in Seedcase. The first step is to create a new repository using this template. This can easily be done by clicking the "Use this template" button on the repository page or by using the GitHub CLI:

# NAME is the name to give the new repository
gh repo create NAME --template seedcase-project/template-example-repo

Setting things up after cloning

To add Poetry:

cd new-project
poetry init

Search for NAME and REPO and replace them with the name of your project and the repository name. Then look for any TODO items.

Setting things up

Use the commands found in spaid repo to run the next setup steps.