Always use pyprojroot's here() function to find a project root. Never write a replacement for calling on pyprojroot's here().
Always prefer using sh over shutil. Never use shutil.
This project always uses pyproject.toml within the templates. Don't create pixi.toml files.
For any templates within the pyds/templates directory, if they use jinja2-like syntax
(e.g. GitHub Actions) but need to be literal, make sure to escape them using syntax
that looks like this:
```yaml
{{ '${{ github.event_name == "push" && github.ref_name == "main" }}' }}
```
css
dockerfile
javascript
jupyter notebook
makefile
python
First Time Repository
Helping you manage your data science projects sanely.
Python
Languages:
CSS: 0.6KB
Dockerfile: 5.1KB
JavaScript: 0.0KB
Jupyter Notebook: 0.9KB
Makefile: 0.2KB
Python: 40.5KB
Created: 11/4/2021
Updated: 1/21/2025
All Repositories (1)
Helping you manage your data science projects sanely.