Metadata-Version: 1.1
Name: paperize
Version: 1.0.1
Summary: Converts a binary file to printable QR codes and back
Home-page: https://github.com/faerbit/paperize
Author: Faerbit
Author-email: faerbit at gmail dot com
License: MIT
Description: paperize
        ========
        
        Converts a binary file to printable QR codes and back. Generates one
        nice PDF to print out with instructions on how to restore the file.
        Includes a sha256 integrity check.
        
        Uses base64 encoding, so you should be able to restore the file even
        without this tool.
        
        Usage
        -----
        
        See ``paperize -h`` for usage.
        
        License
        -------
        
        This work is licensed under the MIT license. See LICENSE.md for details.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
