blob: b919519d93cbcf6daffd4b1ce775ccc734cb39ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
======
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
.. image:: https://img.shields.io/pypi/pyversions/combox.svg
:target: https://pypi.python.org/pypi/combox/
:alt: [ Python versions - 2.7 ]
.. image:: https://img.shields.io/pypi/status/combox.svg
:target: https://pypi.python.org/pypi/combox/
:alt: [ Development status - Alpha ]
.. image:: https://img.shields.io/pypi/v/combox.svg
:target: https://pypi.python.org/pypi/combox/
:alt: [ Latest Version ]
.. image:: https://img.shields.io/pypi/wheel/combox.svg
:target: https://pypi.python.org/pypi/combox/
:alt: [ Wheel Status ]
.. image:: https://img.shields.io/pypi/dm/combox.svg
:target: https://pypi.python.org/pypi/combox/
:alt: [ Downloads per month ]
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_
|