{"id":13936689,"url":"https://github.com/vcs-python/vcspull","last_synced_at":"2025-05-15T20:05:29.763Z","repository":{"id":10753546,"uuid":"13013982","full_name":"vcs-python/vcspull","owner":"vcs-python","description":"🔄 Synchronize projects via yaml/json manifest. Built using `libvcs`.","archived":false,"fork":false,"pushed_at":"2025-05-04T15:16:16.000Z","size":5857,"stargazers_count":207,"open_issues_count":48,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-09T05:01:56.819Z","etag":null,"topics":["cli","cli-utilities","git","hg","json","project-management","python","svn","terminal","vcs","yaml"],"latest_commit_sha":null,"homepage":"https://vcspull.git-pull.com/","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/vcs-python.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","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}},"created_at":"2013-09-22T13:32:21.000Z","updated_at":"2025-05-04T15:16:19.000Z","dependencies_parsed_at":"2024-02-19T18:21:01.023Z","dependency_job_id":"abbd66e5-09e4-41ce-97f6-5c7c721844cf","html_url":"https://github.com/vcs-python/vcspull","commit_stats":{"total_commits":1741,"total_committers":7,"mean_commits":"248.71428571428572","dds":0.09132682366456057,"last_synced_commit":"eef158f3edce74fc2568866a159b518f2ed97fa4"},"previous_names":[],"tags_count":146,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcs-python%2Fvcspull","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcs-python%2Fvcspull/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcs-python%2Fvcspull/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcs-python%2Fvcspull/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vcs-python","download_url":"https://codeload.github.com/vcs-python/vcspull/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414499,"owners_count":22067272,"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":["cli","cli-utilities","git","hg","json","project-management","python","svn","terminal","vcs","yaml"],"created_at":"2024-08-07T23:02:54.816Z","updated_at":"2025-05-15T20:05:23.646Z","avatar_url":"https://github.com/vcs-python.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# $ vcspull \u0026middot; [![Python Package](https://img.shields.io/pypi/v/vcspull.svg)](https://pypi.org/project/vcspull/) [![License](https://img.shields.io/github/license/vcs-python/vcspull.svg)](https://github.com/vcs-python/vcspull/blob/master/LICENSE) [![Code Coverage](https://codecov.io/gh/vcs-python/vcspull/branch/master/graph/badge.svg)](https://codecov.io/gh/vcs-python/vcspull)\n\nManage and sync multiple git, svn, and mercurial repos via JSON or YAML file. Compare to\n[myrepos], [mu-repo]. Built on [libvcs].\n\nGreat if you use the same repos at the same locations across multiple\nmachines or want to clone / update a pattern of repos without having to\n`cd` into each one.\n\n- clone / update to the latest repos with `$ vcspull`\n- use filters to specify a location, repo url or pattern in the\n  manifest to clone / update\n- supports svn, git, hg version control systems\n- automatically checkout fresh repositories\n- supports [pip](https://pip.pypa.io/)-style URL's\n  ([RFC3986](https://datatracker.ietf.org/doc/html/rfc3986)-based [url\n  scheme](https://pip.pypa.io/en/latest/topics/vcs-support/))\n\nSee the [documentation](https://vcspull.git-pull.com/), [configuration](https://vcspull.git-pull.com/configuration/) examples, and [config generators](https://vcspull.git-pull.com/configuration/generation.html).\n\n[myrepos]: http://myrepos.branchable.com/\n[mu-repo]: http://fabioz.github.io/mu-repo/\n\n# How to\n\n## Install\n\n```console\n$ pip install --user vcspull\n```\n\n### Developmental releases\n\nYou can test the unpublished version of vcspull before its released.\n\n- [pip](https://pip.pypa.io/en/stable/):\n\n  ```console\n  $ pip install --user --upgrade --pre vcspull\n  ```\n\n- [pipx](https://pypa.github.io/pipx/docs/):\n\n  ```console\n  $ pipx install --suffix=@next 'vcspull' --pip-args '\\--pre' --force\n  ```\n\n  Then use `vcspull@next sync [config]...`.\n\n## Configuration\n\nAdd your repos to `~/.vcspull.yaml`.\n\n_vcspull does not currently scan for repos on your system, but it may in\nthe future_\n\n```yaml\n~/code/:\n  flask: \"git+https://github.com/mitsuhiko/flask.git\"\n~/study/c:\n  awesome: \"git+git://git.naquadah.org/awesome.git\"\n~/study/data-structures-algorithms/c:\n  libds: \"git+https://github.com/zhemao/libds.git\"\n  algoxy:\n    repo: \"git+https://github.com/liuxinyu95/AlgoXY.git\"\n    remotes:\n      tony: \"git+ssh://git@github.com/tony/AlgoXY.git\"\n```\n\n(see the author's\n[.vcspull.yaml](https://github.com/tony/.dot-config/blob/master/.vcspull.yaml),\nmore [configuration](https://vcspull.git-pull.com/configuration.html))\n\n`$HOME/.vcspull.yaml` and `$XDG_CONFIG_HOME/vcspull/` (`~/.config/vcspull`) can\nbe used as a declarative manifest to clone you repos consistently across\nmachines. Subsequent syncs of nitialized repos will fetch the latest commits.\n\n## Sync your repos\n\n```console\n$ vcspull sync\n```\n\nKeep nested VCS repositories updated too, lets say you have a mercurial\nor svn project with a git dependency:\n\n`external_deps.yaml` in your project root (any filename will do):\n\n```yaml\n./vendor/:\n  sdl2pp: \"git+https://github.com/libSDL2pp/libSDL2pp.git\"\n```\n\nClone / update repos via config file:\n\n```console\n$ vcspull sync -c external_deps.yaml '*'\n```\n\nSee the [Quickstart](https://vcspull.git-pull.com/quickstart.html) for\nmore.\n\n## Pulling specific repos\n\nHave a lot of repos?\n\nyou can choose to update only select repos through\n[fnmatch](http://pubs.opengroup.org/onlinepubs/009695399/functions/fnmatch.html)\npatterns. remember to add the repos to your `~/.vcspull.{json,yaml}`\nfirst.\n\nThe patterns can be filtered by by directory, repo name or vcs url.\n\nAny repo starting with \"fla\":\n\n```console\n$ vcspull sync \"fla*\"\n```\n\nAny repo with django in the name:\n\n```console\n$ vcspull sync \"*django*\"\n```\n\nSearch by vcs + url, since urls are in this format \u003cvcs\u003e+\u003cprotocol\u003e://\u003curl\u003e:\n\n```console\n$ vcspull sync \"git+*\"\n```\n\nAny git repo with python in the vcspull:\n\n```console\n$ vcspull sync \"git+*python*\n```\n\nAny git repo with django in the vcs url:\n\n```console\n$ vcspull sync \"git+*django*\"\n```\n\nAll repositories in your ~/code directory:\n\n```console\n$ vcspull sync \"$HOME/code/*\"\n```\n\n[libvcs]: https://github.com/vcs-python/libvcs\n\n\u003cimg src=\"https://raw.githubusercontent.com/vcs-python/vcspull/master/docs/_static/vcspull-demo.gif\" class=\"align-center\" style=\"width:45.0%\" alt=\"image\" /\u003e\n\n# Donations\n\nYour donations fund development of new features, testing and support.\nYour money will go directly to maintenance and development of the\nproject. If you are an individual, feel free to give whatever feels\nright for the value you get out of the project.\n\nSee donation options at \u003chttps://git-pull.com/support.html\u003e.\n\n# More information\n\n- Python support: \u003e= 3.9, pypy\n- VCS supported: git(1), svn(1), hg(1)\n- Source: \u003chttps://github.com/vcs-python/vcspull\u003e\n- Docs: \u003chttps://vcspull.git-pull.com\u003e\n- Changelog: \u003chttps://vcspull.git-pull.com/history.html\u003e\n- API: \u003chttps://vcspull.git-pull.com/api.html\u003e\n- Issues: \u003chttps://github.com/vcs-python/vcspull/issues\u003e\n- Test Coverage: \u003chttps://codecov.io/gh/vcs-python/vcspull\u003e\n- pypi: \u003chttps://pypi.python.org/pypi/vcspull\u003e\n- Open Hub: \u003chttps://www.openhub.net/p/vcspull\u003e\n- License: [MIT](https://opensource.org/licenses/MIT).\n\n[![Docs](https://github.com/vcs-python/vcspull/workflows/docs/badge.svg)](https://vcspull.git-pull.com) [![Build Status](https://github.com/vcs-python/vcspull/workflows/tests/badge.svg)](https://github.com/vcs-python/vcspull/actions?query=workflow%3A%22tests%22)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvcs-python%2Fvcspull","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvcs-python%2Fvcspull","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvcs-python%2Fvcspull/lists"}