{"id":19295031,"url":"https://github.com/blejdfist/git-metarepo","last_synced_at":"2025-04-22T08:30:41.273Z","repository":{"id":136891679,"uuid":"264671766","full_name":"blejdfist/git-metarepo","owner":"blejdfist","description":"Git repository dependency manager, alternative to submodules ","archived":false,"fork":false,"pushed_at":"2024-04-10T13:03:23.000Z","size":112,"stargazers_count":16,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T15:53:39.977Z","etag":null,"topics":["dependency-manager","git","tool"],"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/blejdfist.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":"2020-05-17T13:22:32.000Z","updated_at":"2025-01-27T15:14:03.000Z","dependencies_parsed_at":"2024-11-09T22:41:13.924Z","dependency_job_id":"7f6d44cc-468a-4da2-a59f-5b6089a24269","html_url":"https://github.com/blejdfist/git-metarepo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blejdfist%2Fgit-metarepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blejdfist%2Fgit-metarepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blejdfist%2Fgit-metarepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blejdfist%2Fgit-metarepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blejdfist","download_url":"https://codeload.github.com/blejdfist/git-metarepo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250205989,"owners_count":21392161,"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":["dependency-manager","git","tool"],"created_at":"2024-11-09T22:41:08.403Z","updated_at":"2025-04-22T08:30:41.268Z","avatar_url":"https://github.com/blejdfist.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metarepo: An alternative to git submodules\n\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/blejdfist/git-metarepo/Python%20package)\n![PyPI - License](https://img.shields.io/pypi/l/metarepo)\n![PyPI](https://img.shields.io/pypi/v/metarepo)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/metarepo)\n\nMetarepo is used to manage dependencies on other git repositories when git submodules is not sufficient.\nIt was inspired by the [repo](https://gerrit.googlesource.com/git-repo/) tool by Google but instead of requiring the\nmanifest to be stored in its own repository, it is stored in the same repository.\n\n![Demo](https://raw.githubusercontent.com/blejdfist/git-metarepo/master/assets/demo.gif)\n\n## Installation\n\n```bash\n# Install from PyPI\npip3 install --upgrade metarepo\n\n# Install from git using PIP\npip3 install --upgrade git+https://github.com/blejdfist/git-metarepo\n```\n\n## Usage\n\nYou can run `metarepo` in two ways, standalone or using git. Both methods work the same and it is only a matter of personal taste.\n\n```bash\ngit meta\nmetarepo\n```\n\nCreate an initial `manifest.yml` configuration using the init command\n```bash\ngit meta init\n```\n\nSynchronize the repositories\n```bash\ngit meta sync\n```\n\n## Manifest structure\n\n```yml\nrepos:\n  - url: https://github.com/blejdfist/pycodegen\n    path: tools/pycodegen\n    track: master\n```\n\n| Field     | Explanation              | Required             |\n| --------- | ------------------------ | :------------------: |\n| url       | Git URL to clone         | Yes                  |\n| path      | Where to clone the repo  | Yes                  |\n| track     | What branch/tag to track | No (default: master) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblejdfist%2Fgit-metarepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblejdfist%2Fgit-metarepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblejdfist%2Fgit-metarepo/lists"}