No description
Find a file Use this template
2024-03-30 13:23:54 +09:00
.vscode add vscode debug setting 2024-03-30 12:01:47 +09:00
python-project-template add readme 2024-03-29 14:41:41 +09:00
.gitignore create working template 2024-03-29 14:31:16 +09:00
poetry.toml add virtualenvs.in-project true 2024-03-29 17:01:57 +09:00
pyproject.toml create working template 2024-03-29 14:31:16 +09:00
README.md tweak readme 2024-03-30 13:23:54 +09:00

python-project-template

python project template for me.

Prerequisites:

  • pyenv installed
  • poetry 1.8 or newer installed with the specific pyenv environment you want to use

Usage:

  • clone this repository
  • poetry install
  • poetry run python -m [python-project-template]
  • Also contains vscode configuration

Please refer to the note below for details: pythonプロジェクトの実行方法 作り方