Skip to content

Ansud/python_project_template

Repository files navigation

Python Project Template

A clean and ready-to-use template for Python projects, including linters, pre-commit hooks, and CI configuration.

How to use

  1. Fork this repository on GitHub and clone it to your local machine.
  2. Create a virtual environment and install development dependencies:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements-dev.txt
  1. Set up pre-commit hooks in your working directory:
pre-commit install
  1. Replace all instances of python_project_template in this readme with your actual repository name from GitHub repository URL.

Commit and Push

Commit your changes and push them to your GitHub repository.

Happy coding! 💻✨

Badges

Super-Linter pre-commit.ci status GitHub commit activity GitHub top language Coverage Status Static Badge

About

Python project template with linters, CI and other stuff.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages