Skip to content

jacoverster/python-project-template

Repository files navigation

Python project template

A Python project template repository.

Features

Usage

Clone this repository to your local machine and rename the all the instances of "python_project_template" and "python-project-template" to your project name.

git clone https://github.com/jacoverster/python-project-template

Update the pyroject.toml, README.md, LICENSE, etc.

Create a git repo for your project and add the files to your repo:

git init
git add *
git commit -m "initial commit"
git branch -M main
git remote add origin https://link-to-your-git-repo
git push -u origin main

To run pytest with code coverage

coverage run -m pytest
coverage report

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published