Skip to main content

vcs abstraction layer

Project description

libvcs - abstraction layer for vcs

Python Package Documentation Status Build Status Code Coverage License

repo via pip-style URL

a repo is an object representation of a vcs repository. it may or may not be checked out/cloned yet.

In [1]: from libvcs.shortcuts import create_repo_from_pip_url

In [2]: r = create_repo_from_pip_url(
         url='git+https://www.github.com/tony/myrepo',
         parent_dir='/tmp/',
         name='myrepo')

In [3]: r.update_repo()
|myrepo| (git)  Repo directory for myrepo (git) does not exist @ /tmp/myrepo
|myrepo| (git)  Cloning.
|myrepo| (git)  git clone --progress https://www.github.com/tony/myrepo /tmp/myrepo
Cloning into '/tmp/myrepo'...
Checking connectivity... done.
|myrepo| (git)  git fetch
|myrepo| (git)  git pull
Already up-to-date.

More information

Python support

Python 2.7, >= 3.3

VCS supported

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

Source

https://github.com/tony/libvcs

Docs

http://libvcs.rtfd.org

Changelog

http://libvcs.readthedocs.io/en/latest/history.html

API

http://libvcs.readthedocs.io/en/latest/api.html

Issues

https://github.com/tony/libvcs/issues

Travis

http://travis-ci.org/tony/libvcs

Test Coverage

https://coveralls.io/r/tony/libvcs

pypi

https://pypi.python.org/pypi/libvcs

Open Hub

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

License

BSD.

git repo

$ git clone https://github.com/tony/libvcs.git

install dev

$ git clone https://github.com/tony/libvcs.git libvcs
$ cd ./libvcs
$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -e .

tests

$ py.test

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

libvcs-0.1.3.tar.gz (17.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page