{"id":26911281,"url":"https://github.com/edunext/tvm","last_synced_at":"2026-03-15T17:03:15.106Z","repository":{"id":37082990,"uuid":"490632635","full_name":"eduNEXT/tvm","owner":"eduNEXT","description":"Tutor Version Manager and Tutor enVironment Manager","archived":false,"fork":false,"pushed_at":"2024-08-02T23:08:24.000Z","size":422,"stargazers_count":24,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-03T01:10:07.910Z","etag":null,"topics":["open-source","openedx","python3","tutor"],"latest_commit_sha":null,"homepage":"https://tvm.docs.edunext.co/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eduNEXT.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2022-05-10T09:39:49.000Z","updated_at":"2024-08-02T23:08:28.000Z","dependencies_parsed_at":"2024-04-11T16:31:48.800Z","dependency_job_id":"1fab35df-ea2e-4938-9ade-9d845f4398c1","html_url":"https://github.com/eduNEXT/tvm","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduNEXT%2Ftvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduNEXT%2Ftvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduNEXT%2Ftvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eduNEXT%2Ftvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eduNEXT","download_url":"https://codeload.github.com/eduNEXT/tvm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246656568,"owners_count":20812842,"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":["open-source","openedx","python3","tutor"],"created_at":"2025-04-01T14:37:24.387Z","updated_at":"2026-03-15T17:03:10.049Z","avatar_url":"https://github.com/eduNEXT.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TVM\n\n![Maintainance Badge](https://img.shields.io/badge/Status-Maintained-brightgreen)\n![Test Badge](https://img.shields.io/github/actions/workflow/status/edunext/tvm/.github%2Fworkflows%2Ftests.yml?label=Test)\n![GitHub Tag](https://img.shields.io/github/v/tag/edunext/tvm?label=Tag)\n\n\nTVM is a tool that allows you to manage several Tutor development environments so that they work in isolation, and you can work on different projects with independent Tutor versions and configurations.\n\nTVM is also the acronym for:\n\n- **Tutor Version Manager:** Handle the Tutor versions.\n- **Tutor enVironment Manager:** Create project-based environments with Tutor.\n\n# Installing TVM\n\nOpen a terminal and run:\n\n```bash\npip install git+https://github.com/eduNEXT/tvm.git\n```\n\nVerify the installation:\n\n```bash\ntvm --version\n```\n\n# Getting Started\n\nCreate and activate a new project with the following steps:\n\n1. Install the version of Tutor you want to use with TVM.\n\n   ```bash\n   tvm install \u003ctutor-version\u003e\n\n   # For example:\n   # tvm install v14.0.0\n   ```\n\n2. Create a new project with TVM.\n\n   ```bash\n   tvm project init \u003cproject-name\u003e \u003ctutor-version\u003e\n\n   # For example:\n   # tvm project init tvm-test v14.0.0\n   ```\n\n3. Open the project folder.\n\n   ```bash\n   cd \u003cproject-name\u003e\n   ```\n\n4. Activate the project environment.\n\n   ```bash\n   source .tvm/bin/activate\n   ```\n\n5. Run your project.\n\n   ```bash\n   tutor local launch\n   ```\n\n\u003e [!NOTE]\n\u003e For Tutor versions \u003c15, init a project with `tutor local quickstart`\n\nYou can start configuring and using your Tutor instance.\n\n## Next steps\n\nIf you want to see what else you can do, access **the complete TVM documentation**: https://tvm.docs.edunext.co\n\n# Getting Help\n\n- To report a bug or ask for a feature, go to the TVM GitHub issues: https://github.com/eduNEXT/tvm/issues\n\n- To get support, go to the TVM Github discussion forum: https://github.com/eduNEXT/tvm/discussions\n\n# How to Contribute\n\nContributions are welcome! See our [CONTRIBUTING](https://github.com/edunext/tvm/blob/master/CONTRIBUTING.md) file for more information – it also contains guidelines for how to maintain high code quality, which will make your contribution more likely to be accepted.\n\n# License\n\nThe code in this repository is licensed under version 3 of the AGPL unless\notherwise noted. Please see the [LICENSE](https://github.com/edunext/tvm/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedunext%2Ftvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedunext%2Ftvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedunext%2Ftvm/lists"}