Metadata-Version: 1.0
Name: cubicweb-vcsfile
Version: 1.13.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 subversion or mercurial
        repository.
        
        It doesn't access to the data directly. All the repository's metadata
        (eg revision, file names, commit message, date and autor, etc) are
        stored as entities, and thus queryable via RQL, while actual files
        content is kept in the repository and fetched from there on demand.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
