monologg / python-template

Python template code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Template

Template repository for Python project

🚀 Features

Code Quality

  • black
  • isort
  • flake8
  • editorconfig

Github Actions

Other

  • Commit template
  • Issue, PR Template
  • Add dummy test code
  • Auto-close stale issue

📄 Guideline

1. Setup

  • precommit, style, pytest, gitmessage, requirements
make setup

2. Writes your own code! ✏️

Don't forget to update the README!

⬆️ Contributing

1. Test

make test

2. Execute code formatting & Check lint

make style

About

Python template code

License:Apache License 2.0


Languages

Language:Makefile 96.4%Language:Python 3.6%