Metadata-Version: 2.0
Name: combox
Version: 0.2.1
Summary: Encrypts files and scatters them across storage provided by Google Drive and Dropbox.
Home-page: https://ricketyspace.net/combox/
Author: combox contributors
Author-email: sravik@bgsu.edu
License: GNU General Public License version 3 or later
Download-URL: https://git.ricketyspace.net/combox
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
Requires-Dist: PyYAML
Requires-Dist: pickledb
Requires-Dist: pycrypto
Requires-Dist: simplejson
Requires-Dist: watchdog

======
combox
======

----

.. image:: https://img.shields.io/pypi/pyversions/combox.svg?style=flat-square
   :target: https://pypi.python.org/pypi/combox/
   :alt: [ Python versions - 2.7 ]
.. image::  https://img.shields.io/pypi/status/combox.svg?style=flat-square
   :target: https://pypi.python.org/pypi/combox/
   :alt: [ Development status - Alpha ]
.. image:: https://img.shields.io/pypi/v/combox.svg?style=flat-square
   :target: https://pypi.python.org/pypi/combox/
   :alt:
.. image:: https://img.shields.io/pypi/wheel/combox.svg?style=flat-square
   :target: https://pypi.python.org/pypi/combox/
   :alt:
.. image:: https://img.shields.io/pypi/dm/combox.svg?style=flat-square
   :target: https://pypi.python.org/pypi/combox/
   :alt:

----

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_


