Metadata-Version: 1.1
Name: fs.sshfs
Version: 0.1.0
Summary: Pyfilesystem2 implementation for SSH/SFTP using paramiko 
Home-page: https://github.com/althonos/fs.sshfs
Author: Martin Larralde
Author-email: martin.larralde@ens-cachan.fr
License: LGPLv2.1
Description: fs.sshfs
        ========
        
        *a* `Pyfilesystem2 <https://github.com/PyFilesystem/pyfilesystem2>`__ *implementation for SSH filesystems using* `paramiko <https://github.com/paramiko/paramiko>`_
        
        |Travis| |Codecov| |Codacy|
        
        .. |Codacy| image:: https://img.shields.io/codacy/grade/9734bea6ec004cc4914a377d9e9f54bd/master.svg?style=flat-square&maxAge=300
           :target: https://www.codacy.com/app/althonos/fs-sshfs/dashboard
        
        .. |Travis| image:: https://img.shields.io/travis/althonos/fs.sshfs/master.svg?style=flat-square&maxAge=300
           :target: https://travis-ci.org/althonos/fs.sshfs
        
        .. |Codecov| image:: https://img.shields.io/codecov/c/github/althonos/fs.sshfs/master.svg?style=flat-square&maxAge=300
           :target: https://codecov.io/gh/althonos/fs.sshfs
        
        
        
        
        
        Requirements
        ------------
        
        +-------------------+-----------------+-------------------+--------------------+
        | **fs**            | |PyPI fs|       | |Source fs|       | |License fs|       |
        +-------------------+-----------------+-------------------+--------------------+
        | **paramiko**      | |PyPI paramiko| | |Source paramiko| | |License paramiko| |
        +-------------------+-----------------+-------------------+--------------------+
        | **six**           | |PyPI six|      | |Source six|      | |License six|      |
        +-------------------+-----------------+-------------------+--------------------+
        
        
        .. |License six| image:: https://img.shields.io/pypi/l/BeautifulSoup4.svg?maxAge=300&style=flat-square
           :target: https://choosealicense.com/licenses/mit/
        
        .. |Source six| image:: https://img.shields.io/badge/source-GitHub-green.svg?maxAge=300&style=flat-square
           :target: https://github.com/benjaminp/six
        
        .. |PyPI six| image:: https://img.shields.io/pypi/v/six.svg?maxAge=300&style=flat-square
           :target: https://pypi.python.org/pypi/six
        
        .. |License fs| image:: https://img.shields.io/pypi/l/fs.svg?maxAge=300&style=flat-square
           :target: https://choosealicense.com/licenses/mit/
        
        .. |Source fs| image:: https://img.shields.io/badge/source-GitHub-green.svg?maxAge=300&style=flat-square
           :target: https://github.com/PyFilesystem/pyfilesystem2
        
        .. |PyPI fs| image:: https://img.shields.io/pypi/v/fs.svg?maxAge=300&style=flat-square
           :target: https://pypi.python.org/pypi/fs
        
        .. |License paramiko| image:: https://img.shields.io/pypi/l/paramiko.svg?maxAge=300&style=flat-square
           :target: https://choosealicense.com/licenses/lgpl-2.1/
        
        .. |Source paramiko| image:: https://img.shields.io/badge/source-GitHub-green.svg?maxAge=300&style=flat-square
           :target: https://github.com/paramiko/paramiko
        
        .. |PyPI paramiko| image:: https://img.shields.io/pypi/v/paramiko.svg?maxAge=300&style=flat-square
           :target: https://pypi.python.org/pypi/paramiko
        
        
        
        License
        -------
        
        LGPLv2.1
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Filesystems
