cryptonas-archive/v0.3.4.5/src/cryptobox/__init__.py
lars 32fcf96ad1 improve handling of python versions for debian
upload release cryptobox-server v0.3.4.5
upload source file of cryptobox-server v0.3.4.4
2007-09-03 21:18:21 +00:00

15 lines
357 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.5"