Metadata-Version: 2.1
Name: cloudfiler
Version: 2.0.31
Summary: An S3 file storage GUI client with pre-internet, TNO encryption.
Home-page: https://cloud-filer.sourceforge.io/
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://cloud-filer.sourceforge.io/
        
        
        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
        
        pip install cloudfiler
        
        
        Running Cloud Filer
        -------------------
        
        python -m cloudfiler
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
