Welcome to vcs’s documentation!

vcs is abstraction layer over various version control systems. It is designed as feature-rich Python library with clear API Reference.

Note

Currently only Mercurial backend is being developed. Git is going to be second backend.

Features

  • Common API Reference for SCM backends
  • Fetching repositories data lazily
  • Simple caching mechanism so we don’t hit repo too often

Incoming

Documentation

Installation:

Other topics

Table Of Contents

Next topic

Quickstart

This Page