{"id":22515071,"url":"https://github.com/rggh/sport","last_synced_at":"2026-04-28T22:33:44.000Z","repository":{"id":121737289,"uuid":"493713762","full_name":"RGGH/sport","owner":"RGGH","description":"Demo for Actions and Poetry","archived":false,"fork":false,"pushed_at":"2022-05-26T21:44:36.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T01:55:26.560Z","etag":null,"topics":["automation","bash","poetry","pytest","python"],"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/RGGH.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":"2022-05-18T15:08:47.000Z","updated_at":"2023-06-22T20:19:17.000Z","dependencies_parsed_at":"2023-03-13T12:25:08.475Z","dependency_job_id":null,"html_url":"https://github.com/RGGH/sport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RGGH/sport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RGGH%2Fsport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RGGH%2Fsport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RGGH%2Fsport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RGGH%2Fsport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RGGH","download_url":"https://codeload.github.com/RGGH/sport/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RGGH%2Fsport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32402670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","bash","poetry","pytest","python"],"created_at":"2024-12-07T03:28:04.697Z","updated_at":"2026-04-28T22:33:43.977Z","avatar_url":"https://github.com/RGGH.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sport\n[![Python application](https://github.com/RGGH/sport/actions/workflows/python-app.yml/badge.svg)](https://github.com/RGGH/sport/actions/workflows/python-app.yml)\n## Example project structure created with \"Poetry\" \n---\n### \n    -Automate GitHub actions\n    -Create standard project structure\n    -Run pytest on every push\n---\n\n    $ poetry new --src sport\n    # change to lower dir that contains pyproject.toml then start virtual env\n    $ poetry shell\n    $ poetry env list\n    $ poetry add requests\n    $ poetry export --output requirements.txt\n\n\n![sport](https://github.com/RGGH/Misc/blob/master/s4.png)\n\nhttps://realpython.com/pypi-publish-python-package/#poetry\n\nhttps://python-poetry.org/\n\n### Bash script to automate : \n\n    #!/bin/bash   \n    echo \"Give a directory name to create:\"    \n    read NEW_DIR    \n    ORIG_DIR=$(pwd)    \n    [[ -d $NEW_DIR ]] \u0026\u0026 echo $NEW_DIR already exists, aborting \u0026\u0026 exit    \n    mkdir  $NEW_DIR    \n    echo \"new directory made ${pwd}\"\n    cd $NEW_DIR\n    poetry new app\n    cd app \n    poetry shell\n    code .\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frggh%2Fsport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frggh%2Fsport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frggh%2Fsport/lists"}