{"id":17945399,"url":"https://github.com/ofabel/pytm-skeleton","last_synced_at":"2025-10-20T07:20:21.693Z","repository":{"id":190984757,"uuid":"683695479","full_name":"ofabel/pytm-skeleton","owner":"ofabel","description":"Skeleton for a new Python Tool Manager exercise.","archived":false,"fork":false,"pushed_at":"2023-08-27T13:26:41.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T05:17:59.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ofabel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-08-27T12:13:21.000Z","updated_at":"2023-08-27T13:23:53.000Z","dependencies_parsed_at":"2023-08-27T15:24:58.264Z","dependency_job_id":null,"html_url":"https://github.com/ofabel/pytm-skeleton","commit_stats":null,"previous_names":["ofabel/pytm-skeleton"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/ofabel/pytm-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofabel%2Fpytm-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofabel%2Fpytm-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofabel%2Fpytm-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofabel%2Fpytm-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ofabel","download_url":"https://codeload.github.com/ofabel/pytm-skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofabel%2Fpytm-skeleton/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264721545,"owners_count":23653951,"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":[],"created_at":"2024-10-29T06:43:17.128Z","updated_at":"2025-10-20T07:20:16.662Z","avatar_url":"https://github.com/ofabel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pytm-skeleton\n\nThis repository contains a skeleton to create a new exercise for the _Python Tool Manager_.\nYou can find more information on the _Python Tool Manager_ in the\ncorresponding [documentation on GitHub](https://ofabel.github.io/pytm-bootstrap/).\n\n## Usage\n\nFirst, you need to create a\nnew [GitHub repository from this template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)\nand clone the just created repository on your computer.\n\n### Create a Virtual Python Environment\n\nOpen a terminal window, navigate to the cloned or downloaded repository folder and execute the following command:\n\n```shell\npython -m venv venv\n```\n\nThis will create a new `venv` folder, containing the virtual environment. It's mandatory, that folder's name is `venv`.\n\n### Install the Dependencies\n\nOpen a terminal window, navigate to the cloned or downloaded repository\nfolder, [activate the virtual environment](https://docs.python.org/3/library/venv.html#how-venvs-work) and execute the\nfollowing command:\n\n```shell\npip install -r requirements.txt\n```\n\n### Run an Exercise\n\nTo run an exercise you need to open a terminal window, navigate to the cloned or downloaded repository folder and\nactivate the virtual environment. Now, navigate to the desired exercise folder and execute the following command:\n\n```shell\nflask run --debug\n```\n\n## Things Left To Do\n\n* [ ] Change this [Readme.md](./README.md) file according to your project.\n* [ ] Change the [license](./LICENSE) according to your needs.\n* [ ] Add your additional requirements to the [requirements.txt](requirements.txt) file.\n* [ ] Keep the [changelog](./CHANGELOG.md) up to date. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofabel%2Fpytm-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofabel%2Fpytm-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofabel%2Fpytm-skeleton/lists"}