A quick cookie-cutter template that has linting, formatting, and testing with pytest built in. Used to kickstart my ds/ml projects.
Install Cookiecutter:
pip install cookiecutter
(Optional) Install Just. Follow the guide for your OS in the docs.
Use the cookiecutter
command to create the template, filling in the values as you'd like.
cookiecutter ssh://[email protected]/jsal13/cookiecutter-dstemplate.git
Go into the root of the cloned repo and run:
just env
Then go into your IDE and code some stuff up!