Skip to content

seedcase-project/template-data-package

Repository files navigation

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-data-package

Setting things up after cloning

To add uv:

  1. Delete the pyproject.toml file.
  2. In the terminal run uv init.
  3. Look at the Git pane and take what was removed and move it over into the new pyproject.toml file. You can mimic what was done in example-seed-beetle repo.

Then, in the terminal, run:

uv add polars pyjanitor seedcase-sprout
uv add --dev ruff commitizen pre-commit typos

Setting things up

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

About

A template for setting up a data package following the Seedcase structure

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •