python-project-template Requirements Poetry(>=1.16) Python(>=3.7.x) Usage Enable Visual Studio Code settings cp .vscode/settings.default.json .vscode/settings.json Add package poetry add [package name] Install dependency development poetry install production poetry install --no-dev Run Lint poetry run pysen run lint Run format poetry run pysen run format Run Test poetry run pytest