Metadata-Version: 1.1
Name: EncryptedGmailBackup
Version: 0.0.3beta1
Summary: Backup your GMail account with GPG encryption.
Home-page: https://github.com/sholiday/encrypted-gmail-backup
Author: Stephen Holiday
Author-email: stephen.holiday@gmail.com
License: UNKNOWN
Description: 
        
           Place your config in in `~/.encrypted_gmail_backup`
        
           Sample Config:
        
        	[gmail]
        	username = stephen.holiday@gmail.com
        	password = changeme
        
        	[gpg]
        	keyid = 76AA7B2CF3FD360E
        	binary = gpg
        
        	[backup]
        	path = /backup/gmail/
        	metafile = gmailmeta.txt
        	archive = messages.tar
        
          Be sure to `chmod 600 ~/.encrypted_gmail_backup` so that other users can't read your password.
        
          I have MacGPG installed on my system, so I changed binary to:
        
        	binary = /usr/local/MacGPG2/bin/gpg2
        
          The full configuration can be seen in `defaults.ini`.
           
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python
Requires: gnupg
Requires: psutil
