Metadata-Version: 1.1
Name: cloudfiler
Version: 2.0.42
Summary: An S3 file storage GUI client with pre-internet, TNO encryption.
Home-page: https://www.cloudfiler.org/
Author: Colin Wills
Author-email: colin@nuvovis.com
License: UNKNOWN
Description: Cloud Filer
        ===========
        
        Cloud Filer is a cloud storage file management GUI client.  Cloud Filer allows you to upload and download files to cloud storage (e.g. Amazon S3) and can be used as part of a backup strategy.
        
        Cloud Filer uses pre-internet encryption and file name obfuscation making access to your cloud data useless without the right password.
        
        For more details see https://www.cloudfiler.org/
        
        
        Installing on Linux
        -------------------
        
        On Linux you need to install the following packages:
        
        apt install python-wxgtkX.Y python-wxtools wxX.Y-i18n python-pip
        
        and then install Cloud Filer using pip:
        
        pip install cloudfiler
        
        
        Installing on Windows
        ---------------------
        
        Install python 2.x from https://www.python.org
        
        Install wxpython from https://wxpython.org
        
        Install Microsoft Visual C++ Compiler for Python 2.7 from http://aka.ms/vcpython27
        
        pip install cloudfiler
        
        
        Installing on MacOS
        -------------------
        
        curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
        
        sudo python get-pip.py
        
        sudo pip install -U wxPython
        
        pip install cloudfiler --user
        
        
        Running Cloud Filer
        -------------------
        
        python -m cloudfiler
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
