{"id":20662861,"url":"https://github.com/q23isline/study_python","last_synced_at":"2026-05-01T20:31:40.724Z","repository":{"id":263122396,"uuid":"889302590","full_name":"q23isline/study_python","owner":"q23isline","description":"Python 勉強用リポジトリ","archived":false,"fork":false,"pushed_at":"2024-11-17T00:54:07.000Z","size":28,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-10T05:58:16.070Z","etag":null,"topics":["docker-compose","github-actions","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/q23isline.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-16T02:56:46.000Z","updated_at":"2024-11-17T00:54:11.000Z","dependencies_parsed_at":"2024-11-16T14:16:27.736Z","dependency_job_id":null,"html_url":"https://github.com/q23isline/study_python","commit_stats":null,"previous_names":["q23isline/study_python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/q23isline/study_python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q23isline%2Fstudy_python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q23isline%2Fstudy_python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q23isline%2Fstudy_python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q23isline%2Fstudy_python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/q23isline","download_url":"https://codeload.github.com/q23isline/study_python/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q23isline%2Fstudy_python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker-compose","github-actions","python"],"created_at":"2024-11-16T19:15:42.773Z","updated_at":"2026-05-01T20:31:40.686Z","avatar_url":"https://github.com/q23isline.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# study_python\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE)\n[![GitHub Actions](https://github.com/q23isline/study_python/actions/workflows/ci.yml/badge.svg)](https://github.com/q23isline/study_python/actions/workflows/ci.yml)\n[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode\u0026label=\u0026message=Open%20in%20Visual%20Studio%20Code\u0026labelColor=555555\u0026color=007acc\u0026logoColor=007acc)](https://github.dev/q23isline/study_python)\n\n[![Python](https://img.shields.io/static/v1?logo=python\u0026label=Python\u0026message=v3\u0026labelColor=555555\u0026color=#3776AB\u0026logoColor=#3776AB)](https://www.python.org/)\n\nPython 勉強用リポジトリ\n\n## 前提\n\n- インストール\n  - [Windows Subsystem for Linux](https://learn.microsoft.com/ja-jp/windows/wsl/)\n  - [Git](https://git-scm.com/)\n  - [Docker Desktop](https://www.docker.com/ja-jp/products/docker-desktop/)\n  - [Visual Studio Code](https://code.visualstudio.com/)\n\n## はじめにやること\n\n1. Windows Subsystem for Linux 上でプログラムダウンロード\n\n    ```bash\n    git clone https://github.com/q23isline/study_python.git\n    ```\n\n2. リポジトリのカレントディレクトリへ移動\n\n    ```bash\n    cd study_python\n    ```\n\n3. アプリ立ち上げ\n\n    ```bash\n    docker compose build\n    docker compose up -d\n    ```\n\n## 日常的にやること\n\n### システム起動\n\n```bash\ndocker compose up -d\n```\n\n### システム終了\n\n```bash\ndocker compose down\n```\n\n## 動作確認\n\n```bash\ndocker compose exec backend python3 shell/send_book_return_reminder_email_shell.py\n```\n\n## コード静的解析\n\n```bash\n# フォーマッター\ndocker compose exec backend autopep8 --diff --recursive .\ndocker compose exec backend black --diff .\n\n# リンター\ndocker compose exec backend pylint ./\ndocker compose exec backend flake8\ndocker compose exec backend mypy ./\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fq23isline%2Fstudy_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fq23isline%2Fstudy_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fq23isline%2Fstudy_python/lists"}