forked from alex/pyvcs
-
Notifications
You must be signed in to change notification settings - Fork 2
A pure python abstraction layer of multiple VCS, very lightweight.
License
avinashbangar/pyvcs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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
* Bazaar
Requirements::
* Python (2.4 or greater)
Backend Specific Requirements::
* Git
* Dulwich (http://github.com/jelmer/dulwich/)
* Subversion
* Pysvn (http://pysvn.tigris.org/)
About
A pure python abstraction layer of multiple VCS, very lightweight.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 98.5%
- Shell 1.5%