blob: 34182eef50dd98717d1668ae4d633bb484eba474 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
3rd-Party Filesystems
=====================
This page lists filesystem implementations that have been contributed by
third parties. They may be less well tested than those found in the main
module namespace.
DAV (WebDAV Protocol)
----------------------------
An interface to WebDAV file servers. See :mod:`fs.contrib.davfs`
Tahoe LAFS
----------
An interface to Tahoe Least-Authority File System. See :mod:`fs.contrib.tahoelafs`
BIG (BIG Archive File Format)
-----------------------------
A read-only interface to the BIG archive file format used in some EA games titles (e.g. Command & Conquer 4). See :mod:`fs.contrib.bigfs`
|