Metadata-Version: 1.1
Name: managevcs
Version: 0.5.2
Summary: UNKNOWN
Home-page: https://github.com/codeinn/managevcs
Author: Marcin Kuzminski, Lukasz Balcerzak, Dmitry Zhiltsov
Author-email: dzhiltsov@me.com
License: UNKNOWN
Description: ======
        managevcs
        ======
        
        .. image:: https://secure.travis-ci.org/zaabjuda/vcslib.png?branch=master
          :target: http://travis-ci.org/zaabjuda/vcslib
        
        various version control system management abstraction layer for python.
        This is fork of project `vcs <https://github.com/zaabjuda/managevcs>`_
        
        ------------
        Introduction
        ------------
        
        ``managevcs`` is abstraction layer over various version control systems. It is
        designed as feature-rich Python_ library with clean *API*.
        
        managevcs uses `Semantic Versioning <http://semver.org/>`_
        
        **Features**
        
        - Common *API* for SCM backends
        - Fetching repositories data lazily
        - Simple caching mechanism so we don't hit repo too often
        - Simple commit api
        - Smart and powerfull in memory changesets
        - Working directory support
        
        
        -------------
        Documentation
        -------------
        
        Online documentation for development version is available at
        http://packages.python.org/managevcs/.
        
        You may also build documentation for yourself - go into ``docs/`` and run::
        
           make html
        
        .. _python: http://www.python.org/
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _mercurial: http://mercurial.selenic.com/
        .. _git: http://git-scm.com/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
