# FileRevision **Repository Path**: tim55667757/FileRevision ## Basic Information - **Project Name**: FileRevision - **Description**: This module realize work with revisions file. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-14 - **Last Updated**: 2021-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README FileRevision ============ This module realize work with revisions file. Revisions looks like dictionary with key funcName and value is the tuple: hash + source: {"funcName1": (funcName1_hash, funcName1_source), "funcName2": (funcName2_hash, funcName2_source), ...} File for revision contains list: [revision's last date-n-time, {revisions}] Empty revision-file looks like this: [None, {}]