Skip to main content

vcspull - synchronize your repos. built on libvcs

Python Package Documentation Status Build Status Code Coverage License

Manage your commonly used repos from YAML / JSON manifest(s). Compare to myrepos.

Great if you use the same repos at the same locations across multiple machines or want to clone / update a pattern of repos without having to cd into each one.

  • clone /update to the latest repos with $ vcspull

  • use filters to specify a location, repo url or pattern in the manifest to clone / update

  • supports svn, git, hg version control systems

  • automatically checkout fresh repositories

  • Documentation and Examples.

  • supports pip-style URL’s (RFC3986-based url scheme)

how to

install

$ pip install --user vcspull

configure

add repos you want vcspull to manage to ~/.vcspull.yaml.

vcspull does not currently scan for repos on your system, but it may in the future

~/code/:
  flask: "git+https://github.com/mitsuhiko/flask.git"
~/study/c:
  awesome: 'git+git://git.naquadah.org/awesome.git'
~/study/data-structures-algorithms/c:
  libds: 'git+https://github.com/zhemao/libds.git'
  algoxy:
    repo: 'git+https://github.com/liuxinyu95/AlgoXY.git'
    remotes:
      tony: 'git+ssh://git@github.com/tony/AlgoXY.git'

(see the author’s .vcspull.yaml, more examples.)

next, on other machines, copy your $HOME/.vcspull.yaml file or $HOME/.vcspull/ directory them and you can clone your repos consistently. vcspull automatically handles building nested directories. Updating already cloned/checked out repos is done automatically if they already exist.

clone / update your repos

$ vcspull

keep nested VCS repositories updated too, lets say you have a mercurial or svn project with a git dependency:

external_deps.yaml in your project root, (can be anything):

./vendor/:
  sdl2pp: 'git+https://github.com/libSDL2pp/libSDL2pp.git'

clone / update repos:

$ vcspull -c external_deps.yaml

See the Quickstart for more.

pulling specific repos

have a lot of repos?

you can choose to update only select repos through fnmatch patterns. remember to add the repos to your ~/.vcspull.{json,yaml} first.

The patterns can be filtered by by directory, repo name or vcs url.

# any repo starting with "fla"
$ vcspull "fla*"
# any repo with django in the name
$ vcspull "*django*"

# search by vcs + url
# since urls are in this format <vcs>+<protocol>://<url>
$ vcspull "git+*"

# any git repo with python in the vcspull
$ vcspull "git+*python*

# any git repo with django in the vcs url
$ vcspull "git+*django*"

# all repositories in your ~/code directory
$ vcspull "$HOME/code/*"
https://raw.github.com/vcs-python/vcspull/master/doc/_static/vcspull-demo.gif

Donations

Your donations fund development of new features, testing and support. Your money will go directly to maintenance and development of the project. If you are an individual, feel free to give whatever feels right for the value you get out of the project.

See donation options at https://git-pull.com/support.html.

More information

Python support

Python 2.7, >= 3.4

VCS supported

git(1), svn(1), hg(1)

Config formats

YAML, JSON, python dict

Source

https://github.com/vcs-python/vcspull

Docs

https://vcspull.git-pull.com

Changelog

https://vcspull.git-pull.com/en/latest/history.html

Issues

https://github.com/vcs-python/vcspull/issues

Travis

https://travis-ci.org/vcs-python/vcspull

Test Coverage

https://codecov.io/gh/vcs-python/vcspull

pypi

https://pypi.python.org/pypi/vcspull

Open Hub

https://www.openhub.net/p/vcspull

License

MIT.

git repo

$ git clone https://github.com/vcs-python/vcspull.git

install dev

$ git clone https://github.com/vcs-python/vcspull.git vcspull
$ cd ./vcspull
$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -e .

tests

$ py.test

run

$ vcspull

Release files for vcspull 1.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for vcspull 1.1.0
File Size Uploaded
vcspull-1.1.0.tar.gz 19.5 kB Details

Release files / vcspull-1.1.0.tar.gz

Download URL vcspull-1.1.0.tar.gz
Size 19.5 kB
Tags Source
SHA-256 checksum
How to use checksums
27cc8eae321874ca05f09a90af0e9294d1719636ba3f7e3f87370be1d56fde78
BLAKE2b-256 checksum
How to use checksums
dbf7fa5129b614ead0b4ec6de25200987c1ced5d1dca90e71d7c4c0ce2de69cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

1.67.0

2 release files

1.66.0

2 release files

1.64.0

2 release files

1.63.0

2 release files

1.62.0

2 release files

1.61.0

2 release files

1.60.1

2 release files

1.60.0

2 release files

1.59.0

2 release files

1.58.1

2 release files

1.57.0

2 release files

1.56.1

2 release files

1.56.0

2 release files

1.55.0

2 release files

1.51.0

2 release files

1.50.1

2 release files

1.50.0

2 release files

1.48.0

2 release files

1.47.1

2 release files

1.47.0

2 release files

1.41.0

2 release files

1.40.0

2 release files

1.39.1

2 release files

1.39.0

2 release files

1.38.0

2 release files

1.37.0

2 release files

1.36.0

2 release files

1.34.1

2 release files

1.34.0

2 release files

1.33.0

2 release files

1.32.0

2 release files

1.31.0

2 release files

1.30.0

2 release files

1.29.0

2 release files

1.28.1

2 release files

1.26.0

2 release files

1.25.0

2 release files

1.24.1

2 release files

1.24.0

2 release files

1.23.0

2 release files

1.21.1

2 release files

1.21.0

2 release files

1.20.3

2 release files

1.20.1

2 release files

1.20.0

2 release files

1.19.0

2 release files

1.17.1

2 release files

1.17.0

2 release files

1.16.0

2 release files

1.15.8

2 release files

1.15.7

2 release files

1.15.6

2 release files

1.15.5

2 release files

1.15.4

2 release files

1.15.3

2 release files

1.13.0

2 release files

1.12.2

2 release files

1.12.0

2 release files

1.11.3

2 release files

1.11.2

2 release files

1.11.1

2 release files

1.9.0

2 release files

1.8.1

2 release files

1.8.0

2 release files

1.7.0

2 release files

1.6.1

2 release files

1.6.0

2 release files

1.5.0

2 release files

1.4.3

1 release file

1.4.2

1 release file

1.4.1

1 release file

1.4.0

1 release file

1.3.1

1 release file

1.3.0

1 release file

1.2.0

1 release file

This release

1.1.0 This release

1 release file

1.0.3

1 release file

1.0.2

1 release file

1.0.1

1 release file

1.0.0

0.9.0

0.2.2

1 release file

0.2.1

1 release file

0.2.0

1 release file

0.1.1

1 release file

0.1.0

1 release file

0.0.10

1 release file

0.0.9.1

1 release file

0.0.9

1 release file

0.0.8

1 release file

0.0.7

1 release file

0.0.6

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page