vcs 0.4.0 documentation

This Page

AlternativesΒΆ

There are a couple of alternatives to vcs:

  • anyvc actively maintained, similar to vcs (in a way it tries to abstract scms), supports more backends (svn, bzr); as far as we can tell it’s main heart of Pida; it’s main focus however is on working directories, does not support in memory commits or history traversing;
  • pyvcs not actively maintained; this package focus on history and repository traversing, does not support commits at all; is much simpler from vcs so may be used if you don’t need full repos interface

Note

If you know any other similar Python library, please let us know!