{"id":28168893,"url":"https://github.com/ks6088ts-labs/workshop-playwright-python","last_synced_at":"2026-01-25T14:01:52.454Z","repository":{"id":290865302,"uuid":"975819089","full_name":"ks6088ts-labs/workshop-playwright-python","owner":"ks6088ts-labs","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-22T08:18:20.000Z","size":1255,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-22T10:26:40.528Z","etag":null,"topics":["playwright","playwright-python"],"latest_commit_sha":null,"homepage":"https://ks6088ts-labs.github.io/workshop-playwright-python/","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/ks6088ts-labs.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}},"created_at":"2025-05-01T00:38:24.000Z","updated_at":"2025-08-22T08:17:15.000Z","dependencies_parsed_at":"2025-05-01T01:34:57.831Z","dependency_job_id":"b7511e70-183c-4ad1-8af3-1fbcfb5d53f0","html_url":"https://github.com/ks6088ts-labs/workshop-playwright-python","commit_stats":null,"previous_names":["ks6088ts-labs/workshop-playwright-python"],"tags_count":1,"template":false,"template_full_name":"ks6088ts/template-python","purl":"pkg:github/ks6088ts-labs/workshop-playwright-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ks6088ts-labs%2Fworkshop-playwright-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ks6088ts-labs%2Fworkshop-playwright-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ks6088ts-labs%2Fworkshop-playwright-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ks6088ts-labs%2Fworkshop-playwright-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ks6088ts-labs","download_url":"https://codeload.github.com/ks6088ts-labs/workshop-playwright-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ks6088ts-labs%2Fworkshop-playwright-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"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":["playwright","playwright-python"],"created_at":"2025-05-15T15:14:33.600Z","updated_at":"2026-01-25T14:01:50.164Z","avatar_url":"https://github.com/ks6088ts-labs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![test](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/test.yaml?query=branch%3Amain)\n[![docker](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/docker.yaml/badge.svg?branch=main)](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/docker.yaml?query=branch%3Amain)\n[![docker-release](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/docker-release.yaml/badge.svg)](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/docker-release.yaml)\n[![ghcr-release](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/ghcr-release.yaml/badge.svg)](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/ghcr-release.yaml)\n[![docs](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/github-pages.yaml/badge.svg)](https://github.com/ks6088ts-labs/workshop-playwright-python/actions/workflows/github-pages.yaml)\n\n# workshop-playwright-python\n\nThis is a template repository for Python\n\n## Prerequisites\n\n- [Python 3.10+](https://www.python.org/downloads/)\n- [uv](https://docs.astral.sh/uv/getting-started/installation/)\n- [GNU Make](https://www.gnu.org/software/make/)\n\n## Development instructions\n\n### Local development\n\nUse Makefile to run the project locally.\n\n```shell\n# help\nmake\n\n# install dependencies for development\nmake install-deps-dev\n\n# run tests\nmake test\n\n# run CI tests\nmake ci-test\n```\n\n### Docker development\n\n```shell\n# build docker image\nmake docker-build\n\n# run docker container\nmake docker-run\n\n# run CI tests in docker container\nmake ci-test-docker\n```\n\n## Deployment instructions\n\n### Docker Hub\n\nTo publish the docker image to Docker Hub, you need to [create access token](https://app.docker.com/settings/personal-access-tokens/create) and set the following secrets in the repository settings.\n\n```shell\ngh secret set DOCKERHUB_USERNAME --body $DOCKERHUB_USERNAME\ngh secret set DOCKERHUB_TOKEN --body $DOCKERHUB_TOKEN\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fks6088ts-labs%2Fworkshop-playwright-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fks6088ts-labs%2Fworkshop-playwright-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fks6088ts-labs%2Fworkshop-playwright-python/lists"}