blob: c1e6eee72fe5026d698bdab21bf431f64aa9a8e2 (
plain) (
tree)
|
|
======
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:
----
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_
|