sophacles / pyvcs forked from alex/pyvcs
- Source
- Commits
- Network (9)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 46e7f69e4b16f2c5132bc5dc6138cac3d50eab8f
tree 61221d29d1493019f7a1ce73d48bfca797dd9ac1
parent 4d338bbc1fb39929b9e8bff983303420241ca0a7
tree 61221d29d1493019f7a1ce73d48bfca797dd9ac1
parent 4d338bbc1fb39929b9e8bff983303420241ca0a7
pyvcs /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jul 01 20:30:39 -0700 2009 | |
| |
LICENSE.txt | Fri Jul 03 22:29:00 -0700 2009 | |
| |
MANIFEST.in | Sat Jul 04 11:54:32 -0700 2009 | |
| |
README.txt | ||
| |
pyvcs/ | ||
| |
setup.py | ||
| |
tests/ |
README.txt
pyvcs - A minimal VCS abstraction layer for Python
==================================================
pyvcs is a minimal VCS abstraction layer for Python. It's goals are to provide
as much functionality as is necessary, and no further. It doesn't try to
abstract every layer or feature of a VCS, just what's necessary to build a code
browsing UI.
Currently supported VCS backends are::
* Mercurial
* Git
* Subversion
Requirements::
* Python (2.4 or greater)
Backend Specific Requirements::
* Git
* Dulwich (http://github.com/jelmer/dulwich/)
* Subversion
* Pysvn (http://pysvn.tigris.org/)
