Metadata-Version: 2.0
Name: packingslip
Version: 0.1.0
Summary: Tools to compare files by checksum.
Home-page: https://github.com/dmwilcox/packingslip
Author: Yuba Solutions LLC
Author-email: dmw@yubasoluions.com
License: GPL
Keywords: rsync
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
Requires-Dist: PyYAML
Requires-Dist: argparse

# Packing Slip
Command line tools for quickly comparing files and directories. 

Ever need to know if a set of files was transfered correctly but are unable to
use rsync?  Maybe checksumming both sides will take too long, maybe the
filesystem was remote or removable.  Use packingslip!

Packingslip allows you to create _a packing slip_ just as in the world of
shipping with which you can verify that the contents are all present and
intact.  As a secondary benefit this allows you to verify integrity without
necessarily checksumming both sides -- since the checksums were recorded
during the packing slip creation.


