{"id":16469763,"url":"https://github.com/irsol/tournament-planner","last_synced_at":"2026-05-06T04:31:20.486Z","repository":{"id":196304589,"uuid":"89155794","full_name":"irsol/Tournament-Planner","owner":"irsol","description":"Udacity Intro to Programming: Final Project ","archived":false,"fork":false,"pushed_at":"2018-02-22T11:25:59.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T05:14:11.686Z","etag":null,"topics":["fullstack","postgresql","psycopg2","python","sql","test","tournament-planner","udacity-fullstack-nanodegree","vagrant"],"latest_commit_sha":null,"homepage":null,"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/irsol.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}},"created_at":"2017-04-23T16:24:53.000Z","updated_at":"2020-05-14T06:38:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"188e77d2-ca31-42db-b3d1-1e773f850ade","html_url":"https://github.com/irsol/Tournament-Planner","commit_stats":null,"previous_names":["irsol/tournament-planner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irsol/Tournament-Planner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2FTournament-Planner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2FTournament-Planner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2FTournament-Planner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2FTournament-Planner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irsol","download_url":"https://codeload.github.com/irsol/Tournament-Planner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2FTournament-Planner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["fullstack","postgresql","psycopg2","python","sql","test","tournament-planner","udacity-fullstack-nanodegree","vagrant"],"created_at":"2024-10-11T12:08:48.930Z","updated_at":"2026-05-06T04:31:20.465Z","avatar_url":"https://github.com/irsol.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tournament Planner\n\nA Python module that uses the PostgreSQL database to keep track of players and matches in a game tournament.\n\nThe game tournament will use the Swiss system for pairing up players in each round: players are not eliminated, and each player should be paired with another player with the same number of wins, or as close as possible.\n\n### Prerequisites\n\nThis projects requires Vagrant virtual machine and cloned **fullstack-nanodegree-vm** repository, which comes with _Python 2.7_, _psycopg2_ and _PostgreSQL_ pre-installed.\n\n### Project structure\n\nInside the tournament directory in Vagrant VM in folder `/vagrant/tournament` you'll find the following files:\n\n* tournament.py \n* tournament.sql\n* tournament_test.sql\n* README.md\n\n### Usage\n\n1. First we need to start Vagrant and connect to the VM by using following commands:\n\n```bash\nvagrant up\nvagrant ssh\n```\n\n2. Open a folder the project:\n\n`cd /vagrant/tournament/`\n\n3. Create a database and all necessary tables:\n\n`psql -f tournament.sql`\n\n4. Execute unit tests:\n\n`python tournament_test.py`\n\nSuccessful execution will be folled by **Success!  All tests pass!** message.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firsol%2Ftournament-planner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firsol%2Ftournament-planner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firsol%2Ftournament-planner/lists"}