No description
Find a file
2024-05-05 22:05:36 +09:00
.vscode add files 2024-05-05 18:20:06 +09:00
rss-mastodon-poster implement, working for taito-ku rss 2024-05-05 22:05:36 +09:00
.gitignore implement, working for taito-ku rss 2024-05-05 22:05:36 +09:00
poetry.toml Initial commit 2024-05-05 17:24:23 +09:00
pyproject.toml implement, working for taito-ku rss 2024-05-05 22:05:36 +09:00
README.md Initial commit 2024-05-05 17:24:23 +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プロジェクトの実行方法 作り方