No description
| .vscode | ||
| python-project-template | ||
| .gitignore | ||
| poetry.toml | ||
| pyproject.toml | ||
| README.md | ||
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 installpoetry run python -m [python-project-template]- Also contains vscode configuration
Please refer to the note below for details: pythonプロジェクトの実行方法 作り方