Metadata-Version: 1.1
Name: cubicweb-vcsfile
Version: 2.5.0
Summary: component to integrate version control systems data into the CubicWeb framework
Home-page: http://www.cubicweb.org/project/cubicweb-vcsfile
Author: Logilab
Author-email: contact@logilab.fr
License: LGPL
Description: Summary
        -------
        
        This cube stores the data found in a version content manager
        repository. It currently works with mercurial repositories.
        
        The revision metadata (parents, author, description, etc) is stored in
        entities, and thus accessible from RQL, but the files and contents are
        read from the VCS on demand.
        
        Notice this cube depends on mercurial's `evolve extension`_. If you install
        vcsfile using a Debian package, you'll probably have to add Logilab's backport
        repository to find the `mercurial-evolve` package, e.g. ::
        
          deb  http://download.logilab.org/backports/dists/ jessie/
        
        On other system, you're on your own.
        
        .. _`evolve extension`: https://bitbucket.org/marmoute/mutable-history
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
