Skip to content

mrswats/python-project-template

Repository files navigation

Awesome Python Project

This is a template for python projects.

Virtual Environment

Create a virtual Environment

virtualenv .venv -p pytthon 3.14
source .venv/bin/activate

Tests

Using pytest for Tests

python -m pytest

Formatting and Linting

Using pre-commit for linting and formatting

pre-commit install
pre-commit run --all-files

About

A template for awesome python projects.

Resources

License

Stars

Watchers

Forks

Contributors

Languages