Skip to content

Commit 86b990b

Browse files
althonoswillmcgugan
authored andcommitted
Update external FS page with personal contributions (#65)
* Add `fs.smbfs` and `fs.sshfs` * Add CI badge in filesystem section header
1 parent 6f0e3a5 commit 86b990b

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

docs/source/external.rst

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,24 @@ External Filesystems
33

44
The following filesystems work with the FS interface, but are not built-in the the fs module. Please see the documentation for how to install them.
55

6-
WebDAV
7-
------
6+
SSH |ci ssh|
7+
------------
8+
`fs.sshfs <https://pypi.python.org/pypi/fs.sshfs/>`_ implements a Pyfilesystem2 filesystem running over the `SSH <https://en.wikipedia.org/wiki/Secure_Shell>`_ protocol, using `paramiko <https://pypi.python.org/pypi/paramiko>`_.
89

9-
`fs.webdavfs <https://pypi.python.org/pypi/fs.webdavfs/>`_ implements the `WebdavFS <https://en.wikipedia.org/wiki/WebDAV>`_ protocol.
10+
.. |ci ssh| image:: https://img.shields.io/travis/althonos/fs.sshfs/master.svg
11+
:target: https://travis-ci.org/althonos/fs.sshfs/branches
12+
13+
SMB |ci smb|
14+
------------
15+
`fs.smbfs <https://pypi.python.org/pypi/fs.smbfs/>`_ implements a Pyfilesystem2 filesystem running over the `SMB <https://en.wikipedia.org/wiki/Server_Message_Block>`_ protocol, using `pysmb <https://pypi.python.org/pypi/pysmb>`_.
16+
17+
.. |ci smb| image:: https://img.shields.io/travis/althonos/fs.smbfs/master.svg
18+
:target: https://travis-ci.org/althonos/fs.smbfs/branches
19+
20+
21+
WebDAV |ci webdav|
22+
------------------
23+
`fs.webdavfs <https://pypi.python.org/pypi/fs.webdavfs/>`_ implements Pyfilesystem2 over the `WebDAV <https://en.wikipedia.org/wiki/WebDAV>`_ protocol.
24+
25+
.. |ci webdav| image:: https://img.shields.io/travis/PyFilesystem/webdavfs/master.svg
26+
:target: https://travis-ci.org/PyFilesystem/webdavfs/branches

0 commit comments

Comments
 (0)