Skip to content

Commit 7700b69

Browse files
authored
Add 9P implementation (#1513)
1 parent 0b06d92 commit 7700b69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ Other Known Implementations
222222
- `ocifs`_ for access to Oracle Cloud Object Storage
223223
- `ocilake`_ for OCI Data Lake storage
224224
- `ossfs`_ for Alibaba Cloud (Aliyun) Object Storage System (OSS)
225+
- `p9fs`_ for 9P (Plan 9 Filesystem Protocol) servers
225226
- `s3fs`_ for Amazon S3 and other compatible stores
226227
- `wandbfs`_ to access Wandb run data (experimental)
227228
- `webdav4`_ for WebDAV
@@ -239,6 +240,7 @@ Other Known Implementations
239240
.. _ocifs: https://pypi.org/project/ocifs
240241
.. _ocilake: https://github.com/oracle/ocifs
241242
.. _ossfs: https://github.com/fsspec/ossfs
243+
.. _p9fs: https://github.com/pbchekin/p9fs-py
242244
.. _s3fs: https://s3fs.readthedocs.io/en/latest/
243245
.. _wandbfs: https://github.com/jkulhanek/wandbfs
244246
.. _webdav4: https://github.com/skshetry/webdav4

0 commit comments

Comments
 (0)