Metadata-Version: 1.1
Name: combox
Version: 0.2.0
Summary: Splits encrypted files between online file storage providers
Home-page: https://ricketyspace.net/combox/
Author: Siddharth Ravikumar
Author-email: sravik@bgsu.edu
License: GNU General Public License version 3 or later
Download-URL: git://ricketyspace.net/combox.git
Description: ======
        combox
        ======
        
        Encrypts files and scatters them across storage provided by Google
        Drive and Dropbox.
        
        The ideas for this program is based on combobox_
        
        .. _combobox: https://bitbucket.org/bgsucodeloverslab/combobox
        
        
        etymology
        ---------
        
        ``combox`` is a lazy contraction of the word "combo box". ``combox``
        is pronounced as "combo box".
        
        
        Installation
        ------------
        
        Install ``combox`` with ``pip``::
        
          $ pip install combox
        
        
        canonical repo
        --------------
        
        ::
        
           $ git clone git://ricketyspace.net/combox.git
        
        
        runs on
        -------
        
        - GNU/Linux
        - OS X
        
        
        license
        -------
        
        ``combox`` is licensed under the `GNU General Public License version 3
        or later`__. See COPYING.
        
        .. _gpl: https://gnu.org/licenses/gpl-3.0.txt
        .. __: gpl_
        
        The ``combox`` logo is under `Public Domain`__.
        
        .. _pd: https://creativecommons.org/publicdomain/zero/1.0/
        .. __: pd_
        
        
        contact
        -------
        
        siddharth ravikumar <sravik@bgsu.edu> (gpg id: ``0x00B252AF``)
        
Platform: GNU/Linux
Platform: OS X
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: DFSG approved
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: Utilities
