cryptonas-archive/v0.3.4.2/src/cryptobox/__init__.py

15 lines
357 B
Python
Raw Normal View History

2007-03-21 18:45:59 +01:00
"""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$"
2007-03-21 19:43:45 +01:00
__version__ = "0.3.4.2"
2007-03-21 18:45:59 +01:00