vcs abstraction layer
Project description
libvcs
·
libvcs is an abstraction layer for vcs systems. powers vcspull.
Setup
$ pip install --user libvcs
Open up python:
$ python
// or for nice autocomplete and syntax highlighting
$ pip install --user ptpython
$ ptpython
Usage
Create a Repo object of the project to inspect / checkout / update:
>>> from libvcs.shortcuts import create_repo_from_pip_url, create_repo
# repo is an object representation of a vcs repository.
>>> r = create_repo(url='https://www.github.com/vcs-python/libtmux',
... vcs='git',
... repo_dir='/tmp/libtmux')
# or via pip-style URL
>>> r = create_repo_from_pip_url(
... pip_url='git+https://www.github.com/vcs-python/libtmux',
... repo_dir='/tmp/libtmux')
Update / clone repo:
# it may or may not be checked out/cloned on the system yet
>>> r.update_repo()
Get revision:
>>> r.get_revision()
u'5c227e6ab4aab44bf097da2e088b0ff947370ab8'
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://www.git-pull.com/support.html.
More information
- Python support: 3.9+, pypy
- VCS supported: git(1), svn(1), hg(1)
- Source: https://github.com/vcs-python/libvcs
- Docs: https://libvcs.git-pull.com
- Changelog: https://libvcs.git-pull.com/history.html
- API: https://libvcs.git-pull.com/api.html
- Issues: https://github.com/vcs-python/libvcs/issues
- Test Coverage: https://codecov.io/gh/vcs-python/libvcs
- pypi: https://pypi-hypernode.com/pypi/libvcs
- Open Hub: https://www.openhub.net/p/libvcs
- License: MIT.
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.12.0b0.tar.gz
(15.7 kB
view details)
Built Distribution
libvcs-0.12.0b0-py3-none-any.whl
(17.1 kB
view details)
File details
Details for the file libvcs-0.12.0b0.tar.gz
.
File metadata
- Download URL: libvcs-0.12.0b0.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.7.12 Linux/5.10.102.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1c195f91382df358b8c867ff18e14eac1e2fa1fb8ff23a1b5ed95fea87ea39f |
|
MD5 | 92ba1b23e55075368f82d77b85f69ef4 |
|
BLAKE2b-256 | 7e6c218a35e15c950d9c385e74b2dd1b5d9940d11421eaf69bedb85da7b75e90 |
Provenance
File details
Details for the file libvcs-0.12.0b0-py3-none-any.whl
.
File metadata
- Download URL: libvcs-0.12.0b0-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.7.12 Linux/5.10.102.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f17adaf23296b28b8d685b250c00e9b0edc5cf7aa5e222d8409a48b4b3603e8 |
|
MD5 | d83de7e2a0bbcad1f8006e791dcf5712 |
|
BLAKE2b-256 | 5a9506cc43ee873b44786d44b572de322aa37290a821743b051fc1147099ffae |