Simple to use tools to create and check directory contents - ideal for integrity checking
Project description
The manifest checker is a command line tool for the creation and checking of manifest files. Typically it is intended to be used to confirm that a directory structure can be deployed/copied in a consistent way from a source to a target.
There is a two step process for confirming consistency :
A manifest is created (using the manifest create command). This command scans the directory tree, looking for known source code files. A manifest file is created, which is a simple text file listing every source code file found, and a checksum/hash for each file - thus recording a reasonable mark of the file contents.
Following deployment of the directory tree (including the manifest file), the manifest can be checked against the deployed copy, by executing the manifest check command. This command scans the directory tree, looking for the source code files, and checking the found files against the manifest file is created. During this check 3 types of exception can be reported :
mismatched files - where the signature of the deployed file is not the same as that in the manifest file
missing files - where files are listed in the manifest but not in the deployed directory tree
record_extra files - where files exist in the deployed directory tree but don’t exist in the manifest file
The toolset was initially designed to check a deployment of a Django based website, and therefore many of the defaults are set for DJango projects including : The source files to look for, and also which sub-directories to ignore. All of these can be overidden by command line options, and there are early plans for a configuration file as well.
Links :
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file cataloger-0.1.0rc4-py2.py3-none-any.whl
.
File metadata
- Download URL: cataloger-0.1.0rc4-py2.py3-none-any.whl
- Upload date:
- Size: 39.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e300048009635a61dc474bae56f5914ee24488a7f4428e8625d7bf17cbcc7056 |
|
MD5 | d956118073201852e80748d742dee2e0 |
|
BLAKE2b-256 | 87e68cdc57bef1fa51ff7d91f4ac174fe55d7130068b0667b84b00c4c26cf848 |