cryptonas-archive/v0.3.4.4/src/cryptobox/__init__.py
age d849eefda8 * new server package
* make-deb.sh corrected
2007-05-23 00:13:00 +00:00

15 lines
359 B
Python

"""CryptoBox package
The CryptoBox is a webserver. It enables you to control your encrypted
(cryptsetup-luks) and plaintext disks via an easy to use web interface.
The CryptoBox is especially suitable for non-desktop fileservers with
encrypted partitions.
"""
__all__ = ['core', 'web', 'plugins', 'tests']
__revision__ = "$Id$"
__version__ = "0.3.4.4-1"