Skip to content

jsal13/cookiecutter-dstemplate-poetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter DS Template

What is this?

A quick cookie-cutter template that has linting, formatting, and testing with pytest built in. Used to kickstart my ds/ml projects.

How Do I Use This?

Prereqs

Install Poetry and Cookiecutter:

pip install poetry
pip install cookiecutter

(Optional) Install Just. Follow the guide for your OS in the docs.

Get the Template

Use the cookiecutter command to create the template, filling in the values as you'd like.

cookiecutter ssh://git@github.com/jsal13/cookiecutter-dstemplate.git

Use it

Go into the root of the cloned repo and run:

just env  # Get into the poetry env.

Then go into your IDE and code some stuff up!

About

Python Cookiecutter Template for DS Projects and the like.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published