{"id":21758714,"url":"https://github.com/watarukura/python_vscode_project_template","last_synced_at":"2026-05-08T08:31:09.112Z","repository":{"id":91336979,"uuid":"188953548","full_name":"watarukura/python_vscode_project_template","owner":"watarukura","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-10T03:49:34.000Z","size":19,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T00:34:07.345Z","etag":null,"topics":["python3","visual-studio-code"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/watarukura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-28T04:25:52.000Z","updated_at":"2020-07-06T23:14:50.000Z","dependencies_parsed_at":"2025-01-26T00:32:39.058Z","dependency_job_id":"d088072e-1618-4fab-bd31-2a531f0c422e","html_url":"https://github.com/watarukura/python_vscode_project_template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watarukura%2Fpython_vscode_project_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watarukura%2Fpython_vscode_project_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watarukura%2Fpython_vscode_project_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watarukura%2Fpython_vscode_project_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/watarukura","download_url":"https://codeload.github.com/watarukura/python_vscode_project_template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244734202,"owners_count":20501018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python3","visual-studio-code"],"created_at":"2024-11-26T11:23:30.165Z","updated_at":"2026-05-08T08:31:03.990Z","avatar_url":"https://github.com/watarukura.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python_vscode_project_template\n\n## 目的\n\n- Pythonプロジェクトに必要な開発環境用の構成のtemplate\n\n## 前提\n\n- python3\n  - python3.7以上を使う\n    - 特に理由がなければ3.8以上を使う\n- poetry\n- direnv\n  - .envrcにはdotenvと記載\n  - .envに開発用の環境変数をまとめる\n\n## ツール\n\n- black\n  - 参考: [もうPythonの細かい書き方で議論しない。blackで自動フォーマットしよう](https://blog.hirokiky.org/entry/2019/06/03/202745)\n- pytest\n  - 参考: [pytest入門 - 闘うITエンジニアの覚え書き](https://www.magata.net/memo/index.php?pytest%C6%FE%CC%E7)\n- super-linter\n  - Pythonコード以外のlintに使う\n- cargo-make\n  - ビルドツール。Makefileに抵抗がなければそっちでもOK\n\n## オプション\n\n### RDBへの接続\n\n- PyMySQL\n  - MySQL で使用する\n- pg8000\n  - PostgreSQL or AmazonRedshift で使用する\n- SQLAlchemy\n  - 大規模プロジェクトでのみ使用する\n- Pandas\n  - 複数RDBMSへの接続やファイルとDBのデータのJOIN等が必要な場合に使用する\n- Jupyter\n  - REPL的に検証したい場合や、検証内容を保存しておきたいときに使用する\n\n### 開発\n\n- 依存パッケージのインストール: `poetry install`\n- test実行: `makers --env-file .env tests`\n- superlint実行: `makers --env-file .env lints`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatarukura%2Fpython_vscode_project_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwatarukura%2Fpython_vscode_project_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatarukura%2Fpython_vscode_project_template/lists"}